MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / registerSourceDevice

Method registerSourceDevice

Suscan/Library.cpp:963–967  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

961}
962
963void
964Singleton::registerSourceDevice(const suscan_source_device_t *dev)
965{
966 this->devices.push_back(Source::Device(dev, 0));
967}
968
969std::vector<Source::Device>::const_iterator
970Singleton::getFirstDevice(void) const

Callers 1

walk_all_devicesFunction · 0.80

Calls 1

DeviceClass · 0.85

Tested by

no test coverage detected