File: MsmtPrinciple.h

package info (click to toggle)
biosig4c%2B%2B 1.9.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,220 kB
  • sloc: ansic: 41,218; cpp: 8,946; sh: 4,365; makefile: 1,758; python: 87; awk: 73; php: 40; perl: 36; java: 14; ruby: 7
file content (50 lines) | stat: -rw-r--r-- 1,203 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/*
 * Generated by asn1c-0.9.21 (http://lionet.info/asn1c)
 * From ASN.1 module "FEF-IntermediateDraft"
 * 	found in "../annexb-snacc-122001.asn1"
 */

#ifndef	_MsmtPrinciple_H_
#define	_MsmtPrinciple_H_


#include <asn_application.h>

/* Including external dependencies */
#include <BIT_STRING.h>

#ifdef __cplusplus
extern "C" {
#endif

/* Dependencies */
typedef enum MsmtPrinciple {
	MsmtPrinciple_msp_chemical	= 1,
	MsmtPrinciple_msp_electrical	= 2,
	MsmtPrinciple_msp_impedance	= 3,
	MsmtPrinciple_msp_nuclear	= 4,
	MsmtPrinciple_msp_optical	= 5,
	MsmtPrinciple_msp_thermal	= 6,
	MsmtPrinciple_msp_biological	= 7,
	MsmtPrinciple_msp_mechanical	= 8,
	MsmtPrinciple_msp_manual	= 15
} e_MsmtPrinciple;

/* MsmtPrinciple */
typedef BIT_STRING_t	 MsmtPrinciple_t;

/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_MsmtPrinciple;
asn_struct_free_f MsmtPrinciple_free;
asn_struct_print_f MsmtPrinciple_print;
asn_constr_check_f MsmtPrinciple_constraint;
ber_type_decoder_f MsmtPrinciple_decode_ber;
der_type_encoder_f MsmtPrinciple_encode_der;
xer_type_decoder_f MsmtPrinciple_decode_xer;
xer_type_encoder_f MsmtPrinciple_encode_xer;

#ifdef __cplusplus
}
#endif

#endif	/* _MsmtPrinciple_H_ */