R3.14.2 compatible.

This commit is contained in:
Ron Sluiter
2003-05-27 14:07:02 +00:00
parent 0b0f6f74fe
commit 21e8e43e27
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
# Advanced Control Systems driver support.
device(motor,VME_IO,devMCB4B,"ACS MCB-4B")
driver(drvMCB4B)
registrar(AcsRegister)

View File

@@ -23,11 +23,10 @@
#define MCB4B_NUM_CHANNELS 4
#define OUTPUT_TERMINATOR "\r"
#define INPUT_TERMINATOR '\r'
struct MCB4Bcontroller
{
void *serialInfo; /* For RS-232 */
struct serialInfo *serialInfo; /* For RS-232 */
int serial_card; /* Card on which Hideos/MPF is running */
char serial_task[20]; /* Hideos/MPF task/server name for serial port */
};