MAK RTIspy API Documentation for HLA 1516
libRtiUtil.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2011 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 #ifndef libRtiUtil_h__
6 #define libRtiUtil_h__
7 
8 #include <cstdio>
9 
10 #include "rtiMsConfig.h"
11 
13 {
14 public:
15  static unsigned long crcOfRTIFedFileContents(const char * fedFileName);
16 //
17 // //! calculate the crc of the fed file.
18 // static unsigned long crcOfFedFileContents(const char* fedFileName );
19 
21  static unsigned long crcOfBuff(const char* buff, const unsigned int & fileSize);
22  static FILE* openFedFile( const char* fedFileName, bool isBinary = false, bool* isReadable = 0, bool* isExistent = 0 );
23 };
24 
25 #endif // libRtiUtil_h__

Document ID: Generated on Fri Mar 14 19:08:55 EDT 2014 from SVN revision 137085
Copyright © 2005-2014 VT MÄK Inc. All Rights Reserved (www.mak.com)