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

Method serialize

Suscan/Source.cpp:252–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252Suscan::Object
253Source::Config::serialize(void)
254{
255 suscan_object_t *obj = nullptr;
256
257 SU_ATTEMPT(this->instance != nullptr);
258
259 SU_ATTEMPT(obj = suscan_source_config_to_object(this->instance));
260
261 return Object::wrap(obj);
262}
263
264std::string
265Source::Config::getAntenna(void) const

Callers 7

AppConfig.cppFile · 0.45
Application.cppFile · 0.45
SourceWidget.cppFile · 0.45
onTriggerExportMethod · 0.45
syncLocationsMethod · 0.45
syncTLESourcesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected