VR-Forces 4.0.4 Class Documentation
include/ctdb/c7bNode.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2003 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: c7bNode.h,v $ $Revision: 1.8 $ $State: Exp $
00007 *******************************************************************************/
00008 
00009 //
00010 // File c7bNode
00011 
00012 
00013 #ifndef __DtC7bNode
00014 #define __DtC7bNode
00015 
00016 #include "ctdb/ctdbDefines.h"
00017 #include <stdio.h>
00018 #include "ctdb/c7NetTypes.h"
00019 
00020 class DtC7bConnection;
00021 
00022 //
00023 // Class:    DtC7bNode
00024 //
00025 // The class is public because should not be used but anyone else than 
00026 // DtC7b.
00027 // 
00028 
00029 class DT_DLL_ctdb DtC7bNode
00030 {
00031 public:
00032 
00033    DtC7bNode();
00034    ~DtC7bNode();
00035 
00036    bool read(FILE *f);
00037 
00038    bool isBridge();
00039    int numConnections();
00040 
00041    DtC7NetFloat32  x;
00042    DtC7NetFloat32  y;
00043    DtC7NetU32      myNodeData;
00044 
00045    DtC7bConnection *myConnections;
00046    
00047 };
00048 
00049 #endif

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)