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

Go to the source code of this file.

Typedefs

typedef enum StationarySince e_StationarySince
 
typedef long StationarySince_t
 

Enumerations

enum  StationarySince { StationarySince_lessThan1Minute = 0, StationarySince_lessThan2Minutes = 1, StationarySince_lessThan15Minutes = 2, StationarySince_equalOrGreater15Minutes = 3 }
 

Variables

asn_TYPE_descriptor_t asn_DEF_StationarySince
 
asn_struct_free_f StationarySince_free
 
asn_struct_print_f StationarySince_print
 
asn_constr_check_f StationarySince_constraint
 
ber_type_decoder_f StationarySince_decode_ber
 
der_type_encoder_f StationarySince_encode_der
 
xer_type_decoder_f StationarySince_decode_xer
 
xer_type_encoder_f StationarySince_encode_xer
 
per_type_decoder_f StationarySince_decode_uper
 
per_type_encoder_f StationarySince_encode_uper
 

Typedef Documentation

◆ e_StationarySince

◆ StationarySince_t

typedef long StationarySince_t

Definition at line 29 of file StationarySince.h.

Enumeration Type Documentation

◆ StationarySince

Enumerator
StationarySince_lessThan1Minute 
StationarySince_lessThan2Minutes 
StationarySince_lessThan15Minutes 
StationarySince_equalOrGreater15Minutes 

Definition at line 21 of file StationarySince.h.

Variable Documentation

◆ asn_DEF_StationarySince

asn_TYPE_descriptor_t asn_DEF_StationarySince

Definition at line 127 of file StationarySince.c.

◆ StationarySince_constraint

asn_constr_check_f StationarySince_constraint

Definition at line 35 of file StationarySince.h.

◆ StationarySince_decode_ber

ber_type_decoder_f StationarySince_decode_ber

Definition at line 36 of file StationarySince.h.

◆ StationarySince_decode_uper

per_type_decoder_f StationarySince_decode_uper

Definition at line 40 of file StationarySince.h.

◆ StationarySince_decode_xer

xer_type_decoder_f StationarySince_decode_xer

Definition at line 38 of file StationarySince.h.

◆ StationarySince_encode_der

der_type_encoder_f StationarySince_encode_der

Definition at line 37 of file StationarySince.h.

◆ StationarySince_encode_uper

per_type_encoder_f StationarySince_encode_uper

Definition at line 41 of file StationarySince.h.

◆ StationarySince_encode_xer

xer_type_encoder_f StationarySince_encode_xer

Definition at line 39 of file StationarySince.h.

◆ StationarySince_free

asn_struct_free_f StationarySince_free

Definition at line 33 of file StationarySince.h.

◆ StationarySince_print

asn_struct_print_f StationarySince_print

Definition at line 34 of file StationarySince.h.