MAK RTIspy API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
forwarderFedexMsgProcessor.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2007 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: forwarderFedexMsgProcessor.h,v $ $Revision: 1.4 $ $State: Exp $
7 *********************************************************************/
10 
11 #ifndef DtForwarderFedexMsgProcessor_H_
12 #define DtForwarderFedexMsgProcessor_H_
13 
14 #include "forwarderNode.h"
15 #include "rtiMsConfig.h"
16 #include <vlutil/vlUtil.h>
17 
19 
29 {
30 public:
32  typedef bool (DtForwarderFedexMsgProcessor::* DestinationProcessingMemberCb)(
33  const DtInetAddrAndPort& src, DtForwarderPort::DtAddressPortList& destinations );
34 
36  DtForwarderFedexMsgProcessor( std::shared_ptr<DtForwarderNode> parent );
37 
40 
43  virtual bool processFedexMsgDestinations ( const DtInetAddrAndPort& src,
44  DtForwarderPort::DtAddressPortList& destinations );
45 
47  virtual DtInetAddrAndPort rootForwarder();
48 
50  virtual DtInetAddrAndPort localNodeAddress();
51 
53  virtual bool isSmartForwardingEnabled();
54 
55 protected:
56 
57  std::shared_ptr<DtForwarderNode> myParent;
59 
60 };
61 
62 #endif
63 
std::pair< MAKRti::DtInetAddr, int > DtInetAddrAndPort
Definition: rtiUtil.h:148
Definition: forwarderFedexMsgFilter.h:52
The DtForwarderFedexMsgProcessor class consists of filters for rtiexec internal messages for the OUT ...
Definition: forwarderFedexMsgProcessor.h:28
DtRouteMap::DtAddressPortList DtAddressPortList
Definition: forwarderPort.h:54
DtForwarderFedexMsgFilter * myMsgToOutFilter
Definition: forwarderFedexMsgProcessor.h:58
#define DT_DLL_FORWARDER
Definition: rtiMsConfig.h:153
std::shared_ptr< DtForwarderNode > myParent
Definition: forwarderFedexMsgProcessor.h:57

Document ID: Generated on Sun Jul 20 16:15:30 EDT 2025 from SVN revision 277985
Copyright © 2005-2025 MAK Technologies Inc. All Rights Reserved (www.mak.com)