Last change
on this file since 19959 was 19529, checked in by tbretz, 5 years ago |
Send a name instead of a trigger id... removed from struct
|
File size:
415 bytes
|
Line | |
---|
1 | #ifndef FACT_HeadersToO
|
---|
2 | #define FACT_HeadersToO
|
---|
3 |
|
---|
4 | namespace ToO
|
---|
5 | {
|
---|
6 | namespace State
|
---|
7 | {
|
---|
8 | enum states_t
|
---|
9 | {
|
---|
10 | kDisconnected = 1,
|
---|
11 | kConnected = 2,
|
---|
12 | kArmed = 3,
|
---|
13 | };
|
---|
14 |
|
---|
15 | }
|
---|
16 |
|
---|
17 | struct DataGRB
|
---|
18 | {
|
---|
19 | uint16_t type;
|
---|
20 | //uint32_t trigid;
|
---|
21 | double ra;
|
---|
22 | double dec;
|
---|
23 | double err;
|
---|
24 | } __attribute__((__packed__));;
|
---|
25 | }
|
---|
26 |
|
---|
27 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.