/// /// \file global.h /// \brief For access to containers for callbacks /// \author Jan Chrin, PSI /// \date Release: February 2015 /// \version CAFE 1.0.0 /// #ifndef GLOBAL_H #define GLOBAL_H #include #include #include #include #include #include extern bool CHECK_CONSISTENCY_CA_STATE; extern bool MUTEX; extern epicsMutex cafeMutex; extern cafeConduit_set cs; extern cafeGroup_set gs; extern std::vector PVGroupV; extern std::vector PVGroupPseudo; extern std::vector deviceCollectionV; extern std::map, std::string> groupPseudoMap; extern std::vector globalChannelList; extern std::string contentsS; extern std::string contentsBS; extern unsigned long nCBs; extern bool callbackLiveFlag; extern bool SF_WITH_PULSE_ID; #endif // GLOBAL_H