VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
csharpPrinter.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2015 MAK Technologies, Inc
3  * All rights reserved.
4  ****************************************************************************/
5 
6 #pragma once
7 
11 
12 #include <vlutil/vlPrint.h>
13 
16 class DtCSharpPrinter : public DtPrinter
17 {
18 
19 public:
22 
25 
27  virtual ~DtCSharpPrinter();
28 
31  virtual void write( const std::string &str, int notify_level);
32 };
DtCSharpPrinter is a printer sink that can be used with the VR-Link notification system to put messag...
Definition: csharpPrinter.h:16
DtPrinter is an abstract base class which provides an interface for output.
Definition: vlPrint.h:55
Functions in vlPrint.h provide an error and print facility for vrlink.
virtual ~DtCSharpPrinter()
destructor
DtCSharpPrinter()
constructor
virtual void write(const std::string &str, int notify_level)
write() is called by the output stream every time information is available to print.

Document ID: Generated on Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)