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

Go to the source code of this file.

Typedefs

typedef enum ExteriorLights e_ExteriorLights
 
typedef BIT_STRING_t ExteriorLights_t
 

Enumerations

enum  ExteriorLights {
  ExteriorLights_lowBeamHeadlightsOn = 0, ExteriorLights_highBeamHeadlightsOn = 1, ExteriorLights_leftTurnSignalOn = 2, ExteriorLights_rightTurnSignalOn = 3,
  ExteriorLights_daytimeRunningLightsOn = 4, ExteriorLights_reverseLightOn = 5, ExteriorLights_fogLightOn = 6, ExteriorLights_parkingLightsOn = 7
}
 

Variables

asn_TYPE_descriptor_t asn_DEF_ExteriorLights
 
asn_struct_free_f ExteriorLights_free
 
asn_struct_print_f ExteriorLights_print
 
asn_constr_check_f ExteriorLights_constraint
 
ber_type_decoder_f ExteriorLights_decode_ber
 
der_type_encoder_f ExteriorLights_encode_der
 
xer_type_decoder_f ExteriorLights_decode_xer
 
xer_type_encoder_f ExteriorLights_encode_xer
 
per_type_decoder_f ExteriorLights_decode_uper
 
per_type_encoder_f ExteriorLights_encode_uper
 

Typedef Documentation

◆ e_ExteriorLights

◆ ExteriorLights_t

Definition at line 33 of file ExteriorLights.h.

Enumeration Type Documentation

◆ ExteriorLights

Enumerator
ExteriorLights_lowBeamHeadlightsOn 
ExteriorLights_highBeamHeadlightsOn 
ExteriorLights_leftTurnSignalOn 
ExteriorLights_rightTurnSignalOn 
ExteriorLights_daytimeRunningLightsOn 
ExteriorLights_reverseLightOn 
ExteriorLights_fogLightOn 
ExteriorLights_parkingLightsOn 

Definition at line 21 of file ExteriorLights.h.

Variable Documentation

◆ asn_DEF_ExteriorLights

asn_TYPE_descriptor_t asn_DEF_ExteriorLights

Definition at line 129 of file ExteriorLights.c.

◆ ExteriorLights_constraint

asn_constr_check_f ExteriorLights_constraint

Definition at line 39 of file ExteriorLights.h.

◆ ExteriorLights_decode_ber

ber_type_decoder_f ExteriorLights_decode_ber

Definition at line 40 of file ExteriorLights.h.

◆ ExteriorLights_decode_uper

per_type_decoder_f ExteriorLights_decode_uper

Definition at line 44 of file ExteriorLights.h.

◆ ExteriorLights_decode_xer

xer_type_decoder_f ExteriorLights_decode_xer

Definition at line 42 of file ExteriorLights.h.

◆ ExteriorLights_encode_der

der_type_encoder_f ExteriorLights_encode_der

Definition at line 41 of file ExteriorLights.h.

◆ ExteriorLights_encode_uper

per_type_encoder_f ExteriorLights_encode_uper

Definition at line 45 of file ExteriorLights.h.

◆ ExteriorLights_encode_xer

xer_type_encoder_f ExteriorLights_encode_xer

Definition at line 43 of file ExteriorLights.h.

◆ ExteriorLights_free

asn_struct_free_f ExteriorLights_free

Definition at line 37 of file ExteriorLights.h.

◆ ExteriorLights_print

asn_struct_print_f ExteriorLights_print

Definition at line 38 of file ExteriorLights.h.