new release
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user