This structure contains helper information to format the output of a tarval of a mode.
More...
#include <tv.h>
Data Fields |
tv_output_mode | mode_output |
| if != TVO_NATIVE select a special mode
|
const char * | mode_prefix |
| if set, this prefix will be printed before a value of this mode
|
const char * | mode_suffix |
| if set, this suffix will be printed after a value of this mode
|
Detailed Description
This structure contains helper information to format the output of a tarval of a mode.
Definition at line 645 of file tv.h.
Field Documentation
if != TVO_NATIVE select a special mode
Definition at line 646 of file tv.h.
const char* tarval_mode_info::mode_prefix |
if set, this prefix will be printed before a value of this mode
Definition at line 647 of file tv.h.
const char* tarval_mode_info::mode_suffix |
if set, this suffix will be printed after a value of this mode
Definition at line 649 of file tv.h.
The documentation for this struct was generated from the following file: