MAK RTIspy API Documentation for HLA 1.3
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
libsrc
RTI
metadataMcastAddr.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2006 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: metadataMcastAddr.h,v $ $Revision: 1.9 $ $State: Exp $
7
*********************************************************************/
8
9
#ifndef DtRtiMtdMcastAddr_H_
10
#define DtRtiMtdMcastAddr_H_
11
16
17
#include "
metadata.h
"
18
#include <vlutil/vlUtil.h>
19
#include <vlutil/vlInetAddr.h>
20
21
class
DT_DLL_LRC
DtRtiMtdMcastAddr
:
public
DtRtiMetadata
22
{
23
24
public
:
25
27
DtRtiMtdMcastAddr
( caddr_t msg );
28
DtRtiMtdMcastAddr
(
DtRtiMsg
* msg );
29
31
virtual
~
DtRtiMtdMcastAddr
();
32
33
private
:
34
36
DtRtiMtdMcastAddr
(
const
DtRtiMtdMcastAddr
&);
37
39
DtRtiMtdMcastAddr
&
operator=
(
const
DtRtiMtdMcastAddr
&);
40
41
public
:
42
46
virtual
bool
get
( MAKRti::DtInetAddr& addr )
const
;
47
51
virtual
bool
set
(
const
MAKRti::DtInetAddr& addr );
52
53
54
55
protected
:
56
57
const
unsigned
int
myPayloadAlignment
;
58
59
};
60
61
#endif
Document ID: Generated on Mon Jul 9 10:30:41 EDT 2018 from SVN revision 190224
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (
www.mak.com
)