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

Go to the source code of this file.

Classes

struct  asn_CHOICE_specifics_s
 

Typedefs

typedef struct asn_CHOICE_specifics_s asn_CHOICE_specifics_t
 

Variables

asn_struct_free_f CHOICE_free
 
asn_struct_print_f CHOICE_print
 
asn_constr_check_f CHOICE_constraint
 
ber_type_decoder_f CHOICE_decode_ber
 
der_type_encoder_f CHOICE_encode_der
 
xer_type_decoder_f CHOICE_decode_xer
 
xer_type_encoder_f CHOICE_encode_xer
 
per_type_decoder_f CHOICE_decode_uper
 
per_type_encoder_f CHOICE_encode_uper
 
asn_outmost_tag_f CHOICE_outmost_tag
 

Typedef Documentation

◆ asn_CHOICE_specifics_t

Variable Documentation

◆ CHOICE_constraint

asn_constr_check_f CHOICE_constraint

Definition at line 44 of file constr_CHOICE.h.

◆ CHOICE_decode_ber

ber_type_decoder_f CHOICE_decode_ber

Definition at line 45 of file constr_CHOICE.h.

◆ CHOICE_decode_uper

per_type_decoder_f CHOICE_decode_uper

Definition at line 49 of file constr_CHOICE.h.

◆ CHOICE_decode_xer

xer_type_decoder_f CHOICE_decode_xer

Definition at line 47 of file constr_CHOICE.h.

◆ CHOICE_encode_der

der_type_encoder_f CHOICE_encode_der

Definition at line 46 of file constr_CHOICE.h.

◆ CHOICE_encode_uper

per_type_encoder_f CHOICE_encode_uper

Definition at line 50 of file constr_CHOICE.h.

◆ CHOICE_encode_xer

xer_type_encoder_f CHOICE_encode_xer

Definition at line 48 of file constr_CHOICE.h.

◆ CHOICE_free

asn_struct_free_f CHOICE_free

Definition at line 42 of file constr_CHOICE.h.

◆ CHOICE_outmost_tag

asn_outmost_tag_f CHOICE_outmost_tag

Definition at line 51 of file constr_CHOICE.h.

◆ CHOICE_print

asn_struct_print_f CHOICE_print

Definition at line 43 of file constr_CHOICE.h.