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

Method getClassName

Default/GenericInspector/InspectorUI.cpp:1224–1235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1222}
1223
1224std::string
1225InspectorUI::getClassName(void) const
1226{
1227 if (this->config->hasPrefix("ask"))
1228 return "AM";
1229 else if (this->config->hasPrefix("afc"))
1230 return "PM";
1231 else if (this->config->hasPrefix("fsk"))
1232 return "FM";
1233
1234 return "UNKNOWN";
1235}
1236
1237unsigned int
1238InspectorUI::getBps(void) const

Callers 1

captureFileNameMethod · 0.95

Calls 1

hasPrefixMethod · 0.80

Tested by

no test coverage detected