Substituted string "mcb4b" with "md90".

The following case replacements were applied (in order):
	mcb4b -> md90
	MCB4B -> MD90
	mcb-4b -> md-90
	MCB-4B -> MD-90
	MCB -> MD-90
This commit is contained in:
2024-05-22 11:38:43 -05:00
parent a92fda6560
commit 417802a9b4
14 changed files with 223 additions and 223 deletions

View File

@@ -1,4 +1,4 @@
/* File: drvMCB4B.h */
/* File: drvMD90.h */
/* Device Driver Support definitions for motor */
@@ -12,23 +12,23 @@
* .01 02/24/2002 mlr initialized from drvPM304.h
*/
#ifndef INCdrvMCB4Bh
#define INCdrvMCB4Bh 1
#ifndef INCdrvMD90h
#define INCdrvMD90h 1
#include "motordrvCom.h"
#include "asynDriver.h"
/* MCB4B default profile. */
/* MD90 default profile. */
#define MCB4B_NUM_CARDS 4
#define MCB4B_NUM_CHANNELS 4
#define MD90_NUM_CARDS 4
#define MD90_NUM_CHANNELS 4
#define OUTPUT_TERMINATOR "\r"
struct MCB4Bcontroller
struct MD90controller
{
asynUser *pasynUser; /* asynUser structure */
char port[80]; /* asyn port name */
};
#endif /* INCdrvMCB4Bh */
#endif /* INCdrvMD90h */