source:
trunk/FACT++/src/HeadersAgilent.h@
14509
| Last change on this file since 14509 was 14315, checked in by , 14 years ago | |
|---|---|
| File size: 286 bytes | |
| Line | |
|---|---|
| 1 | #ifndef FACT_HeadersAgilent |
| 2 | #define FACT_HeadersAgilent |
| 3 | |
| 4 | namespace Agilent |
| 5 | { |
| 6 | namespace State |
| 7 | { |
| 8 | enum states_t |
| 9 | { |
| 10 | kDisconnected = 1, |
| 11 | kConnected = 2, |
| 12 | kVoltage_On = 3, |
| 13 | kVoltage_Off = 4, |
| 14 | }; |
| 15 | } |
| 16 | } |
| 17 | |
| 18 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
