MCPcopy Create free account
hub / github.com/RoboMaster/RoboRTS / error_code

Method error_code

roborts_common/include/state/error_code.h:109–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 }
108
109 ErrorCode error_code() const { return error_code_;};
110 const std::string &error_msg() const { return error_msg_; }
111
112 bool operator==(const ErrorInfo& rhs){

Callers 4

ActionCBMethod · 0.80
operator==Method · 0.80
GoalCallbackMethod · 0.80
ExcuteCBMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected