MAK RTIspy API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
forwarderFaultProcessor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: forwarderFaultProcessor.h,v $ $Revision: 1.5 $ $State: Exp $
7 *******************************************************************************/
10 
11 #ifndef DtForwarderFaultProcessor_H_
12 #define DtForwarderFaultProcessor_H_
13 
15 #include "rtiMsConfig.h"
16 
17 class DtForwarderNode;
18 
35 
37 {
38 private:
41 
42 public:
43 
46 
48  virtual ~DtForwarderFaultProcessor();
49 
50 public:
51 
53  static int lostConnection( const MAKRti::DtString& connName,
54  unsigned int connID, const DtInetAddrAndPort& connAddr, void* usr );
55 
58  static int newConnection( const MAKRti::DtString& connName,
59  unsigned int connID, const DtInetAddrAndPort& connAddr, void* usr );
60 
63  virtual bool processExecConnectDestinations ( const DtInetAddrAndPort& src,
64  DtForwarderPort::DtAddressPortList& destinations );
65 
67  virtual bool isLocalGroupMember( const DtInetAddrAndPort& addr );
68  virtual DtInetAddrAndPort locateGroupPortal( const DtInetAddrAndPort& addr );
69 
71  virtual DtInetAddrAndPort localNodeAddress();
72 
74  virtual DtInetAddrAndPort rootForwarder();
75 
78  virtual DtInetAddrAndPort nextHopTowardRootForwarder();
79 
80 protected:
81 
83  virtual int lostConnection( const MAKRti::DtString& connName,
84  unsigned int connID, const DtInetAddrAndPort& connAddr );
85 
88  virtual int newConnection( const MAKRti::DtString& connName,
89  unsigned int connID, const DtInetAddrAndPort& connAddr );
90 
92  virtual void processLostUpstreamConnection();
93 
94 protected:
95 
98 
99 };
100 
101 #endif

Document ID: Generated on Wed Mar 11 20:26:49 EDT 2015 from SVN revision 150939
Copyright © 2005-2015 VT MÄK Inc. All Rights Reserved (www.mak.com)