![]() |
VR-Link API Documentation for HLA 1.3
|
DtCSharpPrinter is a printer sink that can be used with the VR-Link notification system to put messages from VR-Link in the C# console window. More...
Inheritance diagram for DtCSharpPrinter:
Collaboration diagram for DtCSharpPrinter:Public Member Functions | |
| DtCSharpPrinter () | |
| constructor More... | |
| DtCSharpPrinter (const DtCSharpPrinter &) | |
| copy constructor More... | |
| virtual | ~DtCSharpPrinter () |
| destructor More... | |
| virtual void | write (const std::string &str, int notify_level) |
| write() is called by the output stream every time information is available to print. More... | |
Public Member Functions inherited from DtPrinter | |
| DtPrinter () | |
| Default CTOR. More... | |
| DtPrinter (const DtPrinter &) | |
| Copy CTOR. More... | |
| virtual | ~DtPrinter () |
| Virtual DTOR. More... | |
| virtual void | write (const std::string &str, int notify_level, bool newLine)=0 |
| This method is called by the output stream whenever information is available to print. More... | |
DtCSharpPrinter is a printer sink that can be used with the VR-Link notification system to put messages from VR-Link in the C# console window.
| DtCSharpPrinter::DtCSharpPrinter | ( | ) |
constructor
| DtCSharpPrinter::DtCSharpPrinter | ( | const DtCSharpPrinter & | ) |
copy constructor
|
virtual |
destructor
|
virtual |
write() is called by the output stream every time information is available to print.