ChimeraTK-DeviceAccess
03.18.00
|
#include "Utilities.h"
#include "BackendFactory.h"
#include "DMapFileParser.h"
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/predicate.hpp>
#include <cxxabi.h>
#include <execinfo.h>
#include <utility>
#include <vector>
Go to the source code of this file.
Namespaces | |
ChimeraTK | |
Functions | |
std::string | ChimeraTK::getDMapFilePath () |
Returns the dmap file name which the library currently uses for looking up device(alias) names. More... | |
void | ChimeraTK::setDMapFilePath (std::string dmapFilePath) |
Set the location of the dmap file. More... | |