new release

This commit is contained in:
2018-12-14 15:54:11 +01:00
parent 52fe50f14a
commit b09186294d
92 changed files with 399213 additions and 269856 deletions

View File

@@ -25,16 +25,22 @@ extern epicsMutex cafeMutex;
extern cafeConduit_set cs;
extern cafeGroup_set gs;
extern vector<PVGroup> PVGroupV;
extern vector<PVGroup> PVGroupPseudo;
extern vector<deviceCollection> deviceCollectionV;
extern map<vector<unsigned int>, string> groupPseudoMap;
extern std::vector<PVGroup> PVGroupV;
extern std::vector<PVGroup> PVGroupPseudo;
extern std::vector<deviceCollection> deviceCollectionV;
extern std::map<std::vector<unsigned int>, std::string> groupPseudoMap;
extern vector<string> globalChannelList;
extern std::vector<std::string> globalChannelList;
extern string contentsS;
extern string contentsBS;
extern std::string contentsS;
extern std::string contentsBS;
extern unsigned long nCBs;
extern bool callbackLiveFlag;
extern bool SF_WITH_PULSE_ID;
#endif // GLOBAL_H