source: trunk/FACT++/src/HeadersToO.h@ 19441

Last change on this file since 19441 was 19441, checked in by tbretz, 6 years ago
Missing
File size: 382 bytes
Line 
1#ifndef FACT_HeadersToO
2#define FACT_HeadersToO
3
4namespace ToO
5{
6 namespace State
7 {
8 enum states_t
9 {
10 kDisconnected = 1,
11 kConnected = 2,
12 };
13
14 }
15
16 struct DataGRB
17 {
18 int16_t type;
19 uint32_t trigid;
20 double ra;
21 double dec;
22 double err;
23 } __attribute__((__packed__));;
24}
25
26#endif
Note: See TracBrowser for help on using the repository browser.