MCPcopy Create free account
hub / github.com/COVESA/vsomeip / set_counter

Method set_counter

implementation/routing/src/remote_subscription.cpp:109–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void remote_subscription::set_counter(uint8_t _counter) {
110 counter_ = _counter;
111}
112
113std::set<client_t> remote_subscription::get_clients() const {
114 std::scoped_lock its_lock(mutex_);

Callers 1

construct_subscriptionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected