ChimeraTK-DeviceAccess
03.18.00
|
Go to the source code of this file.
Functions | |
void | populateDummyDeviceInfo (ChimeraTK::DeviceInfoMap::DeviceInfo &deviceInfo, std::string dmapFileName, std::string deviceName="card", std::string dev_file="/dev/dummy_device_identifier", std::string map_file_name="/dev/dummy_map_file") |
std::string | appendNumberToName (std::string name, int cardNumber) |
bool | compareDeviceInfos (const ChimeraTK::DeviceInfoMap::DeviceInfo &deviceInfo1, const ChimeraTK::DeviceInfoMap::DeviceInfo &deviceInfo2) |
std::string appendNumberToName | ( | std::string | name, |
int | cardNumber | ||
) |
Definition at line 22 of file helperFunctions.cc.
bool compareDeviceInfos | ( | const ChimeraTK::DeviceInfoMap::DeviceInfo & | deviceInfo1, |
const ChimeraTK::DeviceInfoMap::DeviceInfo & | deviceInfo2 | ||
) |
void populateDummyDeviceInfo | ( | ChimeraTK::DeviceInfoMap::DeviceInfo & | deviceInfo, |
std::string | dmapFileName, | ||
std::string | deviceName = "card" , |
||
std::string | dev_file = "/dev/dummy_device_identifier" , |
||
std::string | map_file_name = "/dev/dummy_map_file" |
||
) |