VR-Forces 4.0.4 Class Documentation
include/ctdb/c7bWaterChars.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2003 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: c7bWaterChars.h,v $ $Revision: 1.8 $ $State: Exp $
00007 *******************************************************************************/
00008 
00009 //
00010 // File c7bWaterChars
00011 //
00012 // Class:    DtC7bWaterChars
00013 //
00014 // The class is public because should not be used but anyone else than 
00015 // DtC7b.
00016 // 
00017 
00018 #ifndef __DtC7bWaterChars
00019 #define __DtC7bWaterChars
00020 
00021 #include "ctdb/ctdbDefines.h"
00022 #include <stdio.h>
00023 #include "ctdb/c7NetTypes.h"
00024 
00025 // Class:    DtC7bWaterChars
00026 //
00027 // The class is public because should not be used but anyone else than 
00028 // DtC7b.
00029 // 
00030 
00031 class DT_DLL_ctdb DtC7bWaterChars
00032 {
00033 public:
00034 
00035    DtC7bWaterChars();
00036    ~DtC7bWaterChars();
00037 
00038    bool read(FILE *f);
00039 
00040    DtC7NetInt16     myTidalZoneIndex;
00041    DtC7NetU16       pad;
00042    DtC7NetFloat32   mySurfaceTemp;  
00043    DtC7NetFloat32   mySurfaceHeight;   
00044    DtC7NetFloat32   myPrimaryWaveHeight;
00045    DtC7NetFloat32   myPrimaryWavePeriod;
00046    DtC7NetFloat32   myPrimaryWaveSpeed;
00047    DtC7NetFloat32   myPrimaryWaveDirection;
00048    DtC7NetFloat32   mySecondaryWaveHeight;
00049    DtC7NetFloat32   mySecondaryWavePeriod;
00050    DtC7NetFloat32   mySecondaryWaveSpeed;
00051    DtC7NetFloat32   mySecondaryWaveDirection;
00052 };
00053 
00054 #endif
00055 

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)