VR-Forces 4.0.4 Class Documentation
include/ctdb/c7bFeatureReference.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2003 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: c7bFeatureReference.h,v $ $Revision: 1.7 $ $State: Exp $
00007 *******************************************************************************/
00008 
00009 //
00010 // File c7bFeatureReference
00011 //
00012 // Class:    DtC7bFeatureReference
00013 //
00014 // The class is public because should not be used but anyone else than 
00015 // DtC7b.
00016 // 
00017 
00018 #ifndef __DtC7bFeatureReference
00019 #define __DtC7bFeatureReference
00020 
00021 #include "ctdb/ctdbDefines.h"
00022 
00023 #include <stdio.h>
00024 #include "ctdb/c7NetTypes.h"
00025 
00026 class DT_DLL_ctdb DtC7bFeatureReference
00027 {
00028 public:
00029 
00030    DtC7bFeatureReference();
00031    ~DtC7bFeatureReference();
00032 
00033    bool read(FILE *f);
00034 
00035    int patchOffset();
00036    bool reverse();
00037 
00038    DtC7NetU32    myPatchNumber;
00039    DtC7NetU32    myFeatureRefData;
00040    
00041 };
00042 
00043 #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)