MCPcopy Create free account
hub / github.com/Kistler-Group/sdbus-cpp / callMethod

Method callMethod

src/Proxy.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108MethodReply Proxy::callMethod(const MethodCall& message)
109{
110 return Proxy::callMethod(message, /*timeout*/ 0);
111}
112
113MethodReply Proxy::callMethod(const MethodCall& message, uint64_t timeout)
114{

Callers 15

sendWithReplyMethod · 0.45
sendDataSignalsMethod · 0.45
concatenateTwoStringsMethod · 0.45
getCurrentTemperatureMethod · 0.45
createDelegateObjectMethod · 0.45
destroyDelegateObjectMethod · 0.45
getCurrentTemperatureMethod · 0.45
callNonexistentMethodMethod · 0.45
TYPED_TESTFunction · 0.45

Calls 2

sendMethod · 0.80
isValidMethod · 0.45

Tested by 15

sendDataSignalsMethod · 0.36
concatenateTwoStringsMethod · 0.36
callNonexistentMethodMethod · 0.36
TYPED_TESTFunction · 0.36
noArgNoReturnMethod · 0.36
getIntMethod · 0.36
getTupleMethod · 0.36
multiplyMethod · 0.36
multiplyWithNoReplyMethod · 0.36