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

Method reset

performance-tests/DCPS/Sync/SyncServer_i.cpp:235–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235void
236SyncServer_i::reset (void)
237{
238 for (ClientInfos::iterator iter = pubs_.begin();
239 iter != pubs_.end(); iter++) {
240 iter->second.way_point = -1;
241 }
242
243 for (ClientInfos::iterator iter = subs_.begin();
244 iter != subs_.end(); iter++) {
245 iter->second.way_point = -1;
246 }
247}
248
249int
250SyncServer_i::svc (void)

Callers 15

on_data_availableMethod · 0.45
SyncServerMethod · 0.45
PublisherMethod · 0.45
SyncServerMethod · 0.45
SubscriberMethod · 0.45
parseMethod · 0.45
run_cycleFunction · 0.45
executeMethod · 0.45
SubscriberMethod · 0.45
~SubscriberMethod · 0.45
~BuilderProcessMethod · 0.45
PublisherMethod · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected