MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / update

Method update

dds/InfoRepo/UpdateManager_T.cpp:23–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22template<class QosType>
23void
24Update::Manager::update(const Update::IdPath& id, const QosType& qos)
25{
26 // Invoke update on each of the iterators.
27 for (Updaters::iterator iter = updaters_.begin();
28 iter != updaters_.end();
29 iter++) {
30 (*iter)->update(id, qos);
31 }
32}

Callers 15

selectionChangedMethod · 0.45
__init__Method · 0.45
add_ndkMethod · 0.45
matrix.pyFile · 0.45
dataUpdateMethod · 0.45
builtinTopicUpdateMethod · 0.45
updateEdgesMethod · 0.45
update_topic_qosMethod · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by 1

runMethod · 0.36