source: trunk/FACT++/src/HeadersGTC.h@ 19713

Last change on this file since 19713 was 19708, checked in by tbretz, 5 years ago
Added tool to read GTC dust values.
File size: 383 bytes
Line 
1#ifndef FACT_HeadersGTC
2#define FACT_HeadersGTC
3
4namespace GTC
5{
6 namespace State
7 {
8 enum states_t
9 {
10 kDisconnected = 1,
11 kConnected,
12 kReceiving,
13 };
14 }
15
16 /*
17 struct Data
18 {
19 uint64_t time;
20 float temp[10];
21 double avg;
22 double rms;
23 } __attribute__((__packed__));*/
24}
25
26#endif
Note: See TracBrowser for help on using the repository browser.