try to make win and rtems build
This commit is contained in:
@ -32,6 +32,6 @@ Init (rtems_task_argument ignored)
|
||||
osdTimeRegister();
|
||||
|
||||
extern void pvDataAllTests(void);
|
||||
pvDataAllTests();
|
||||
pvDatabaseAllTests();
|
||||
epicsExit(0);
|
||||
}
|
||||
|
@ -37,7 +37,7 @@ namespace epics { namespace pvDatabase {
|
||||
class PowerSupply;
|
||||
typedef std::tr1::shared_ptr<PowerSupply> PowerSupplyPtr;
|
||||
|
||||
class epicsShareClass PowerSupply :
|
||||
class PowerSupply :
|
||||
public PVRecord
|
||||
{
|
||||
public:
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include <pv/standardPVField.h>
|
||||
#include <pv/pvData.h>
|
||||
#include <pv/pvAccess.h>
|
||||
#define epicsExportSharedSymbols
|
||||
#include "powerSupply.h"
|
||||
|
||||
#include <epicsExport.h>
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include <pv/standardPVField.h>
|
||||
#include <pv/channelProviderLocal.h>
|
||||
#include <pv/convert.h>
|
||||
#define epicsExportSharedSymbols
|
||||
#include "powerSupply.h"
|
||||
|
||||
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include <pv/standardPVField.h>
|
||||
#include <pv/pvData.h>
|
||||
#include <pv/pvCopy.h>
|
||||
#define epicsExportSharedSymbols
|
||||
#include "powerSupply.h"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user