global.h

Go to the documentation of this file.
00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 #ifndef GLOBAL_H
00011 #define GLOBAL_H
00012 
00013 #include <cadef.h>
00014 #include <hashConduit.h>
00015 #include <hashConduitGroup.h>
00016 #include <PVGroup.h>
00017 #include <deviceCollection.h>
00018 #include <enumStrings.h>
00019 
00020 extern bool CHECK_CONSISTENCY_CA_STATE;
00021 extern bool MUTEX;
00022 extern epicsMutex cafeMutex;
00023 extern cafeConduit_set cs;
00024 extern cafeGroup_set gs;
00025 extern vector<PVGroup> PVGroupV;
00026 extern vector<PVGroup> PVGroupPseudo;
00027 extern vector<deviceCollection>  deviceCollectionV;
00028 extern map<vector<unsigned int>, string> groupPseudoMap;
00029 
00030 extern vector<string> globalChannelList;
00031 
00032 #endif // GLOBAL_H

Generated on 3 May 2017 for CAFE by  doxygen 1.6.1