VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
radioMessageReceivedEvent.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 
9 #include <vrfutil/rwUUID.h>
10 
11 namespace makVrfEvents
12 {
13  class DtFireEvent;
14 
16  {
17  public:
21 
22  const DtUUID &receiverObjectName() const;
23  void setReceiverObjectName(const DtUUID &id);
24 
25  const DtUUID &senderObjectName() const;
26  void setSenderObjectName(const DtUUID &id);
27 
28  void setFrequency(double);
29  double frequency() const;
30 
31  virtual DtEvent* clone() const { return new DtRadioMessageReceivedEvent(*this); };
32 
33  protected:
34  DtUUID mySender;
36  double myFrequency;
37  };
38 }
UUID is a unique ID wrapper class.
Definition: rwUUID.h:229
double myFrequency
Definition: radioMessageReceivedEvent.h:36
DtUUID myReceiver
Definition: radioMessageReceivedEvent.h:35
Contains the DtUUID class declaration.
Definition: radioMessageReceivedEvent.h:15
Definition: event.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)