Go to the source code of this file.
Functions | |
| void | navPrint_PCI (pci_t *) |
| Pretty printing of the NAV packets, PCI and DSI structs. | |
| void | navPrint_DSI (dsi_t *) |
| Prints information contained in the DSI to stdout. | |
| void navPrint_PCI | ( | pci_t * | ) |
Pretty printing of the NAV packets, PCI and DSI structs.
Prints information contained in the PCI to stdout.
| pci | Pointer to the PCI data structure to be printed. |
Definition at line 186 of file nav_print.c.
| void navPrint_DSI | ( | dsi_t * | ) |
Prints information contained in the DSI to stdout.
| dsi | Pointer to the DSI data structure to be printed. |
Definition at line 270 of file nav_print.c.
1.5.5