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

Method getCount

include/Suscan/Messages/SamplesMessage.h:42–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 unsigned int
43 getCount(void) const
44 {
45 if (this->message == nullptr)
46 return 0;
47
48 return this->message->sample_count;
49 }
50
51 const SUCOMPLEX *
52 getSamples(void) const

Callers 3

onInspectorSamplesMethod · 0.80
onInspectorSamplesMethod · 0.80
samplesMessageMethod · 0.80

Calls

no outgoing calls

Tested by 1

samplesMessageMethod · 0.64