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

Method client_sample

examples/request-sample.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24class client_sample {
25public:
26 client_sample(bool _use_tcp, bool _be_quiet, uint32_t _cycle) :
27 app_(vsomeip::runtime::get()->create_application()), request_(vsomeip::runtime::get()->create_request(_use_tcp)),
28 use_tcp_(_use_tcp), be_quiet_(_be_quiet), cycle_(_cycle), running_(true), blocked_(false), is_available_(false),
29 sender_(std::bind(&client_sample::run, this)) { }
30
31 bool init() {
32 if (!app_->init()) {

Callers

nothing calls this directly

Calls 2

create_applicationMethod · 0.80
create_requestMethod · 0.80

Tested by

no test coverage detected