VR-Forces 4.1.1 Class Documentation
ifInitConn.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: ifInitConn.h,v $ $Revision: 1.6 $ $State: Exp $
7 *******************************************************************************/
8 
11 
17 
18 
19 #ifndef DtIfInitConn_H_
20 #define DtIfInitConn_H_
21 
22 #include <vlutil/vlString.h>
24 #include <vlutil/vlNetTypes.h>
25 
27 {
28  DtNetU32 port;
29 };
30 
31 #include "vrfmsgs/vrfmsgsDefines.h"
33 {
34 
35 public:
38 
41 
43  const DtIfInitConnection & operator=(const DtIfInitConnection & orig);
44 
45  virtual ~DtIfInitConnection();
46 
48  virtual int type() const;
49 
50  virtual DtSimInterfaceContent * clone() const;
51 
52  virtual int port() const;
53  virtual void setPort(int port);
54 
55  virtual int netRepSize() const;
56  virtual bool setFromNet(const char* contentBuffer,
57  unsigned contentSize);
58  virtual bool setToNet();
59 
60  virtual void printDataToString(DtString& str);
61 
62  static DtSimInterfaceContent* creator();
63 
64 protected:
65 
66  int myPort;
67 };
68 
69 #endif
70 

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)