Improved the bacepics program to include header and footer, so it can generate a full (and compliant) EPICS file for VTS3.

This commit is contained in:
tbrennan3
2011-09-12 18:07:25 +00:00
parent 8488d65a9c
commit 630ed4640b
2 changed files with 352 additions and 32 deletions
+2
View File
@@ -88,6 +88,8 @@
typedef enum {
/** Initial state to establish a binding with the target device. */
INITIAL_BINDING,
/** Get selected device information and put out the heading information. */
GET_HEADING_INFO, GET_HEADING_RESPONSE, PRINT_HEADING,
/** Getting ALL properties and values at once with RPM. */
GET_ALL_REQUEST, GET_ALL_RESPONSE,
/** Getting ALL properties with array index = 0, just to get the list. */