blob: 2eb2fc6568b0f3c62214d3548c98385f6cbdf9dd [file] [log] [blame]
Harald Welte3aa901d2018-08-13 18:32:36 +02001/*
2 * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
3 * From ASN.1 module "RSPRO"
4 * found in "../../asn1/RSPRO.asn"
5 */
6
7#ifndef _ComponentType_H_
8#define _ComponentType_H_
9
10
11#include <asn_application.h>
12
13/* Including external dependencies */
14#include <NativeEnumerated.h>
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
20/* Dependencies */
21typedef enum ComponentType {
22 ComponentType_remsimClient = 0,
23 ComponentType_remsimServer = 1,
24 ComponentType_remsimBankd = 2
25} e_ComponentType;
26
27/* ComponentType */
28typedef long ComponentType_t;
29
30/* Implementation */
31extern asn_TYPE_descriptor_t asn_DEF_ComponentType;
32asn_struct_free_f ComponentType_free;
33asn_struct_print_f ComponentType_print;
34asn_constr_check_f ComponentType_constraint;
35ber_type_decoder_f ComponentType_decode_ber;
36der_type_encoder_f ComponentType_encode_der;
37xer_type_decoder_f ComponentType_decode_xer;
38xer_type_encoder_f ComponentType_encode_xer;
39
40#ifdef __cplusplus
41}
42#endif
43
44#endif /* _ComponentType_H_ */
45#include <asn_internal.h>