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

Go to the source code of this file.

Variables

static asn_TYPE_member_t asn_MBR_EventPoint_1 []
 
static int asn_MAP_EventPoint_oms_1 [] = { 1 }
 
static ber_tlv_tag_t asn_DEF_EventPoint_tags_1 []
 
static asn_TYPE_tag2member_t asn_MAP_EventPoint_tag2el_1 []
 
static asn_SEQUENCE_specifics_t asn_SPC_EventPoint_specs_1
 
asn_TYPE_descriptor_t asn_DEF_EventPoint
 

Variable Documentation

◆ asn_DEF_EventPoint

asn_TYPE_descriptor_t asn_DEF_EventPoint
Initial value:
= {
"EventPoint",
"EventPoint",
0,
0,
3,
}
ber_type_decoder_f SEQUENCE_decode_ber
der_type_encoder_f SEQUENCE_encode_der
static asn_SEQUENCE_specifics_t asn_SPC_EventPoint_specs_1
Definition: EventPoint.c:47
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 ber_tlv_tag_t asn_DEF_EventPoint_tags_1[]
Definition: EventPoint.c:39
static asn_TYPE_member_t asn_MBR_EventPoint_1[]
Definition: EventPoint.c:9

Definition at line 57 of file EventPoint.c.

◆ asn_DEF_EventPoint_tags_1

ber_tlv_tag_t asn_DEF_EventPoint_tags_1[]
static
Initial value:

Definition at line 39 of file EventPoint.c.

◆ asn_MAP_EventPoint_oms_1

int asn_MAP_EventPoint_oms_1[] = { 1 }
static

Definition at line 38 of file EventPoint.c.

◆ asn_MAP_EventPoint_tag2el_1

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

Definition at line 42 of file EventPoint.c.

◆ asn_MBR_EventPoint_1

asn_TYPE_member_t asn_MBR_EventPoint_1[]
static
Initial value:
= {
{ ATF_NOFLAGS, 0, offsetof(struct EventPoint, eventPosition),
(ASN_TAG_CLASS_CONTEXT | (0 << 2)),
-1,
0,
0,
0,
"eventPosition"
},
{ ATF_POINTER, 1, offsetof(struct EventPoint, eventDeltaTime),
(ASN_TAG_CLASS_CONTEXT | (1 << 2)),
-1,
0,
0,
0,
"eventDeltaTime"
},
{ ATF_NOFLAGS, 0, offsetof(struct EventPoint, informationQuality),
(ASN_TAG_CLASS_CONTEXT | (2 << 2)),
-1,
0,
0,
0,
"informationQuality"
},
}
#define offsetof(s, m)
Definition: asn_system.h:115
asn_TYPE_descriptor_t asn_DEF_DeltaReferencePosition
asn_TYPE_descriptor_t asn_DEF_InformationQuality
asn_TYPE_descriptor_t asn_DEF_PathDeltaTime

Definition at line 9 of file EventPoint.c.

◆ asn_SPC_EventPoint_specs_1

asn_SEQUENCE_specifics_t asn_SPC_EventPoint_specs_1
static
Initial value:
= {
sizeof(struct EventPoint),
3,
1, 0,
-1,
-1
}
#define offsetof(s, m)
Definition: asn_system.h:115
static asn_TYPE_tag2member_t asn_MAP_EventPoint_tag2el_1[]
Definition: EventPoint.c:42
asn_struct_ctx_t _asn_ctx
Definition: EventPoint.h:30
static int asn_MAP_EventPoint_oms_1[]
Definition: EventPoint.c:38

Definition at line 47 of file EventPoint.c.