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

Go to the source code of this file.

Typedefs

typedef enum DeltaLatitude e_DeltaLatitude
 
typedef long DeltaLatitude_t
 

Enumerations

enum  DeltaLatitude { DeltaLatitude_oneMicrodegreeNorth = 10, DeltaLatitude_oneMicrodegreeSouth = -10, DeltaLatitude_unavailable = 131072 }
 

Variables

asn_TYPE_descriptor_t asn_DEF_DeltaLatitude
 
asn_struct_free_f DeltaLatitude_free
 
asn_struct_print_f DeltaLatitude_print
 
asn_constr_check_f DeltaLatitude_constraint
 
ber_type_decoder_f DeltaLatitude_decode_ber
 
der_type_encoder_f DeltaLatitude_encode_der
 
xer_type_decoder_f DeltaLatitude_decode_xer
 
xer_type_encoder_f DeltaLatitude_encode_xer
 
per_type_decoder_f DeltaLatitude_decode_uper
 
per_type_encoder_f DeltaLatitude_encode_uper
 

Typedef Documentation

◆ DeltaLatitude_t

typedef long DeltaLatitude_t

Definition at line 28 of file DeltaLatitude.h.

◆ e_DeltaLatitude

Enumeration Type Documentation

◆ DeltaLatitude

Enumerator
DeltaLatitude_oneMicrodegreeNorth 
DeltaLatitude_oneMicrodegreeSouth 
DeltaLatitude_unavailable 

Definition at line 21 of file DeltaLatitude.h.

Variable Documentation

◆ asn_DEF_DeltaLatitude

asn_TYPE_descriptor_t asn_DEF_DeltaLatitude

Definition at line 123 of file DeltaLatitude.c.

◆ DeltaLatitude_constraint

asn_constr_check_f DeltaLatitude_constraint

Definition at line 34 of file DeltaLatitude.h.

◆ DeltaLatitude_decode_ber

ber_type_decoder_f DeltaLatitude_decode_ber

Definition at line 35 of file DeltaLatitude.h.

◆ DeltaLatitude_decode_uper

per_type_decoder_f DeltaLatitude_decode_uper

Definition at line 39 of file DeltaLatitude.h.

◆ DeltaLatitude_decode_xer

xer_type_decoder_f DeltaLatitude_decode_xer

Definition at line 37 of file DeltaLatitude.h.

◆ DeltaLatitude_encode_der

der_type_encoder_f DeltaLatitude_encode_der

Definition at line 36 of file DeltaLatitude.h.

◆ DeltaLatitude_encode_uper

per_type_encoder_f DeltaLatitude_encode_uper

Definition at line 40 of file DeltaLatitude.h.

◆ DeltaLatitude_encode_xer

xer_type_encoder_f DeltaLatitude_encode_xer

Definition at line 38 of file DeltaLatitude.h.

◆ DeltaLatitude_free

asn_struct_free_f DeltaLatitude_free

Definition at line 32 of file DeltaLatitude.h.

◆ DeltaLatitude_print

asn_struct_print_f DeltaLatitude_print

Definition at line 33 of file DeltaLatitude.h.