VR-Forces 5.0.1 Developer's Guide
 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 
18 
22 {
23 private:
26 
27 public:
28  DtBackendConsoleNetworkPrinter(const DtSimulationAddress& addr,
29  DtCommunicationManager* 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
DtCommunicationManager * myCommunicationManager
Definition: backendConsoleNetworkPrinter.h:41
Console printer which sends the console data to the network using the Comment PDU/Interaction.
Definition: backendConsoleNetworkPrinter.h:21
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
The DtCommunicationManager class is a convenience class that will create both the DtNetworkInterfaceM...
Definition: communicationManager.h:51

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)