forked from epics_driver_modules/motorBase
Initialize "update_delay".
This commit is contained in:
@@ -112,7 +112,7 @@ struct
|
||||
|
||||
extern "C" {epicsExportAddress(drvet, drvMCB4B);}
|
||||
|
||||
STATIC struct thread_args targs = {SCAN_RATE, &MCB4B_access};
|
||||
STATIC struct thread_args targs = {SCAN_RATE, &MCB4B_access, 0.0};
|
||||
|
||||
|
||||
/*********************************************************
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
FILENAME... drvPmac.cc
|
||||
USAGE... Driver level support for Delta Tau PMAC model.
|
||||
|
||||
Version: $Revision: 1.7 $
|
||||
Version: $Revision: 1.8 $
|
||||
Modified By: $Author: sluiter $
|
||||
Last Modified: $Date: 2005-03-30 18:59:47 $
|
||||
Last Modified: $Date: 2005-05-10 16:32:41 $
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -152,7 +152,7 @@ struct
|
||||
|
||||
extern "C" {epicsExportAddress(drvet, drvPmac);}
|
||||
|
||||
static struct thread_args targs = {SCAN_RATE, &Pmac_access};
|
||||
static struct thread_args targs = {SCAN_RATE, &Pmac_access, 0.0};
|
||||
|
||||
/*----------------functions-----------------*/
|
||||
|
||||
|
||||
@@ -3,9 +3,9 @@ FILENAME... drvIM483PL.cc
|
||||
USAGE... Motor record driver level support for Intelligent Motion
|
||||
Systems, Inc. IM483(I/IE).
|
||||
|
||||
Version: $Revision: 1.14 $
|
||||
Modified By: $Author: dkline $
|
||||
Last Modified: $Date: 2005-04-14 18:51:51 $
|
||||
Version: $Revision: 1.15 $
|
||||
Modified By: $Author: sluiter $
|
||||
Last Modified: $Date: 2005-05-10 16:34:12 $
|
||||
*/
|
||||
|
||||
/*****************************************************************
|
||||
@@ -139,7 +139,7 @@ struct
|
||||
|
||||
extern "C" {epicsExportAddress(drvet, drvIM483PL);}
|
||||
|
||||
static struct thread_args targs = {SCAN_RATE, &IM483PL_access};
|
||||
static struct thread_args targs = {SCAN_RATE, &IM483PL_access, 0.0};
|
||||
|
||||
/*********************************************************
|
||||
* Print out driver status report
|
||||
|
||||
@@ -3,9 +3,9 @@ FILENAME... drvIM483SM.cc
|
||||
USAGE... Motor record driver level support for Intelligent Motion
|
||||
Systems, Inc. IM483(I/IE).
|
||||
|
||||
Version: $Revision: 1.15 $
|
||||
Modified By: $Author: dkline $
|
||||
Last Modified: $Date: 2005-04-14 18:51:52 $
|
||||
Version: $Revision: 1.16 $
|
||||
Modified By: $Author: sluiter $
|
||||
Last Modified: $Date: 2005-05-10 16:34:12 $
|
||||
*/
|
||||
|
||||
/*****************************************************************
|
||||
@@ -135,7 +135,7 @@ struct
|
||||
|
||||
extern "C" {epicsExportAddress(drvet, drvIM483SM);}
|
||||
|
||||
static struct thread_args targs = {SCAN_RATE, &IM483SM_access};
|
||||
static struct thread_args targs = {SCAN_RATE, &IM483SM_access, 0.0};
|
||||
|
||||
|
||||
/*********************************************************
|
||||
|
||||
@@ -3,9 +3,9 @@ FILENAME... drvMDrive.cc
|
||||
USAGE... Motor record driver level support for Intelligent Motion
|
||||
Systems, Inc. MDrive series; M17, M23, M34.
|
||||
|
||||
Version: $Revision: 1.17 $
|
||||
Modified By: $Author: dkline $
|
||||
Last Modified: $Date: 2005-04-14 18:51:52 $
|
||||
Version: $Revision: 1.18 $
|
||||
Modified By: $Author: sluiter $
|
||||
Last Modified: $Date: 2005-05-10 16:34:13 $
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -136,7 +136,7 @@ struct
|
||||
|
||||
extern "C" {epicsExportAddress(drvet, drvMDrive);}
|
||||
|
||||
static struct thread_args targs = {SCAN_RATE, &MDrive_access};
|
||||
static struct thread_args targs = {SCAN_RATE, &MDrive_access, 0.0};
|
||||
|
||||
|
||||
/*********************************************************
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
FILENAME... drvMXmotor.cc
|
||||
USAGE... Motor record driver level support for MX device driver.
|
||||
|
||||
Version: $Revision: 1.8 $
|
||||
Version: $Revision: 1.9 $
|
||||
Modified By: $Author: sluiter $
|
||||
Last Modified: $Date: 2005-03-30 19:02:01 $
|
||||
Last Modified: $Date: 2005-05-10 16:34:35 $
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -97,7 +97,7 @@ struct
|
||||
|
||||
extern "C" {epicsExportAddress(drvet,drvMXmotor);}
|
||||
|
||||
static struct thread_args targs = {SCAN_RATE, &MXmotor_access};
|
||||
static struct thread_args targs = {SCAN_RATE, &MXmotor_access, 0.0};
|
||||
|
||||
/*----------------functions-----------------*/
|
||||
|
||||
|
||||
@@ -135,7 +135,7 @@ struct
|
||||
|
||||
extern "C" {epicsExportAddress(drvet, drvPM304);}
|
||||
|
||||
STATIC struct thread_args targs = {SCAN_RATE, &PM304_access};
|
||||
STATIC struct thread_args targs = {SCAN_RATE, &PM304_access, 0.0};
|
||||
|
||||
|
||||
/*********************************************************
|
||||
|
||||
@@ -113,7 +113,7 @@ struct
|
||||
|
||||
extern "C" {epicsExportAddress(drvet, drvMicos);}
|
||||
|
||||
static struct thread_args targs = {SCAN_RATE, &Micos_access};
|
||||
static struct thread_args targs = {SCAN_RATE, &Micos_access, 0.0};
|
||||
|
||||
/*********************************************************
|
||||
* Print out driver status report
|
||||
|
||||
@@ -3,9 +3,9 @@ FILENAME... drvMVP2001.cc
|
||||
USAGE... Motor record driver level support for MicroMo
|
||||
MVP 2001 B02 (Linear, RS-485).
|
||||
|
||||
Version: $Revision: 1.8 $
|
||||
Modified By: $Author: dkline $
|
||||
Last Modified: $Date: 2005-04-14 18:52:29 $
|
||||
Version: $Revision: 1.9 $
|
||||
Modified By: $Author: sluiter $
|
||||
Last Modified: $Date: 2005-05-10 16:35:17 $
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -193,7 +193,7 @@ struct
|
||||
|
||||
extern "C" {epicsExportAddress(drvet, drvMVP2001);}
|
||||
|
||||
static struct thread_args targs = {SCAN_RATE, &MVP2001_access};
|
||||
static struct thread_args targs = {SCAN_RATE, &MVP2001_access, 0.0};
|
||||
|
||||
/*********************************************************
|
||||
* Print out driver status report
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
FILENAME... drvESP300.cc
|
||||
USAGE... Motor record driver level support for Newport ESP300.
|
||||
|
||||
Version: $Revision: 1.19 $
|
||||
Modified By: $Author: dkline $
|
||||
Last Modified: $Date: 2005-04-14 18:52:47 $
|
||||
Version: $Revision: 1.20 $
|
||||
Modified By: $Author: sluiter $
|
||||
Last Modified: $Date: 2005-05-10 16:36:45 $
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -136,7 +136,7 @@ struct
|
||||
|
||||
extern "C" {epicsExportAddress(drvet, drvESP300);}
|
||||
|
||||
static struct thread_args targs = {SCAN_RATE, &ESP300_access};
|
||||
static struct thread_args targs = {SCAN_RATE, &ESP300_access, 0.0};
|
||||
|
||||
/*********************************************************
|
||||
* Print out driver status report
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
FILENAME... drvMM3000.cc
|
||||
USAGE... Motor record driver level support for Newport MM3000.
|
||||
|
||||
Version: $Revision: 1.18 $
|
||||
Modified By: $Author: dkline $
|
||||
Last Modified: $Date: 2005-04-14 18:52:47 $
|
||||
Version: $Revision: 1.19 $
|
||||
Modified By: $Author: sluiter $
|
||||
Last Modified: $Date: 2005-05-10 16:36:45 $
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -158,7 +158,7 @@ struct
|
||||
|
||||
extern "C" {epicsExportAddress(drvet, drvMM3000);}
|
||||
|
||||
STATIC struct thread_args targs = {SCAN_RATE, &MM3000_access};
|
||||
STATIC struct thread_args targs = {SCAN_RATE, &MM3000_access, 0.0};
|
||||
|
||||
/*********************************************************
|
||||
* Print out driver status report
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
FILENAME... drvMM4000.cc
|
||||
USAGE... Motor record driver level support for Newport MM4000.
|
||||
|
||||
Version: $Revision: 1.18 $
|
||||
Modified By: $Author: dkline $
|
||||
Last Modified: $Date: 2005-04-14 18:52:47 $
|
||||
Version: $Revision: 1.19 $
|
||||
Modified By: $Author: sluiter $
|
||||
Last Modified: $Date: 2005-05-10 16:36:46 $
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -167,7 +167,7 @@ struct
|
||||
|
||||
extern "C" {epicsExportAddress(drvet, drvMM4000);}
|
||||
|
||||
static struct thread_args targs = {SCAN_RATE, &MM4000_access};
|
||||
static struct thread_args targs = {SCAN_RATE, &MM4000_access, 0.0};
|
||||
|
||||
/*********************************************************
|
||||
* Print out driver status report
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
FILENAME... drvPM500.cc
|
||||
USAGE... Motor record driver level support for Newport PM500.
|
||||
|
||||
Version: $Revision: 1.17 $
|
||||
Modified By: $Author: dkline $
|
||||
Last Modified: $Date: 2005-04-14 18:52:48 $
|
||||
Version: $Revision: 1.18 $
|
||||
Modified By: $Author: sluiter $
|
||||
Last Modified: $Date: 2005-05-10 16:36:46 $
|
||||
*/
|
||||
|
||||
/* Device Driver Support routines for PM500 motor controller */
|
||||
@@ -149,7 +149,7 @@ struct
|
||||
|
||||
extern "C" {epicsExportAddress(drvet, drvPM500);}
|
||||
|
||||
static struct thread_args targs = {SCAN_RATE, &PM500_access};
|
||||
static struct thread_args targs = {SCAN_RATE, &PM500_access, 0.0};
|
||||
|
||||
/*********************************************************
|
||||
* Print out driver status report
|
||||
|
||||
@@ -102,7 +102,7 @@ struct
|
||||
epicsExportAddress(drvet, drvXPSC8);
|
||||
|
||||
/* I don't know where the XPSC8_access is set?*/
|
||||
STATIC struct thread_args targs = {SCAN_RATE, &XPSC8_access};
|
||||
STATIC struct thread_args targs = {SCAN_RATE, &XPSC8_access, 0.0};
|
||||
|
||||
/*********************************************************
|
||||
* Print out driver status report
|
||||
|
||||
Reference in New Issue
Block a user