interface to write textual output to a protocol file More...
Go to the source code of this file.
Classes | |
struct | TestToolBox::IProtocol |
This interface is used for writing arbitrary text to a protocol file. More... | |
Variables | |
const unsigned char | TestToolBox::OutputMode::M_NULL = 0x00 |
const unsigned char | TestToolBox::OutputMode::M_STDOUT = 0x01 |
const unsigned char | TestToolBox::OutputMode::M_OUTFILE = 0x02 |
const unsigned char | TestToolBox::OutputMode::M_RPTFILE = 0x04 |
const unsigned char | TestToolBox::OutputMode::M_ALL = M_STDOUT | M_OUTFILE | M_RPTFILE |
interface to write textual output to a protocol file