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

Method MQ

Suscan/MQ.cpp:31–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31MQ::MQ()
32{
33 this->mq_initialized = false;
34
35 SU_ATTEMPT(suscan_mq_init(&this->mq));
36
37 this->mq_initialized = true;
38}
39
40MQ::~MQ()
41{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected