MAK RTIspy API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
federateConnectProcessor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2007 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: federateConnectProcessor.h,v $ $Revision: 1.3 $ $State: Exp $
7 *******************************************************************************/
8 #ifndef DtFederateConnectProcessor_H_
9 #define DtFederateConnectProcessor_H_
10 
11 #include "federateConnectFilter.h"
12 #include "rtiMsConfig.h"
13 
19 
21 {
22 private:
25 
26 public:
28  DtFederateConnectProcessor( DtBoost::shared_ptr<DtForwarderNode> parent );
29 
31  virtual ~DtFederateConnectProcessor();
32 
34  bool updateConnectionId( const DtInetAddrAndPort& src,
35  const DtNetConnectConfirmMsg* msg );
36 
37 protected:
38  DtBoost::shared_ptr<DtForwarderNode> myParent;
39 
42 
43 };
44 
45 #endif

Document ID: Generated on Fri Sep 27 00:57:56 EDT 2019 from SVN revision 201708
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (www.mak.com)