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

Go to the source code of this file.

Typedefs

typedef enum SpecialTransportType e_SpecialTransportType
 
typedef BIT_STRING_t SpecialTransportType_t
 

Enumerations

enum  SpecialTransportType { SpecialTransportType_heavyLoad = 0, SpecialTransportType_excessWidth = 1, SpecialTransportType_excessLength = 2, SpecialTransportType_excessHeight = 3 }
 

Variables

asn_TYPE_descriptor_t asn_DEF_SpecialTransportType
 
asn_struct_free_f SpecialTransportType_free
 
asn_struct_print_f SpecialTransportType_print
 
asn_constr_check_f SpecialTransportType_constraint
 
ber_type_decoder_f SpecialTransportType_decode_ber
 
der_type_encoder_f SpecialTransportType_encode_der
 
xer_type_decoder_f SpecialTransportType_decode_xer
 
xer_type_encoder_f SpecialTransportType_encode_xer
 
per_type_decoder_f SpecialTransportType_decode_uper
 
per_type_encoder_f SpecialTransportType_encode_uper
 

Typedef Documentation

◆ e_SpecialTransportType

◆ SpecialTransportType_t

Definition at line 29 of file SpecialTransportType.h.

Enumeration Type Documentation

◆ SpecialTransportType

Enumerator
SpecialTransportType_heavyLoad 
SpecialTransportType_excessWidth 
SpecialTransportType_excessLength 
SpecialTransportType_excessHeight 

Definition at line 21 of file SpecialTransportType.h.

Variable Documentation

◆ asn_DEF_SpecialTransportType

asn_TYPE_descriptor_t asn_DEF_SpecialTransportType

Definition at line 129 of file SpecialTransportType.c.

◆ SpecialTransportType_constraint

asn_constr_check_f SpecialTransportType_constraint

Definition at line 35 of file SpecialTransportType.h.

◆ SpecialTransportType_decode_ber

ber_type_decoder_f SpecialTransportType_decode_ber

Definition at line 36 of file SpecialTransportType.h.

◆ SpecialTransportType_decode_uper

per_type_decoder_f SpecialTransportType_decode_uper

Definition at line 40 of file SpecialTransportType.h.

◆ SpecialTransportType_decode_xer

xer_type_decoder_f SpecialTransportType_decode_xer

Definition at line 38 of file SpecialTransportType.h.

◆ SpecialTransportType_encode_der

der_type_encoder_f SpecialTransportType_encode_der

Definition at line 37 of file SpecialTransportType.h.

◆ SpecialTransportType_encode_uper

per_type_encoder_f SpecialTransportType_encode_uper

Definition at line 41 of file SpecialTransportType.h.

◆ SpecialTransportType_encode_xer

xer_type_encoder_f SpecialTransportType_encode_xer

Definition at line 39 of file SpecialTransportType.h.

◆ SpecialTransportType_free

asn_struct_free_f SpecialTransportType_free

Definition at line 33 of file SpecialTransportType.h.

◆ SpecialTransportType_print

asn_struct_print_f SpecialTransportType_print

Definition at line 34 of file SpecialTransportType.h.