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

Method last

dds/DCPS/RepoIdGenerator.cpp:81–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void
82RepoIdGenerator::last(long key)
83{
84 if (key > lastKey_) {
85 lastKey_ = key;
86 }
87}
88
89} // namespace DCPS
90} // namespace OpenDDS

Callers 5

receive_imageMethod · 0.80
last_topic_keyMethod · 0.80
last_publication_keyMethod · 0.80
last_subscription_keyMethod · 0.80
last_participant_keyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected