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

Method offer

examples/response-sample.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 void offer() {
64 app_->offer_service(SAMPLE_SERVICE_ID, SAMPLE_INSTANCE_ID);
65 app_->offer_service(SAMPLE_SERVICE_ID + 1, SAMPLE_INSTANCE_ID);
66 }
67
68 void stop_offer() {
69 app_->stop_offer_service(SAMPLE_SERVICE_ID, SAMPLE_INSTANCE_ID);

Callers

nothing calls this directly

Calls 1

offer_serviceMethod · 0.45

Tested by

no test coverage detected