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
#include <vlutil/vlFilename.h>
12
13
class
DT_DLL_LRC
DtLibRTIUtil
14
{
15
public
:
16
static
unsigned
long
crcOfRTIFedFileContents(
const
char
* fedFileName);
17
//
18
// //! calculate the crc of the fed file.
19
// static unsigned long crcOfFedFileContents(const char* fedFileName );
20
22
static
unsigned
long
crcOfBuff(
const
char
* buff,
const
unsigned
int
& fileSize);
23
static
FILE* openFedFile(
const
char
* fedFileName,
bool
isBinary =
false
,
bool
* isReadable = 0,
bool
* isExistent = 0);
24
static
MAKRti::DtFilename & getStandardMimPath();
25
};
26
27
#endif // libRtiUtil_h__
Document ID: Generated on Mon Jul 9 10:30:41 EDT 2018 from SVN revision 190224
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (
www.mak.com
)