VR-Vantage API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Tutorials
File List
File Members
include
vrfExtProtocol
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
17
#include <
vrfExtProtocol/ifaceCont.h
>
18
#include <
vrfExtProtocol/vrfExtProtocolDefines.h
>
19
24
class
DT_DLL_vrfExtProtocol
DtIfRadioMessageReceived
:
public
DtSimInterfaceContent
25
{
26
public
:
27
29
DtIfRadioMessageReceived
();
30
32
virtual
~
DtIfRadioMessageReceived
();
33
35
DtIfRadioMessageReceived
(
const
DtIfRadioMessageReceived
& orig);
36
38
DtIfRadioMessageReceived
&
operator=
(
const
DtIfRadioMessageReceived
& orig);
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
:
77
DtString
mySenderObjectName
;
78
DtString
myReceiverObjectName
;
79
double
myFrequency
;
80
};
81
82
#endif
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)