VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
c7bAuxHeader.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: c7bAuxHeader.h,v $ $Revision: 1.8 $ $State: Exp $
7 *******************************************************************************/
8 
9 //
10 // File c7bHeader
11 //
12 
13 
14 #ifndef __DtC7bAuxHeader
15 #define __DtC7bAuxHeader
16 
17 #include "ctdb/ctdbDefines.h"
18 #include <stdio.h>
19 #include "ctdb/c7NetTypes.h"
20 
21 class DtString;
22 
23 // Class: DtC7bAuxHeader
24 //
25 // The class is public because should not be used but anyone else than
26 // DtC7b.
27 //
28 
29 
31 {
32 public:
33 
35  ~DtC7bAuxHeader();
36 
37  int gcsMode();
38  bool hasGeoid();
39 
40  bool read(FILE *f);
41 
42  // Puts the header into a string in a printable format
43  void printDataToString(DtString& str);
44 
53 
54 };
55 
56 #endif

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)