FEDEM Solver  R8.0
Source code of the dynamics solver
Functions | Variables
FiRPC3File.C File Reference
#include <iostream>
#include <cstdlib>
#include <cmath>
#include <ctime>
#include <cstring>
#include "FFaLib/FFaString/FFaStringExt.H"
#include "FiDeviceFunctions/FiRPC3File.H"
#include "FiDeviceFunctions/FiSwappedIO.H"
Include dependency graph for FiRPC3File.C:

Functions

static size_t readChars (char *buf, int nChar, FT_FILE fd, bool swapStringBytes=false, bool castToUpperCase=false)
 

Variables

const int BLOCK_SIZE = 512
 
const int REC_SIZE = 128
 
const int KEY_SIZE = 32
 
const int VAL_SIZE = 96
 
const FT_int skipFileRepos = -999999
 

Function Documentation

◆ readChars()

static size_t readChars ( char *  buf,
int  nChar,
FT_FILE  fd,
bool  swapStringBytes = false,
bool  castToUpperCase = false 
)
static

Variable Documentation

◆ BLOCK_SIZE

const int BLOCK_SIZE = 512

◆ KEY_SIZE

const int KEY_SIZE = 32

◆ REC_SIZE

const int REC_SIZE = 128

◆ skipFileRepos

const FT_int skipFileRepos = -999999

◆ VAL_SIZE

const int VAL_SIZE = 96