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

Go to the source code of this file.

Typedefs

typedef enum PostCrashSubCauseCode e_PostCrashSubCauseCode
 
typedef long PostCrashSubCauseCode_t
 

Enumerations

enum  PostCrashSubCauseCode {
  PostCrashSubCauseCode_unavailable = 0, PostCrashSubCauseCode_accidentWithoutECallTriggered = 1, PostCrashSubCauseCode_accidentWithECallManuallyTriggered = 2, PostCrashSubCauseCode_accidentWithECallAutomaticallyTriggered = 3,
  PostCrashSubCauseCode_accidentWithECallTriggeredWithoutAccessToCellularNetwork = 4
}
 

Variables

asn_TYPE_descriptor_t asn_DEF_PostCrashSubCauseCode
 
asn_struct_free_f PostCrashSubCauseCode_free
 
asn_struct_print_f PostCrashSubCauseCode_print
 
asn_constr_check_f PostCrashSubCauseCode_constraint
 
ber_type_decoder_f PostCrashSubCauseCode_decode_ber
 
der_type_encoder_f PostCrashSubCauseCode_encode_der
 
xer_type_decoder_f PostCrashSubCauseCode_decode_xer
 
xer_type_encoder_f PostCrashSubCauseCode_encode_xer
 
per_type_decoder_f PostCrashSubCauseCode_decode_uper
 
per_type_encoder_f PostCrashSubCauseCode_encode_uper
 

Typedef Documentation

◆ e_PostCrashSubCauseCode

◆ PostCrashSubCauseCode_t

Definition at line 30 of file PostCrashSubCauseCode.h.

Enumeration Type Documentation

◆ PostCrashSubCauseCode

Enumerator
PostCrashSubCauseCode_unavailable 
PostCrashSubCauseCode_accidentWithoutECallTriggered 
PostCrashSubCauseCode_accidentWithECallManuallyTriggered 
PostCrashSubCauseCode_accidentWithECallAutomaticallyTriggered 
PostCrashSubCauseCode_accidentWithECallTriggeredWithoutAccessToCellularNetwork 

Definition at line 21 of file PostCrashSubCauseCode.h.

Variable Documentation

◆ asn_DEF_PostCrashSubCauseCode

asn_TYPE_descriptor_t asn_DEF_PostCrashSubCauseCode

Definition at line 123 of file PostCrashSubCauseCode.c.

◆ PostCrashSubCauseCode_constraint

asn_constr_check_f PostCrashSubCauseCode_constraint

Definition at line 36 of file PostCrashSubCauseCode.h.

◆ PostCrashSubCauseCode_decode_ber

ber_type_decoder_f PostCrashSubCauseCode_decode_ber

Definition at line 37 of file PostCrashSubCauseCode.h.

◆ PostCrashSubCauseCode_decode_uper

per_type_decoder_f PostCrashSubCauseCode_decode_uper

Definition at line 41 of file PostCrashSubCauseCode.h.

◆ PostCrashSubCauseCode_decode_xer

xer_type_decoder_f PostCrashSubCauseCode_decode_xer

Definition at line 39 of file PostCrashSubCauseCode.h.

◆ PostCrashSubCauseCode_encode_der

der_type_encoder_f PostCrashSubCauseCode_encode_der

Definition at line 38 of file PostCrashSubCauseCode.h.

◆ PostCrashSubCauseCode_encode_uper

per_type_encoder_f PostCrashSubCauseCode_encode_uper

Definition at line 42 of file PostCrashSubCauseCode.h.

◆ PostCrashSubCauseCode_encode_xer

xer_type_encoder_f PostCrashSubCauseCode_encode_xer

Definition at line 40 of file PostCrashSubCauseCode.h.

◆ PostCrashSubCauseCode_free

asn_struct_free_f PostCrashSubCauseCode_free

Definition at line 34 of file PostCrashSubCauseCode.h.

◆ PostCrashSubCauseCode_print

asn_struct_print_f PostCrashSubCauseCode_print

Definition at line 35 of file PostCrashSubCauseCode.h.