Parent Directory
|
Revision Log
*** empty log message ***
| 1 | #ifndef CALIBS4_EVENT_H |
| 2 | #define CALIBS4_EVENT_H |
| 3 | |
| 4 | #include "SubPacket.h" |
| 5 | |
| 6 | namespace pamela { |
| 7 | /** |
| 8 | * Information events about the CalibS4. |
| 9 | */ |
| 10 | class CalibS4Event: public pamela::SubPacket { |
| 11 | private: |
| 12 | |
| 13 | public: |
| 14 | CalibS4Event(void); |
| 15 | |
| 16 | UINT16 S4register[384]; |
| 17 | BYTE S4command[384]; |
| 18 | UINT16 S4length[384]; |
| 19 | BYTE S4crc[384]; |
| 20 | ClassDef(CalibS4Event, 1) |
| 21 | }; |
| 22 | } |
| 23 | |
| 24 | #endif /* CALIBS4_EVENT_H */ |
| 25 |
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |