ITS
VehicleLength.c File Reference
#include "VehicleLength.h"
Include dependency graph for VehicleLength.c:

Go to the source code of this file.

Variables

static asn_TYPE_member_t asn_MBR_VehicleLength_1 []
 
static ber_tlv_tag_t asn_DEF_VehicleLength_tags_1 []
 
static asn_TYPE_tag2member_t asn_MAP_VehicleLength_tag2el_1 []
 
static asn_SEQUENCE_specifics_t asn_SPC_VehicleLength_specs_1
 
asn_TYPE_descriptor_t asn_DEF_VehicleLength
 

Variable Documentation

◆ asn_DEF_VehicleLength

asn_TYPE_descriptor_t asn_DEF_VehicleLength
Initial value:
= {
"VehicleLength",
"VehicleLength",
0,
0,
2,
}
static ber_tlv_tag_t asn_DEF_VehicleLength_tags_1[]
Definition: VehicleLength.c:29
ber_type_decoder_f SEQUENCE_decode_ber
static asn_TYPE_member_t asn_MBR_VehicleLength_1[]
Definition: VehicleLength.c:9
der_type_encoder_f SEQUENCE_encode_der
asn_struct_print_f SEQUENCE_print
per_type_decoder_f SEQUENCE_decode_uper
per_type_encoder_f SEQUENCE_encode_uper
asn_constr_check_f SEQUENCE_constraint
xer_type_decoder_f SEQUENCE_decode_xer
asn_struct_free_f SEQUENCE_free
xer_type_encoder_f SEQUENCE_encode_xer
static asn_SEQUENCE_specifics_t asn_SPC_VehicleLength_specs_1
Definition: VehicleLength.c:36

Definition at line 45 of file VehicleLength.c.

◆ asn_DEF_VehicleLength_tags_1

ber_tlv_tag_t asn_DEF_VehicleLength_tags_1[]
static
Initial value:

Definition at line 29 of file VehicleLength.c.

◆ asn_MAP_VehicleLength_tag2el_1

asn_TYPE_tag2member_t asn_MAP_VehicleLength_tag2el_1[]
static
Initial value:
= {
{ (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 0, 0, 0 },
{ (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }
}

Definition at line 32 of file VehicleLength.c.

◆ asn_MBR_VehicleLength_1

asn_TYPE_member_t asn_MBR_VehicleLength_1[]
static
Initial value:
= {
{ ATF_NOFLAGS, 0, offsetof(struct VehicleLength, vehicleLengthValue),
(ASN_TAG_CLASS_CONTEXT | (0 << 2)),
-1,
0,
0,
0,
"vehicleLengthValue"
},
{ ATF_NOFLAGS, 0, offsetof(struct VehicleLength, vehicleLengthConfidenceIndication),
(ASN_TAG_CLASS_CONTEXT | (1 << 2)),
-1,
0,
0,
0,
"vehicleLengthConfidenceIndication"
},
}
#define offsetof(s, m)
Definition: asn_system.h:115
asn_TYPE_descriptor_t asn_DEF_VehicleLengthValue
asn_TYPE_descriptor_t asn_DEF_VehicleLengthConfidenceIndication

Definition at line 9 of file VehicleLength.c.

◆ asn_SPC_VehicleLength_specs_1

asn_SEQUENCE_specifics_t asn_SPC_VehicleLength_specs_1
static
Initial value:
= {
sizeof(struct VehicleLength),
2,
0, 0, 0,
-1,
-1
}
#define offsetof(s, m)
Definition: asn_system.h:115
static asn_TYPE_tag2member_t asn_MAP_VehicleLength_tag2el_1[]
Definition: VehicleLength.c:32
asn_struct_ctx_t _asn_ctx
Definition: VehicleLength.h:28

Definition at line 36 of file VehicleLength.c.