13#ifndef TEST_CONSOLE_H__
14#define TEST_CONSOLE_H__
55void TestConsoleStats(
int x,
int y,
int attribute,
const char* format_str, ...);
CdiLogLevel
This selector determines the log level of messages generated using the CdiLogMessageCallback()....
Definition cdi_log_enums.h:50
#define TestConsoleLog
Define TestConsoleLog.
Definition ndi_test.h:38
A structure of this type is passed as the parameter to CdiLogMessageCallback(). It contains a single ...
Definition cdi_log_api.h:81
The declarations in this header file correspond to the definitions in test_args.c.
bool TestConsoleCreate(bool multi_window_mode, int num_stats_lines)
Definition test_console.c:220
void TestConsoleStatsHorzLine(int x, int y, int width)
Definition test_console.c:430
void TestConsoleStats(int x, int y, int attribute, const char *format_str,...)
Definition test_console.c:398
void TestConsoleStatsRefresh(void)
Definition test_console.c:446
void TestConsoleLogMessageCallback(const CdiLogMessageCbData *cb_data_ptr)
Definition test_console.c:361
void TestConsoleDestroy(bool abnormal_termination)
Definition test_console.c:285