VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
c7bNode.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: c7bNode.h,v $ $Revision: 1.8 $ $State: Exp $
7 *******************************************************************************/
8 
9 //
10 // File c7bNode
11 
12 
13 #ifndef __DtC7bNode
14 #define __DtC7bNode
15 
16 #include "ctdb/ctdbDefines.h"
17 #include <stdio.h>
18 #include "ctdb/c7NetTypes.h"
19 
20 class DtC7bConnection;
21 
22 //
23 // Class: DtC7bNode
24 //
25 // The class is public because should not be used but anyone else than
26 // DtC7b.
27 //
28 
30 {
31 public:
32 
33  DtC7bNode();
34  ~DtC7bNode();
35 
36  bool read(FILE *f);
37 
38  bool isBridge();
39  int numConnections();
40 
44 
46 
47 };
48 
49 #endif

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)