MCPcopy Create free account
hub / github.com/AimRT/AimRT / Code

Method Code

src/interface/aimrt_module_cpp_interface/rpc/rpc_status.h:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 void SetCode(aimrt_rpc_status_code_t code) { code_ = code; }
30
31 uint32_t Code() const { return code_; }
32
33 std::string ToString() const {
34 return std::string(OK() ? "suc" : "fail") +

Callers 13

TESTFunction · 0.80
RegisterServiceFuncMethod · 0.80
RegisterServiceFuncMethod · 0.80
RegisterServiceFuncMethod · 0.80
handle_requestMethod · 0.80
InvokeMethod · 0.80
aimrt_service_funcFunction · 0.80
aimrt_service_funcFunction · 0.80
WaitForServiceServerMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64