-
Martin Christoph Hierholzer authoredMartin Christoph Hierholzer authored
getAllVariableNames.h 488 B
#ifndef GET_ALL_VARIABLENAMES_H
#define GET_ALL_VARIABLENAMES_H
#include <ChimeraTK/ControlSystemAdapter/ControlSystemPVManager.h>
#include <set>
#include <string>
namespace ChimeraTK {
/// convenience function to get all variable names from the CS adapter as a
/// std::set (needed for instance for the variable mapper)
std::set<std::string> getAllVariableNames(boost::shared_ptr<ControlSystemPVManager> csManager);
} // namespace ChimeraTK
#endif // GET_ALL_VARIABLENAMES_H