RobotCommandFeedbackParser#
rb::RobotCommandFeedbackParser is the low-level parser helper that fills a
RobotCommandFeedback object from a lower-level message payload.
Header
Header |
|
Declaration
Namespace |
|
Kind |
|
Primary role |
Parse the raw command-feedback message into the structured feedback tree. |
Public Member Functions
Method |
Purpose |
Notes |
|---|---|---|
|
Populate a |
Useful in lower-level tooling or custom protocol integration. |
Detailed Reference
-
class RobotCommandFeedbackParser#
Public Functions
-
RobotCommandFeedbackParser()#
-
~RobotCommandFeedbackParser()#
-
void Parse(RobotCommandFeedback &self, void *msg)#
-
RobotCommandFeedbackParser()#
Related Types
Examples
rtcomm_protocol.cppis the closest lower-level example context.