ITS
StationType.h File Reference
#include <asn_application.h>
#include <NativeInteger.h>
#include <asn_internal.h>
Include dependency graph for StationType.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef enum StationType e_StationType
 
typedef long StationType_t
 

Enumerations

enum  StationType {
  StationType_unknown = 0, StationType_pedestrian = 1, StationType_cyclist = 2, StationType_moped = 3,
  StationType_motorcycle = 4, StationType_passengerCar = 5, StationType_bus = 6, StationType_lightTruck = 7,
  StationType_heavyTruck = 8, StationType_trailer = 9, StationType_specialVehicles = 10, StationType_tram = 11,
  StationType_roadSideUnit = 15
}
 

Variables

asn_TYPE_descriptor_t asn_DEF_StationType
 
asn_struct_free_f StationType_free
 
asn_struct_print_f StationType_print
 
asn_constr_check_f StationType_constraint
 
ber_type_decoder_f StationType_decode_ber
 
der_type_encoder_f StationType_encode_der
 
xer_type_decoder_f StationType_decode_xer
 
xer_type_encoder_f StationType_encode_xer
 
per_type_decoder_f StationType_decode_uper
 
per_type_encoder_f StationType_encode_uper
 

Typedef Documentation

◆ e_StationType

typedef enum StationType e_StationType

◆ StationType_t

typedef long StationType_t

Definition at line 38 of file StationType.h.

Enumeration Type Documentation

◆ StationType

Enumerator
StationType_unknown 
StationType_pedestrian 
StationType_cyclist 
StationType_moped 
StationType_motorcycle 
StationType_passengerCar 
StationType_bus 
StationType_lightTruck 
StationType_heavyTruck 
StationType_trailer 
StationType_specialVehicles 
StationType_tram 
StationType_roadSideUnit 

Definition at line 21 of file StationType.h.

Variable Documentation

◆ asn_DEF_StationType

asn_TYPE_descriptor_t asn_DEF_StationType

Definition at line 123 of file StationType.c.

◆ StationType_constraint

asn_constr_check_f StationType_constraint

Definition at line 44 of file StationType.h.

◆ StationType_decode_ber

ber_type_decoder_f StationType_decode_ber

Definition at line 45 of file StationType.h.

◆ StationType_decode_uper

per_type_decoder_f StationType_decode_uper

Definition at line 49 of file StationType.h.

◆ StationType_decode_xer

xer_type_decoder_f StationType_decode_xer

Definition at line 47 of file StationType.h.

◆ StationType_encode_der

der_type_encoder_f StationType_encode_der

Definition at line 46 of file StationType.h.

◆ StationType_encode_uper

per_type_encoder_f StationType_encode_uper

Definition at line 50 of file StationType.h.

◆ StationType_encode_xer

xer_type_encoder_f StationType_encode_xer

Definition at line 48 of file StationType.h.

◆ StationType_free

asn_struct_free_f StationType_free

Definition at line 42 of file StationType.h.

◆ StationType_print

asn_struct_print_f StationType_print

Definition at line 43 of file StationType.h.