LIBSSDP
 All Classes Files Functions Variables Typedefs Macros
Functions
ssdp_cache_display.h File Reference
#include "ssdp_cache.h"
Include dependency graph for ssdp_cache_display.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void display_ssdp_cache (ssdp_cache_s *ssdp_cache, BOOL draw_asci)
 

Detailed Description

Header file for ssdp_cache_display.c.

Definition in file ssdp_cache_display.h.

Function Documentation

void display_ssdp_cache ( ssdp_cache_s ssdp_cache,
BOOL  draw_asci 
)

Displays the SSDP cache list as a table in the terminal.

Parameters
ssdp_cacheThe SSDP cache to display.
draw_asciDraw the table with ASCII characters only as oposed to UTF8.

Definition at line 40 of file ssdp_cache_display.c.