|
| static unsigned long | crcOfRTIFedFileContents (const char *fedFileName) |
| |
| static unsigned long | crcOfBuff (const char *buff, const unsigned int &fileSize) |
| | calculate the crc of the fed file. More...
|
| |
| static FILE * | openFedFile (const char *fedFileName, bool isBinary=false, bool *isReadable=0, bool *isExistent=0) |
| |
| static MAKRti::DtString const & | standardMimFileName () |
| | Return the standard MIM filename based on HLA version compiled. More...
|
| |
| static bool | isStandardMimFileName (MAKRti::DtString const &fileName) |
| | Return true if file is the standard MIM file based on HLA version compiled. More...
|
| |
| static bool | getStandardMimFilePath (MAKRti::DtString const &mimFileName, MAKRti::DtFilename &mimPath) |
| | Get the full path of the standard MIM file of the given name. More...
|
| |
| static bool | getStandardMimFilePath (MAKRti::DtFilename &mimPath) |
| | Get the full path of the standard MIM file in its default directory (RTI bin). More...
|
| |
| static unsigned long DtLibRTIUtil::crcOfBuff |
( |
const char * |
buff, |
|
|
const unsigned int & |
fileSize |
|
) |
| |
|
static |
calculate the crc of the fed file.
| static unsigned long DtLibRTIUtil::crcOfRTIFedFileContents |
( |
const char * |
fedFileName | ) |
|
|
static |
| static bool DtLibRTIUtil::getStandardMimFilePath |
( |
MAKRti::DtString const & |
mimFileName, |
|
|
MAKRti::DtFilename & |
mimPath |
|
) |
| |
|
static |
Get the full path of the standard MIM file of the given name.
(Assumes provided filename is the MIM filename.) Returns true if the file exists.
| static bool DtLibRTIUtil::getStandardMimFilePath |
( |
MAKRti::DtFilename & |
mimPath | ) |
|
|
static |
Get the full path of the standard MIM file in its default directory (RTI bin).
Returns true if the file exists.
| static bool DtLibRTIUtil::isStandardMimFileName |
( |
MAKRti::DtString const & |
fileName | ) |
|
|
static |
Return true if file is the standard MIM file based on HLA version compiled.
| static FILE* DtLibRTIUtil::openFedFile |
( |
const char * |
fedFileName, |
|
|
bool |
isBinary = false, |
|
|
bool * |
isReadable = 0, |
|
|
bool * |
isExistent = 0 |
|
) |
| |
|
static |
| static MAKRti::DtString const& DtLibRTIUtil::standardMimFileName |
( |
| ) |
|
|
static |
Return the standard MIM filename based on HLA version compiled.
The documentation for this class was generated from the following file: