NDS3
1.0.0
API reference manual
|
This is the complete list of members for nds::Factory, including all inherited members.
createDevice(const std::string &driverName, const std::string &deviceName, const namedParameters_t ¶meters) | nds::Factory | |
destroyDevice(const std::string &deviceName) | nds::Factory | |
Factory(const std::string &controlSystemName) | nds::Factory | |
registerControlSystem(Factory &factory) | nds::Factory | static |
registerDriver(const std::string &driverName, allocateDriver_t allocateFunction, deallocateDriver_t deallocateFunction) | nds::Factory | static |
replicate(const std::string &replicateSource, const std::string &replicateDestination) | nds::Factory | |
run(int argc, char *argv[]) | nds::Factory | |
runInThread(const std::string &name, threadFunction_t function) | nds::Factory | |
stopReplicationTo(const std::string &destination) | nds::Factory | |
subscribe(const std::string &pushFrom, const std::string &pushTo) | nds::Factory | |
unsubscribe(const std::string &pushTo) | nds::Factory |