VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
ctdb
c7bFeatureReference.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: c7bFeatureReference.h,v $ $Revision: 1.7 $ $State: Exp $
7
*******************************************************************************/
8
9
//
10
// File c7bFeatureReference
11
//
12
// Class: DtC7bFeatureReference
13
//
14
// The class is public because should not be used but anyone else than
15
// DtC7b.
16
//
17
18
#ifndef __DtC7bFeatureReference
19
#define __DtC7bFeatureReference
20
21
#include "
ctdb/ctdbDefines.h
"
22
23
#include <stdio.h>
24
#include "
ctdb/c7NetTypes.h
"
25
26
class
DT_DLL_ctdb
DtC7bFeatureReference
27
{
28
public
:
29
30
DtC7bFeatureReference
();
31
~
DtC7bFeatureReference
();
32
33
bool
read(FILE *f);
34
35
int
patchOffset();
36
bool
reverse();
37
38
DtC7NetU32
myPatchNumber
;
39
DtC7NetU32
myFeatureRefData
;
40
41
};
42
43
#endif
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)