![]() |
roneos
Operating System for the r-one robot
|
Light-weight formatted printing to a remote print buffer that is routed through the robot network. More...
Go to the source code of this file.
Functions | |
void | cprintfInit (void) |
Initializes cprintf for serial printing. More... | |
void | cprintf (char *format,...) |
Serves the same purpose as formatted output string for the robot. More... | |
Light-weight formatted printing to a remote print buffer that is routed through the robot network.
void cprintf | ( | char * | format, |
... | |||
) |
Serves the same purpose as formatted output string for the robot.
Processes the input string into an output string rone understands. If the input string is too large, cfprintfOverRunError is set to TRUE.
void cprintfInit | ( | void | ) |
Initializes cprintf for serial printing.