Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TEST
Function · 0.80
service_introspection_plugin.cc
File · 0.80
RegisterServiceFunc
Method · 0.80
RegisterServiceFunc
Method · 0.80
opentelemetry_plugin.cc
File · 0.80
RegisterServiceFunc
Method · 0.80
handle_request
Method · 0.80
zenoh_rpc_backend.cc
File · 0.80
Invoke
Method · 0.80
aimrt_service_func
Function · 0.80
aimrt_service_func
Function · 0.80
WaitForServiceServer
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64