VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
backendConsoleNetworkPrinter.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2019 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include <vlutil/vlPrint.h>
14 #include <vlpi/simulationAddress.h>
16 
17 class DtEventManager;
18 
22 {
23 private:
26 
27 public:
28  DtBackendConsoleNetworkPrinter(const DtSimulationAddress& addr,
29  DtEventManager* eventManager);
30 
37  virtual void write(const std::string &str, int notify_level, bool sync);
38 
39 protected:
40  DtSimulationAddress mySimulationAddress;
42 };
DtSimulationAddress mySimulationAddress
Definition: backendConsoleNetworkPrinter.h:40
Console printer which sends the console data to the network using the Comment PDU/Interaction.
Definition: backendConsoleNetworkPrinter.h:21
Definition: eventManager.h:23
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
DtEventManager * myEventManager
Definition: backendConsoleNetworkPrinter.h:41

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)