....................................................................... Add a location to the list of known locations for a device
void TransactionManager::Device::addSerialNumber |
( |
SerialNumber * |
serialNumber | ) |
|
....................................................................... Add a serial number to the list of known serial numbers for a device
....................................................................... Find a location in the list of known locations
....................................................................... Find a location in the list of known locations
bool TransactionManager::Device::isValidLocation |
( |
std::string |
name | ) |
|
....................................................................... Return true if the passed location is a valid location for a device
bool TransactionManager::Device::isValidSerialNumber |
( |
std::string |
name | ) |
|
....................................................................... Return true if the passed serial number is valid for a device
void TransactionManager::Device::printLocations |
( |
| ) |
|
....................................................................... Print known locations
void TransactionManager::Device::printSerialNumbers |
( |
| ) |
|
....................................................................... Print known serial numbers
The documentation for this struct was generated from the following files:
- gcpCbass/control/code/unix/libtransaction_src/TransactionManager.h
- gcpCbass/control/code/unix/libtransaction_src/TransactionManager.cc