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

Go to the source code of this file.

Typedefs

typedef enum DriveDirection e_DriveDirection
 
typedef long DriveDirection_t
 

Enumerations

enum  DriveDirection { DriveDirection_forward = 0, DriveDirection_backward = 1, DriveDirection_unavailable = 2 }
 

Variables

asn_TYPE_descriptor_t asn_DEF_DriveDirection
 
asn_struct_free_f DriveDirection_free
 
asn_struct_print_f DriveDirection_print
 
asn_constr_check_f DriveDirection_constraint
 
ber_type_decoder_f DriveDirection_decode_ber
 
der_type_encoder_f DriveDirection_encode_der
 
xer_type_decoder_f DriveDirection_decode_xer
 
xer_type_encoder_f DriveDirection_encode_xer
 
per_type_decoder_f DriveDirection_decode_uper
 
per_type_encoder_f DriveDirection_encode_uper
 

Typedef Documentation

◆ DriveDirection_t

typedef long DriveDirection_t

Definition at line 28 of file DriveDirection.h.

◆ e_DriveDirection

Enumeration Type Documentation

◆ DriveDirection

Enumerator
DriveDirection_forward 
DriveDirection_backward 
DriveDirection_unavailable 

Definition at line 21 of file DriveDirection.h.

Variable Documentation

◆ asn_DEF_DriveDirection

asn_TYPE_descriptor_t asn_DEF_DriveDirection

Definition at line 125 of file DriveDirection.c.

◆ DriveDirection_constraint

asn_constr_check_f DriveDirection_constraint

Definition at line 34 of file DriveDirection.h.

◆ DriveDirection_decode_ber

ber_type_decoder_f DriveDirection_decode_ber

Definition at line 35 of file DriveDirection.h.

◆ DriveDirection_decode_uper

per_type_decoder_f DriveDirection_decode_uper

Definition at line 39 of file DriveDirection.h.

◆ DriveDirection_decode_xer

xer_type_decoder_f DriveDirection_decode_xer

Definition at line 37 of file DriveDirection.h.

◆ DriveDirection_encode_der

der_type_encoder_f DriveDirection_encode_der

Definition at line 36 of file DriveDirection.h.

◆ DriveDirection_encode_uper

per_type_encoder_f DriveDirection_encode_uper

Definition at line 40 of file DriveDirection.h.

◆ DriveDirection_encode_xer

xer_type_encoder_f DriveDirection_encode_xer

Definition at line 38 of file DriveDirection.h.

◆ DriveDirection_free

asn_struct_free_f DriveDirection_free

Definition at line 32 of file DriveDirection.h.

◆ DriveDirection_print

asn_struct_print_f DriveDirection_print

Definition at line 33 of file DriveDirection.h.