![]() |
VR-Forces 4.0.4 Class Documentation
|
Console printer which sends the console data to the network using the Comment PDU/Interaction. More...

Public Member Functions | |
| DtBackendConsoleNetworkPrinter (const DtSimulationAddress &addr, DtExerciseConn *exerciseConn) | |
| virtual void | write (const std::string &str, int notify_level) |
| Prepends the notify level to the string, sets the string in a DtCommentInteraction, and sends the interaction. | |
Protected Attributes | |
| DtSimulationAddress | mySimulationAddress |
| DtExerciseConn * | myExerciseConn |
Private Member Functions | |
| DtBackendConsoleNetworkPrinter () | |
| Not implemented. | |
Console printer which sends the console data to the network using the Comment PDU/Interaction.
Not implemented.
| DtBackendConsoleNetworkPrinter::DtBackendConsoleNetworkPrinter | ( | const DtSimulationAddress & | addr, |
| DtExerciseConn * | exerciseConn | ||
| ) |
| virtual void DtBackendConsoleNetworkPrinter::write | ( | const std::string & | str, |
| int | notify_level | ||
| ) | [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.
DtSimulationAddress DtBackendConsoleNetworkPrinter::mySimulationAddress [protected] |
DtExerciseConn* DtBackendConsoleNetworkPrinter::myExerciseConn [protected] |