![]() |
ronelib
Operating System for the r-one robot
|
Sends radio commands so that the robots can be plotted on a remote computer. More...
Go to the source code of this file.
Functions | |
| void | rcNewPage (void) |
| Prints rc,newPage. More... | |
| void | rcUpdatePage (void) |
| Prints rc,. More... | |
| void | rcCommand (char *command) |
| Prints rc,'command'. More... | |
| void | rcSetLayer (uint8 layer) |
| Prints rc,setLayer,'layer'. More... | |
| void | rcValue (char *name, uint32 val) |
| Prints rc,val,'name','val'. More... | |
| void | rcNbrPrint (Nbr *nbr, uint8 round) |
| Prints data on neighbor and all its neihbors. More... | |
| void | rcPosePrint (char *name, uint8 id, Pose *posePtr) |
| Prints name, id and position. More... | |
| void | rcNbrPrintAll (void) |
| Prints all neighbors and all their neighbors. More... | |
| void | rcNbrVarsPrintAll (void) |
| Prints the id and round of all neibors. More... | |
| void | rcNbrVarsPrintHeader (void) |
| Prints message and size of all messages. More... | |
Sends radio commands so that the robots can be plotted on a remote computer.
| void rcCommand | ( | char * | command) |
Prints rc,'command'.
| command | that wants to be printed |
| void rcNbrPrint | ( | Nbr * | nbr, |
| uint8 | round | ||
| ) |
Prints data on neighbor and all its neihbors.
| nbr | First neighbor to be printed |
| round | is printed with first neighbors |
| void rcNbrPrintAll | ( | void | ) |
Prints all neighbors and all their neighbors.
| void rcNbrVarsPrintAll | ( | void | ) |
Prints the id and round of all neibors.
| void rcNbrVarsPrintHeader | ( | void | ) |
Prints message and size of all messages.
| void rcNewPage | ( | void | ) |
Prints rc,newPage.
| void rcPosePrint | ( | char * | name, |
| uint8 | id, | ||
| Pose * | posePtr | ||
| ) |
Prints name, id and position.
| name | that wants to be printed |
| id | that wants to be printed |
| posePtr | that wants to be printed |
| void rcSetLayer | ( | uint8 | layer) |
Prints rc,setLayer,'layer'.
| layer | that wants to be printed |
| void rcUpdatePage | ( | void | ) |
Prints rc,.
| void rcValue | ( | char * | name, |
| uint32 | val | ||
| ) |
Prints rc,val,'name','val'.
| name | that wants to be printed |
| val | that wants to be printed |