![]() |
VR-Forces 5.0.2 Developer's Guide
|
Console printer which sends the console data to the network using the Comment PDU/Interaction.

Public Member Functions | |
| DtBackendConsoleNetworkPrinter (const DtSimulationAddress &addr, DtCommunicationManager *eventManager) | |
| virtual void | write (const std::string &str, int notify_level, bool sync) |
Protected Attributes | |
| DtSimulationAddress | mySimulationAddress |
| DtCommunicationManager * | myCommunicationManager |
Private Member Functions | |
| DtBackendConsoleNetworkPrinter () | |
|
private |
Not implemented.
| DtBackendConsoleNetworkPrinter::DtBackendConsoleNetworkPrinter | ( | const DtSimulationAddress & | addr, |
| DtCommunicationManager * | eventManager | ||
| ) |
|
virtual |
Prepends the notify level to the string, sets the string in a DtCommentInteraction, and sends the interaction. Messages have the format: NL<notify level><str>, where notify level is an integer.
|
protected |
|
protected |