VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ifRadioMessageReceived.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: ifRadioMessageReceived.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef ifRadioMessageReceived_h
15 #define ifRadioMessageReceived_h
16 
19 
25 {
26 public:
27 
30 
32  virtual ~DtIfRadioMessageReceived();
33 
36 
39 
41  virtual DtSimInterfaceContent * clone() const;
42 
45  virtual int type() const;
46 
48 
49  virtual DtString senderObjectName() const;
50  virtual void setSenderObjectName(const DtString& name);
52 
54 
55  virtual DtString receiverObjectName() const;
56  virtual void setReceiverObjectName(const DtString& name);
58 
60 
61  virtual double frequency() const;
62  virtual void setFrequency(double frequency);
64 
66 
67  virtual int netRepSize() const;
68  virtual bool setFromNet(const char* contentBuffer,
69  unsigned contentSize);
70  virtual bool setToNet();
72  virtual void printDataToString(DtString& str);
73 
74  static DtSimInterfaceContent* creator();
75 
76 protected:
79  double myFrequency;
80 };
81 
82 #endif

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)