Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
onInspectorSamples
Method · 0.80
onInspectorSamples
Method · 0.80
samplesMessage
Method · 0.80
Calls
no outgoing calls
Tested by
1
samplesMessage
Method · 0.64