forked from epics_driver_modules/motorBase
Re-format only; tabs to spaces. No code changes.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -47,15 +47,15 @@ HeadURL: $URL$
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
int A3200AsynSetup(int numControllers); /* number of A3200 controllers in system. */
|
||||
int A3200AsynSetup(int numControllers); /* number of A3200 controllers in system. */
|
||||
|
||||
int A3200AsynConfig(int card, /* Controller number */
|
||||
const char *portName, /* asyn port name of serial or GPIB port */
|
||||
int asynAddress, /* asyn subaddress for GPIB */
|
||||
int numAxes, /* The number of axes that the driver controls */
|
||||
int taskNumber, /* The task number to use for motion commands */
|
||||
int movingPollPeriod, /* Time to poll (msec) when an axis is in motion */
|
||||
int idlePollPeriod); /* Time to poll (msec) when an axis is idle. 0 for no polling */
|
||||
int A3200AsynConfig(int card, /* Controller number */
|
||||
const char *portName, /* asyn port name of serial or GPIB port */
|
||||
int asynAddress, /* asyn subaddress for GPIB */
|
||||
int numAxes, /* The number of axes that the driver controls */
|
||||
int taskNumber, /* The task number to use for motion commands */
|
||||
int movingPollPeriod, /* Time to poll (msec) when an axis is in motion */
|
||||
int idlePollPeriod); /* Time to poll (msec) when an axis is idle. 0 for no polling */
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user