forked from epics_driver_modules/motorBase
General port type specifier.
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
FILENAME... drvMM3000.c
|
||||
USAGE... Motor record driver level support for Newport MM3000.
|
||||
|
||||
Version: $Revision: 1.1 $
|
||||
Version: $Revision: 1.2 $
|
||||
Modified By: $Author: sluiter $
|
||||
Last Modified: $Date: 2000-02-08 22:18:52 $
|
||||
Last Modified: $Date: 2000-03-03 22:27:04 $
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -524,7 +524,7 @@ int MM3000Setup(int num_cards, /* maximum number of controllers in system. */
|
||||
/* MM3000Config() */
|
||||
/*****************************************************/
|
||||
int MM3000Config(int card, /* card being configured */
|
||||
int port_type, /* GPIB_PORT or RS232_PORT */
|
||||
PortType port_type, /* GPIB_PORT or RS232_PORT */
|
||||
int addr1, /* = link for GPIB or hideos_card for RS-232 */
|
||||
int addr2) /* GPIB address or hideos_task */
|
||||
{
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
FILENAME... drvMM4000.c
|
||||
USAGE... Motor record driver level support for Newport MM4000.
|
||||
|
||||
Version: $Revision: 1.1 $
|
||||
Version: $Revision: 1.2 $
|
||||
Modified By: $Author: sluiter $
|
||||
Last Modified: $Date: 2000-02-08 22:18:53 $
|
||||
Last Modified: $Date: 2000-03-03 22:27:22 $
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -541,7 +541,7 @@ int MM4000Setup(int num_cards, /* maximum number of controllers in system. */
|
||||
/* MM4000Config() */
|
||||
/*****************************************************/
|
||||
int MM4000Config(int card, /* card being configured */
|
||||
int port_type, /* GPIB_PORT or RS232_PORT */
|
||||
PortType port_type, /* GPIB_PORT or RS232_PORT */
|
||||
int addr1, /* = link for GPIB or hideos_card for RS-232 */
|
||||
int addr2) /* GPIB address or hideos_task */
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user