Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_message
Method · 0.45
on_message
Method · 0.45
run
Method · 0.45
on_get
Method · 0.45
on_set
Method · 0.45
on_availability_cbk
Method · 0.45
on_message_cbk
Method · 0.45
Calls
1
notify_one
Method · 0.45
Tested by
no test coverage detected