![]() |
VR-Forces Developer's Guide
|
Console printer which redirects its output though the VR-Link DtInfo/DtWarn/etc printer mechanism. Any output that is tied to will receive this output with the name of the object prepended to the text.

Public Member Functions | |
| DtObjectConsoleVrlinkPrinter (const DtSimObject *vrfObj) | |
| virtual void | write (const std::string &str, int notify_level, bool sync) override |
Protected Attributes | |
| const DtSimObject * | myVrfObject |
Private Member Functions | |
| DtObjectConsoleVrlinkPrinter () | |
| DtObjectConsoleVrlinkPrinter::DtObjectConsoleVrlinkPrinter | ( | const DtSimObject * | vrfObj | ) |
|
private |
Not implemented.
|
overridevirtual |
Prepends the name of the object to the string, and writes it to the printer at the appropriate debug level.
|
protected |