MBDyn-1.7.3
|
#include "extforce.h"
Go to the source code of this file.
Classes | |
class | ExtFileHandlerEDGE |
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) |
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().