File: MetricCalEntry.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 (40 lines) | stat: -rw-r--r-- 804 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
/*
 * Generated by asn1c-0.9.21 (http://lionet.info/asn1c)
 * From ASN.1 module "FEF-IntermediateDraft"
 * 	found in "../annexb-snacc-122001.asn1"
 */

#ifndef	_MetricCalEntry_H_
#define	_MetricCalEntry_H_


#include <asn_application.h>

/* Including external dependencies */
#include "MetricCalType.h"
#include "MetricCalState.h"
#include "AbsoluteTime.h"
#include <constr_SEQUENCE.h>

#ifdef __cplusplus
extern "C" {
#endif

/* MetricCalEntry */
typedef struct MetricCalEntry {
	MetricCalType_t	 cal_type;
	MetricCalState_t	 cal_state;
	AbsoluteTime_t	 cal_time;
	
	/* Context for parsing across buffer boundaries */
	asn_struct_ctx_t _asn_ctx;
} MetricCalEntry_t;

/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_MetricCalEntry;

#ifdef __cplusplus
}
#endif

#endif	/* _MetricCalEntry_H_ */