From 2c303ba8f4eca94d46f7fb4f38a2cb1a7675bf4e Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Fri, 3 Mar 2000 22:27:22 +0000 Subject: [PATCH] General port type specifier. --- motorApp/NewportSrc/drvMM3000.c | 6 +++--- motorApp/NewportSrc/drvMM4000.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/motorApp/NewportSrc/drvMM3000.c b/motorApp/NewportSrc/drvMM3000.c index 86af819f..289e6899 100644 --- a/motorApp/NewportSrc/drvMM3000.c +++ b/motorApp/NewportSrc/drvMM3000.c @@ -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 */ { diff --git a/motorApp/NewportSrc/drvMM4000.c b/motorApp/NewportSrc/drvMM4000.c index 05d4b4bc..ce37ba40 100644 --- a/motorApp/NewportSrc/drvMM4000.c +++ b/motorApp/NewportSrc/drvMM4000.c @@ -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 */ {