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

Method send

examples/request-sample.cpp:112–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 }
111
112 void send() {
113 if (!be_quiet_) {
114 std::scoped_lock its_lock(mutex_);
115 blocked_ = true;
116 condition_.notify_one();
117 }
118 }
119
120 void run() {
121 while (running_) {

Callers 7

on_messageMethod · 0.45
on_messageMethod · 0.45
runMethod · 0.45
on_getMethod · 0.45
on_setMethod · 0.45
on_availability_cbkMethod · 0.45
on_message_cbkMethod · 0.45

Calls 1

notify_oneMethod · 0.45

Tested by

no test coverage detected