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

Method get_max_remote_subscribers

implementation/routing/src/eventgroupinfo.cpp:477–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475}
476
477uint8_t eventgroupinfo::get_max_remote_subscribers() const {
478 return max_remote_subscribers_;
479}
480
481void eventgroupinfo::set_max_remote_subscribers(uint8_t _max_remote_subscribers) {
482 max_remote_subscribers_ = _max_remote_subscribers;

Callers 3

register_eventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected