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

Method getSamples

include/Suscan/Messages/SamplesMessage.h:51–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 }
50
51 const SUCOMPLEX *
52 getSamples(void) const
53 {
54 if (this->message == nullptr)
55 return nullptr;
56
57 return this->message->samples;
58 }
59
60 SamplesMessage();
61 SamplesMessage(struct suscan_analyzer_sample_batch_msg *msg);

Callers 3

onInspectorSamplesMethod · 0.80
onInspectorSamplesMethod · 0.80
samplesMessageMethod · 0.80

Calls

no outgoing calls

Tested by 1

samplesMessageMethod · 0.64