Changed to C++ serialIO interface.

This commit is contained in:
Ron Sluiter
2003-05-27 21:48:45 +00:00
parent 14ad2d722b
commit 3ca5d9c228
2 changed files with 10 additions and 12 deletions

View File

@@ -16,6 +16,7 @@
#define INCdrvMCB4Bh 1
#include "motordrvCom.h"
#include "serialIO.h"
/* MCB4B default profile. */
@@ -26,7 +27,7 @@
struct MCB4Bcontroller
{
struct serialInfo *serialInfo; /* For RS-232 */
serialIO *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 */
};