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

Go to the source code of this file.

Typedefs

typedef enum VehicleRole e_VehicleRole
 
typedef long VehicleRole_t
 

Enumerations

enum  VehicleRole {
  VehicleRole_default = 0, VehicleRole_publicTransport = 1, VehicleRole_specialTransport = 2, VehicleRole_dangerousGoods = 3,
  VehicleRole_roadWork = 4, VehicleRole_rescue = 5, VehicleRole_emergency = 6, VehicleRole_safetyCar = 7,
  VehicleRole_agriculture = 8, VehicleRole_commercial = 9, VehicleRole_military = 10, VehicleRole_roadOperator = 11,
  VehicleRole_taxi = 12, VehicleRole_reserved1 = 13, VehicleRole_reserved2 = 14, VehicleRole_reserved3 = 15
}
 

Variables

asn_TYPE_descriptor_t asn_DEF_VehicleRole
 
asn_struct_free_f VehicleRole_free
 
asn_struct_print_f VehicleRole_print
 
asn_constr_check_f VehicleRole_constraint
 
ber_type_decoder_f VehicleRole_decode_ber
 
der_type_encoder_f VehicleRole_encode_der
 
xer_type_decoder_f VehicleRole_decode_xer
 
xer_type_encoder_f VehicleRole_encode_xer
 
per_type_decoder_f VehicleRole_decode_uper
 
per_type_encoder_f VehicleRole_encode_uper
 

Typedef Documentation

◆ e_VehicleRole

typedef enum VehicleRole e_VehicleRole

◆ VehicleRole_t

typedef long VehicleRole_t

Definition at line 41 of file VehicleRole.h.

Enumeration Type Documentation

◆ VehicleRole

Enumerator
VehicleRole_default 
VehicleRole_publicTransport 
VehicleRole_specialTransport 
VehicleRole_dangerousGoods 
VehicleRole_roadWork 
VehicleRole_rescue 
VehicleRole_emergency 
VehicleRole_safetyCar 
VehicleRole_agriculture 
VehicleRole_commercial 
VehicleRole_military 
VehicleRole_roadOperator 
VehicleRole_taxi 
VehicleRole_reserved1 
VehicleRole_reserved2 
VehicleRole_reserved3 

Definition at line 21 of file VehicleRole.h.

Variable Documentation

◆ asn_DEF_VehicleRole

asn_TYPE_descriptor_t asn_DEF_VehicleRole

Definition at line 151 of file VehicleRole.c.

◆ VehicleRole_constraint

asn_constr_check_f VehicleRole_constraint

Definition at line 47 of file VehicleRole.h.

◆ VehicleRole_decode_ber

ber_type_decoder_f VehicleRole_decode_ber

Definition at line 48 of file VehicleRole.h.

◆ VehicleRole_decode_uper

per_type_decoder_f VehicleRole_decode_uper

Definition at line 52 of file VehicleRole.h.

◆ VehicleRole_decode_xer

xer_type_decoder_f VehicleRole_decode_xer

Definition at line 50 of file VehicleRole.h.

◆ VehicleRole_encode_der

der_type_encoder_f VehicleRole_encode_der

Definition at line 49 of file VehicleRole.h.

◆ VehicleRole_encode_uper

per_type_encoder_f VehicleRole_encode_uper

Definition at line 53 of file VehicleRole.h.

◆ VehicleRole_encode_xer

xer_type_encoder_f VehicleRole_encode_xer

Definition at line 51 of file VehicleRole.h.

◆ VehicleRole_free

asn_struct_free_f VehicleRole_free

Definition at line 45 of file VehicleRole.h.

◆ VehicleRole_print

asn_struct_print_f VehicleRole_print

Definition at line 46 of file VehicleRole.h.