more changes to includes
This commit is contained in:
@ -10,16 +10,15 @@
|
|||||||
|
|
||||||
|
|
||||||
/* Author: Marty Kraimer */
|
/* Author: Marty Kraimer */
|
||||||
#include <epicsThread.h>
|
|
||||||
#include <iocsh.h>
|
#include <iocsh.h>
|
||||||
#include <pv/event.h>
|
#include <pv/standardField.h>
|
||||||
#include <pv/pvAccess.h>
|
#include <pv/standardPVField.h>
|
||||||
#include <pv/serverContext.h>
|
#include <pv/timeStamp.h>
|
||||||
#include <pv/pvData.h>
|
|
||||||
#include <pv/pvTimeStamp.h>
|
#include <pv/pvTimeStamp.h>
|
||||||
#include <pv/rpcService.h>
|
#include <pv/alarm.h>
|
||||||
#include "pv/pvStructureCopy.h"
|
#include <pv/pvAlarm.h>
|
||||||
#include "pv/pvDatabase.h"
|
#include <pv/pvDatabase.h>
|
||||||
|
#include <pv/pvaClient.h>
|
||||||
|
|
||||||
// The following must be the last include for code pvDatabase uses
|
// The following must be the last include for code pvDatabase uses
|
||||||
#include <epicsExport.h>
|
#include <epicsExport.h>
|
||||||
|
@ -10,17 +10,15 @@
|
|||||||
|
|
||||||
|
|
||||||
/* Author: Marty Kraimer */
|
/* Author: Marty Kraimer */
|
||||||
|
|
||||||
#include <epicsThread.h>
|
|
||||||
#include <iocsh.h>
|
#include <iocsh.h>
|
||||||
#include <pv/event.h>
|
#include <pv/standardField.h>
|
||||||
#include <pv/pvAccess.h>
|
#include <pv/standardPVField.h>
|
||||||
#include <pv/serverContext.h>
|
#include <pv/timeStamp.h>
|
||||||
#include <pv/pvData.h>
|
|
||||||
#include <pv/pvTimeStamp.h>
|
#include <pv/pvTimeStamp.h>
|
||||||
#include <pv/rpcService.h>
|
#include <pv/alarm.h>
|
||||||
#include "pv/pvStructureCopy.h"
|
#include <pv/pvAlarm.h>
|
||||||
#include "pv/pvDatabase.h"
|
#include <pv/pvDatabase.h>
|
||||||
|
#include <pv/pvaClient.h>
|
||||||
|
|
||||||
// The following must be the last include for code pvDatabase uses
|
// The following must be the last include for code pvDatabase uses
|
||||||
#include <epicsExport.h>
|
#include <epicsExport.h>
|
||||||
|
@ -7,8 +7,7 @@
|
|||||||
* @author mrk
|
* @author mrk
|
||||||
* @date 2021.03.12
|
* @date 2021.03.12
|
||||||
*/
|
*/
|
||||||
#include <epicsThread.h>
|
#include <epicsThread.h>
|
||||||
#include <pv/event.h>
|
|
||||||
#include <iocsh.h>
|
#include <iocsh.h>
|
||||||
#include <pv/standardField.h>
|
#include <pv/standardField.h>
|
||||||
#include <pv/standardPVField.h>
|
#include <pv/standardPVField.h>
|
||||||
|
@ -12,14 +12,14 @@
|
|||||||
/* Author: Marty Kraimer */
|
/* Author: Marty Kraimer */
|
||||||
#include <epicsThread.h>
|
#include <epicsThread.h>
|
||||||
#include <iocsh.h>
|
#include <iocsh.h>
|
||||||
#include <pv/event.h>
|
#include <pv/standardField.h>
|
||||||
#include <pv/pvAccess.h>
|
#include <pv/standardPVField.h>
|
||||||
#include <pv/serverContext.h>
|
#include <pv/timeStamp.h>
|
||||||
#include <pv/pvData.h>
|
|
||||||
#include <pv/pvTimeStamp.h>
|
#include <pv/pvTimeStamp.h>
|
||||||
#include <pv/rpcService.h>
|
#include <pv/alarm.h>
|
||||||
#include "pv/pvStructureCopy.h"
|
#include <pv/pvAlarm.h>
|
||||||
#include "pv/pvDatabase.h"
|
#include <pv/pvDatabase.h>
|
||||||
|
#include <pv/pvaClient.h>
|
||||||
|
|
||||||
// The following must be the last include for code pvDatabase uses
|
// The following must be the last include for code pvDatabase uses
|
||||||
#include <epicsExport.h>
|
#include <epicsExport.h>
|
||||||
|
@ -10,17 +10,15 @@
|
|||||||
|
|
||||||
|
|
||||||
/* Author: Marty Kraimer */
|
/* Author: Marty Kraimer */
|
||||||
|
|
||||||
#include <epicsThread.h>
|
|
||||||
#include <iocsh.h>
|
#include <iocsh.h>
|
||||||
#include <pv/event.h>
|
#include <pv/standardField.h>
|
||||||
#include <pv/pvAccess.h>
|
#include <pv/standardPVField.h>
|
||||||
#include <pv/serverContext.h>
|
#include <pv/timeStamp.h>
|
||||||
#include <pv/pvData.h>
|
|
||||||
#include <pv/pvTimeStamp.h>
|
#include <pv/pvTimeStamp.h>
|
||||||
#include <pv/rpcService.h>
|
#include <pv/alarm.h>
|
||||||
#include "pv/pvStructureCopy.h"
|
#include <pv/pvAlarm.h>
|
||||||
#include "pv/pvDatabase.h"
|
#include <pv/pvDatabase.h>
|
||||||
|
#include <pv/pvaClient.h>
|
||||||
|
|
||||||
// The following must be the last include for code pvDatabase uses
|
// The following must be the last include for code pvDatabase uses
|
||||||
#include <epicsExport.h>
|
#include <epicsExport.h>
|
||||||
|
Reference in New Issue
Block a user