1 /* 2 * Generated by asn1c-0.9.21 (http://lionet.info/asn1c) 3 * From ASN.1 module "FEF-IntermediateDraft" 4 * found in "../annexb-snacc-122001.asn1" 5 */ 6 7 #ifndef _ApplicationArea_H_ 8 #define _ApplicationArea_H_ 9 10 11 #include <asn_application.h> 12 13 /* Including external dependencies */ 14 #include <INTEGER.h> 15 16 #ifdef __cplusplus 17 extern "C" { 18 #endif 19 20 /* Dependencies */ 21 typedef enum ApplicationArea { 22 ApplicationArea_area_unspec = 0, 23 ApplicationArea_area_operating_room = 1, 24 ApplicationArea_area_intensive_care = 2 25 } e_ApplicationArea; 26 27 /* ApplicationArea */ 28 typedef INTEGER_t ApplicationArea_t; 29 30 /* Implementation */ 31 extern asn_TYPE_descriptor_t asn_DEF_ApplicationArea; 32 asn_struct_free_f ApplicationArea_free; 33 asn_struct_print_f ApplicationArea_print; 34 asn_constr_check_f ApplicationArea_constraint; 35 ber_type_decoder_f ApplicationArea_decode_ber; 36 der_type_encoder_f ApplicationArea_encode_der; 37 xer_type_decoder_f ApplicationArea_decode_xer; 38 xer_type_encoder_f ApplicationArea_encode_xer; 39 40 #ifdef __cplusplus 41 } 42 #endif 43 44 #endif /* _ApplicationArea_H_ */ 45