MAK RTIspy API Documentation for HLA 1516
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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
,
bool
* isReadable = 0,
bool
* isExistent = 0 );
23
};
24
25
#endif // libRtiUtil_h__
Document ID: Generated on Wed Mar 11 20:26:49 EDT 2015 from SVN revision 150939
Copyright © 2005-2015 VT MÄK Inc. All Rights Reserved (
www.mak.com
)