mirror of
https://github.com/Binary-Coalescence/motorDSM.git
synced 2025-08-05 14:15:39 -05:00
Fixed wrong files
This commit is contained in:
35
acsApp/src/drvMCB4B.h
Normal file
35
acsApp/src/drvMCB4B.h
Normal file
@@ -0,0 +1,35 @@
|
||||
/* File: drvMCB4B.h */
|
||||
|
||||
|
||||
/* Device Driver Support definitions for motor */
|
||||
/*
|
||||
* Original Author: Mark Rivers
|
||||
* Current Author: Mark Rivers
|
||||
* Date: 2/24/3002
|
||||
*
|
||||
* Modification Log:
|
||||
* -----------------
|
||||
* .01 02/24/2002 mlr initialized from drvPM304.h
|
||||
*/
|
||||
|
||||
#ifndef INCdrvMCB4Bh
|
||||
#define INCdrvMCB4Bh 1
|
||||
|
||||
#include "motordrvCom.h"
|
||||
|
||||
/* MCB4B default profile. */
|
||||
|
||||
#define MCB4B_NUM_CARDS 4
|
||||
#define MCB4B_NUM_CHANNELS 4
|
||||
|
||||
#define OUTPUT_TERMINATOR "\r"
|
||||
#define INPUT_TERMINATOR '\r'
|
||||
|
||||
struct MCB4Bcontroller
|
||||
{
|
||||
void *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 */
|
||||
};
|
||||
|
||||
#endif /* INCdrvMCB4Bh */
|
Reference in New Issue
Block a user