|
|
|
|
| Function | init_debug_port_subsystem |
| Include file | DBM_PORT.H |
| Prototype | void init_debug_port_subsystem( int debug_flag , int debug_port_num ) |
| Remarks | Init the subsystem default values that will be used for the automatic port open. |
![]()
| Function | free_debug_port |
| Include file | DBM_PORT.H |
| Prototype | void free_debug_port( void ) |
| Remarks | Force the debugg port closed and reset the global subsystem vars. |
![]()
| Function | open_debug_port |
| Include file | DBM_PORT.H |
| Prototype | void open_debug_port( void ) |
| Remarks | Allocate and open a udp port to write the debug output to. |
![]()
| Function | db_printf |
| Include file | DBM_PORT.H |
| Prototype | void db_printf( int req_debug_level , const char *szFormat , ... ) |
| Remarks | db_printf is a printf that outputs to a udp port if the requested debug level is set in the current debug_level. It will also handle the opening of the udp port if necessary. |
![]()
![]()