VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfTDLMsgPrinter.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
7 
9 {
10 public:
12  DtVrfTDLMsgPrinter(DtCommunicationManager*, bool printDataInteractions);
13 
15  virtual bool receiveMessage(DtVrfTDLMessage* dataInter) override;
16 
17 protected:
20 
21  virtual bool getContentFromNet(const makVrfEvents::DtDataEvent* dataInter, DtVrfTDLMessage*& content) const override;
22 
23 protected:
25 };
26 
virtual bool getContentFromNet(const makVrfEvents::DtDataEvent *dataInter, DtVrfTDLMessage *&content) const override
Create/set objects based on DtDataEvent information.
The DtVrfTDLMessageInterface is a transporter for sending TDL messages as data interactions using a V...
Definition: vrfTDLMessageInterface.h:37
virtual bool receiveMessage(DtVrfTDLMessage *dataInter) override
Overridden to print out VR-Forces data interactions.
bool myPrintDataInteractions
Definition: vrfTDLMsgPrinter.h:24
The DtCommunicationManager class is a convenience class that will create both the DtNetworkInterfaceM...
Definition: communicationManager.h:54
Definition: vrfTDLMsgPrinter.h:8
Definition: vrfTDLMessage.h:54
DtVrfTDLMsgPrinter()
Default contstructor; not implemented.
class DtDataEvent
Definition: dataEvent.h:18

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)