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

Method read

Suscan/Analyzer.cpp:111–115  ·  view source on GitHub ↗

Analyzer object

Source from the content-addressed store, hash-verified

109
110// Analyzer object
111void *
112Analyzer::read(uint32_t &type)
113{
114 return suscan_analyzer_read(this->instance, &type);
115}
116
117void
118Analyzer::setThrottle(unsigned int throttle)

Callers 1

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected