Changeset 10704
- Timestamp:
- 05/13/11 15:10:17 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/HeadersFTM.h
r10703 r10704 15 15 enum States 16 16 { 17 // State Machine states 17 18 kDisconnected = 1, 18 19 kConnected, … … 30 31 enum Commands 31 32 { 33 // First word 32 34 kCmdRead = 0x0001, ///< Request data 33 35 kCmdWrite = 0x0002, ///< Send data … … 39 41 kCmdToggleLed = 0xc000, 40 42 43 // second word for read and write 41 44 kCmdStaticData = 0x0001, ///< Specifies that static (configuration) data is read/written 42 45 kCmdDynamicData = 0x0002, ///< Specifies that dynamic data is read/written 43 46 kCmdRegister = 0x0004, ///< Specifies that a register is read/written 44 47 48 // second word for StartRun 45 49 kStartRun = 0x0001, 46 50 kTakeNevents = 0x0002,
Note:
See TracChangeset
for help on using the changeset viewer.