MCPcopy Create free account
hub / github.com/Kistler-Group/sdbus-cpp / writeSignalRecordToVTable

Method writeSignalRecordToVTable

src/Object.cpp:219–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219void Object::writeSignalRecordToVTable(SignalVTableItem signal, VTable& vtable)
220{
221 SDBUS_CHECK_MEMBER_NAME(signal.name.c_str());
222
223 vtable.signals.push_back({ std::move(signal.name)
224 , std::move(signal.signature)
225 , paramNamesToString(signal.paramNames)
226 , std::move(signal.flags) });
227}
228
229void Object::writePropertyRecordToVTable(PropertyVTableItem property, VTable& vtable)
230{

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected