Skip to content
CreateiveRobotics edited this page Mar 7, 2020 · 2 revisions
bool feed(Commander& Cmdr)

Feeds another commander object to this one. Commander will then extract any payload from the other Commander and try and process it as a command.

Arguments: A reference to a Commander object.

Clone this wiki locally