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

Go to the source code of this file.

Typedefs

typedef enum Longitude e_Longitude
 
typedef long Longitude_t
 

Enumerations

enum  Longitude { Longitude_oneMicrodegreeEast = 10, Longitude_oneMicrodegreeWest = -10, Longitude_unavailable = 1800000001 }
 

Variables

asn_TYPE_descriptor_t asn_DEF_Longitude
 
asn_struct_free_f Longitude_free
 
asn_struct_print_f Longitude_print
 
asn_constr_check_f Longitude_constraint
 
ber_type_decoder_f Longitude_decode_ber
 
der_type_encoder_f Longitude_encode_der
 
xer_type_decoder_f Longitude_decode_xer
 
xer_type_encoder_f Longitude_encode_xer
 
per_type_decoder_f Longitude_decode_uper
 
per_type_encoder_f Longitude_encode_uper
 

Typedef Documentation

◆ e_Longitude

typedef enum Longitude e_Longitude

◆ Longitude_t

typedef long Longitude_t

Definition at line 28 of file Longitude.h.

Enumeration Type Documentation

◆ Longitude

enum Longitude
Enumerator
Longitude_oneMicrodegreeEast 
Longitude_oneMicrodegreeWest 
Longitude_unavailable 

Definition at line 21 of file Longitude.h.

Variable Documentation

◆ asn_DEF_Longitude

asn_TYPE_descriptor_t asn_DEF_Longitude

Definition at line 123 of file Longitude.c.

◆ Longitude_constraint

asn_constr_check_f Longitude_constraint

Definition at line 34 of file Longitude.h.

◆ Longitude_decode_ber

ber_type_decoder_f Longitude_decode_ber

Definition at line 35 of file Longitude.h.

◆ Longitude_decode_uper

per_type_decoder_f Longitude_decode_uper

Definition at line 39 of file Longitude.h.

◆ Longitude_decode_xer

xer_type_decoder_f Longitude_decode_xer

Definition at line 37 of file Longitude.h.

◆ Longitude_encode_der

der_type_encoder_f Longitude_encode_der

Definition at line 36 of file Longitude.h.

◆ Longitude_encode_uper

per_type_encoder_f Longitude_encode_uper

Definition at line 40 of file Longitude.h.

◆ Longitude_encode_xer

xer_type_encoder_f Longitude_encode_xer

Definition at line 38 of file Longitude.h.

◆ Longitude_free

asn_struct_free_f Longitude_free

Definition at line 32 of file Longitude.h.

◆ Longitude_print

asn_struct_print_f Longitude_print

Definition at line 33 of file Longitude.h.