MCPcopy Create free account
hub / github.com/OpenImageDebugger/OpenImageDebugger / request_plot

Method request_plot

src/host/ipc/ipc_client.cpp:229–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229void IpcClient::request_plot(const std::string& variable_name) {
230 oid::MessageComposer composer;
231 composer.push(oid::MessageType::PlotBufferRequest).push(variable_name);
232 composer.send(transport_);
233}
234
235void IpcClient::notify_removed(const std::string& variable_name) {
236 oid::MessageComposer composer;

Callers 2

commit_symbolFunction · 0.80
TESTFunction · 0.80

Calls 1

sendMethod · 0.45

Tested by 1

TESTFunction · 0.64