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

Go to the source code of this file.

Typedefs

typedef enum CurvatureValue e_CurvatureValue
 
typedef long CurvatureValue_t
 

Enumerations

enum  CurvatureValue { CurvatureValue_straight = 0, CurvatureValue_reciprocalOf1MeterRadiusToRight = -30000, CurvatureValue_reciprocalOf1MeterRadiusToLeft = 30000, CurvatureValue_unavailable = 30001 }
 

Variables

asn_TYPE_descriptor_t asn_DEF_CurvatureValue
 
asn_struct_free_f CurvatureValue_free
 
asn_struct_print_f CurvatureValue_print
 
asn_constr_check_f CurvatureValue_constraint
 
ber_type_decoder_f CurvatureValue_decode_ber
 
der_type_encoder_f CurvatureValue_encode_der
 
xer_type_decoder_f CurvatureValue_decode_xer
 
xer_type_encoder_f CurvatureValue_encode_xer
 
per_type_decoder_f CurvatureValue_decode_uper
 
per_type_encoder_f CurvatureValue_encode_uper
 

Typedef Documentation

◆ CurvatureValue_t

typedef long CurvatureValue_t

Definition at line 29 of file CurvatureValue.h.

◆ e_CurvatureValue

Enumeration Type Documentation

◆ CurvatureValue

Enumerator
CurvatureValue_straight 
CurvatureValue_reciprocalOf1MeterRadiusToRight 
CurvatureValue_reciprocalOf1MeterRadiusToLeft 
CurvatureValue_unavailable 

Definition at line 21 of file CurvatureValue.h.

Variable Documentation

◆ asn_DEF_CurvatureValue

asn_TYPE_descriptor_t asn_DEF_CurvatureValue

Definition at line 123 of file CurvatureValue.c.

◆ CurvatureValue_constraint

asn_constr_check_f CurvatureValue_constraint

Definition at line 35 of file CurvatureValue.h.

◆ CurvatureValue_decode_ber

ber_type_decoder_f CurvatureValue_decode_ber

Definition at line 36 of file CurvatureValue.h.

◆ CurvatureValue_decode_uper

per_type_decoder_f CurvatureValue_decode_uper

Definition at line 40 of file CurvatureValue.h.

◆ CurvatureValue_decode_xer

xer_type_decoder_f CurvatureValue_decode_xer

Definition at line 38 of file CurvatureValue.h.

◆ CurvatureValue_encode_der

der_type_encoder_f CurvatureValue_encode_der

Definition at line 37 of file CurvatureValue.h.

◆ CurvatureValue_encode_uper

per_type_encoder_f CurvatureValue_encode_uper

Definition at line 41 of file CurvatureValue.h.

◆ CurvatureValue_encode_xer

xer_type_encoder_f CurvatureValue_encode_xer

Definition at line 39 of file CurvatureValue.h.

◆ CurvatureValue_free

asn_struct_free_f CurvatureValue_free

Definition at line 33 of file CurvatureValue.h.

◆ CurvatureValue_print

asn_struct_print_f CurvatureValue_print

Definition at line 34 of file CurvatureValue.h.