MBDyn-1.7.3
|
#include "mbconfig.h"
#include "dataman.h"
#include "extedge.h"
#include "except.h"
#include "solver.h"
#include <fstream>
#include <sys/types.h>
#include <sys/stat.h>
#include <cstdlib>
#include <unistd.h>
#include <cerrno>
#include <cstring>
Go to the source code of this file.
Functions | |
int | mbedge_goto_eol (std::istream &fin, char *buf, size_t bufsiz) |
char * | mbedge_eat_sep (char *buf, size_t &buflen) |
char * | mbedge_eat_field (char *buf, size_t &buflen, const char *val) |
ExtFileHandlerBase * | ReadExtFileHandlerEDGE (DataManager *pDM, MBDynParser &HP, unsigned int uLabel) |
Variables | |
static const char * | sEDGEcmd2str [] |
char* mbedge_eat_field | ( | char * | buf, |
size_t & | buflen, | ||
const char * | val | ||
) |
Definition at line 94 of file extedge.cc.
References ASSERT.
Referenced by ExtFileHandlerEDGE::CheckFlag(), ExtRigidForceEDGE::Recv(), ExtModalForceEDGE::Recv(), and StructExtEDGEForce::RecvFromStream().
char* mbedge_eat_sep | ( | char * | buf, |
size_t & | buflen | ||
) |
Definition at line 74 of file extedge.cc.
Referenced by ExtFileHandlerEDGE::CheckFlag(), ExtRigidForceEDGE::Recv(), ExtModalForceEDGE::Recv(), and StructExtEDGEForce::RecvFromStream().
int mbedge_goto_eol | ( | std::istream & | fin, |
char * | buf, | ||
size_t | bufsiz | ||
) |
Definition at line 49 of file extedge.cc.
Referenced by ExtFileHandlerEDGE::CheckFlag(), ExtRigidForceEDGE::Recv(), ExtModalForceEDGE::Recv(), and StructExtEDGEForce::RecvFromStream().
ExtFileHandlerBase* ReadExtFileHandlerEDGE | ( | DataManager * | pDM, |
MBDynParser & | HP, | ||
unsigned int | uLabel | ||
) |
Definition at line 757 of file extedge.cc.
References IncludeParser::GetFileName(), IncludeParser::GetLineData(), MBDYN_EXCEPT_ARGS, mbsleep_init(), ReadExtFileParams(), and SAFENEWWITHCONSTRUCTOR.
Referenced by ReadExtFileHandler().
|
static |
Definition at line 158 of file extedge.cc.