nav_print.c File Reference
Go to the source code of this file.
Function Documentation
| static void print_time |
( |
dvd_time_t * |
dtime |
) |
[static] |
| static void navPrint_PCI_GI |
( |
pci_gi_t * |
pci_gi |
) |
[static] |
| static void navPrint_NSML_AGLI |
( |
nsml_agli_t * |
nsml_agli |
) |
[static] |
| static void navPrint_HL_GI |
( |
hl_gi_t * |
hl_gi, |
|
|
int * |
btngr_ns, |
|
|
int * |
btn_ns | |
|
) |
| | [static] |
| static void navPrint_BTN_COLIT |
( |
btn_colit_t * |
btn_colit |
) |
[static] |
| static void navPrint_BTNIT |
( |
btni_t * |
btni_table, |
|
|
int |
btngr_ns, |
|
|
int |
btn_ns | |
|
) |
| | [static] |
| static void navPrint_HLI |
( |
hli_t * |
hli |
) |
[static] |
| void navPrint_PCI |
( |
pci_t * |
|
) |
|
Pretty printing of the NAV packets, PCI and DSI structs.
Prints information contained in the PCI to stdout.
- Parameters:
-
| pci | Pointer to the PCI data structure to be printed. |
Definition at line 186 of file nav_print.c.
| static void navPrint_DSI_GI |
( |
dsi_gi_t * |
dsi_gi |
) |
[static] |
| static void navPrint_SML_PBI |
( |
sml_pbi_t * |
sml_pbi |
) |
[static] |
| static void navPrint_SML_AGLI |
( |
sml_agli_t * |
sml_agli |
) |
[static] |
| static void navPrint_VOBU_SRI |
( |
vobu_sri_t * |
vobu_sri |
) |
[static] |
| static void navPrint_SYNCI |
( |
synci_t * |
synci |
) |
[static] |
| void navPrint_DSI |
( |
dsi_t * |
|
) |
|
Prints information contained in the DSI to stdout.
- Parameters:
-
| dsi | Pointer to the DSI data structure to be printed. |
Definition at line 270 of file nav_print.c.