MAK RTIspy API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 Mon Mar 21 09:41:37 EDT 2016 from SVN revision 163228
Copyright © 2005-2015 VT MÄK Inc. All Rights Reserved (www.mak.com)