VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfSignalEvent.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2016 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 #pragma once
6 
8 
9 const DtUserProtocol DtVrForcesSignalUserProtocol = (DtUserProtocol) 11050;
10 
11 namespace makVrfEvents
12 {
14  {
15  public:
17  DtVrfSignalEvent(int length, char* buffer);
19  DtVrfSignalEvent& operator=(const DtVrfSignalEvent&);
20 
21  virtual ~DtVrfSignalEvent();
22 
23  void setCommModelName(const DtString&);
24  const DtString& commModelName() const;
25 
26  virtual DtEvent* clone() const { return new DtVrfSignalEvent(*this); };
27 
28  protected:
29  DtString myCommModelName;
30  };
31 }
const DtUserProtocol DtVrForcesSignalUserProtocol
Definition: vrfSignalEvent.h:9
Definition: rawSignalEvent.h:16
Definition: event.h:13
Definition: vrfSignalEvent.h:13
#define DT_DLL_vrfMsgTransport
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfCommunicationManagerDefines.h:26

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)