MAK RTIspy API Documentation for HLA Evolved
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
RTI
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
12
class
DT_DLL_LRC
DtLibRTIUtil
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
);
23
};
24
25
#endif // libRtiUtil_h__
Document ID: Generated on Tue May 7 16:26:47 EDT 2013 from SVN revision 126903
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)