VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
ctdb
c7bWaterChars.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: c7bWaterChars.h,v $ $Revision: 1.8 $ $State: Exp $
7
*******************************************************************************/
8
9
//
10
// File c7bWaterChars
11
//
12
// Class: DtC7bWaterChars
13
//
14
// The class is public because should not be used but anyone else than
15
// DtC7b.
16
//
17
18
#ifndef __DtC7bWaterChars
19
#define __DtC7bWaterChars
20
21
#include "
ctdb/ctdbDefines.h
"
22
#include <stdio.h>
23
#include "
ctdb/c7NetTypes.h
"
24
25
// Class: DtC7bWaterChars
26
//
27
// The class is public because should not be used but anyone else than
28
// DtC7b.
29
//
30
31
class
DT_DLL_ctdb
DtC7bWaterChars
32
{
33
public
:
34
35
DtC7bWaterChars
();
36
~
DtC7bWaterChars
();
37
38
bool
read(FILE *f);
39
40
DtC7NetInt16
myTidalZoneIndex
;
41
DtC7NetU16
pad
;
42
DtC7NetFloat32
mySurfaceTemp
;
43
DtC7NetFloat32
mySurfaceHeight
;
44
DtC7NetFloat32
myPrimaryWaveHeight
;
45
DtC7NetFloat32
myPrimaryWavePeriod
;
46
DtC7NetFloat32
myPrimaryWaveSpeed
;
47
DtC7NetFloat32
myPrimaryWaveDirection
;
48
DtC7NetFloat32
mySecondaryWaveHeight
;
49
DtC7NetFloat32
mySecondaryWavePeriod
;
50
DtC7NetFloat32
mySecondaryWaveSpeed
;
51
DtC7NetFloat32
mySecondaryWaveDirection
;
52
};
53
54
#endif
55
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
)