FEDEM Solver
R8.0
Source code of the dynamics solver
|
Utilities for reading and writing of file tags. More...
Go to the source code of this file.
Namespaces | |
FFaTag | |
Utilities for reading and writing of file tags. | |
Macros | |
#define | LEN_TAG 30 |
Default length of a file tag. More... | |
Functions | |
int | FFaTag::read (FILE *fd, std::string &tag, unsigned int &cs, int tagLength=LEN_TAG) |
Reads the file tag and checksum from the provided file. More... | |
int | FFaTag::write (FILE *fd, const char *tag, int nchar, unsigned int cs, int tagLength=LEN_TAG) |
Writes the file tag and checksum to the provided file. More... | |
int | FFaTag::endian () |
Returns current system endian. More... | |
Utilities for reading and writing of file tags.
#define LEN_TAG 30 |
Default length of a file tag.