MBDyn-1.7.3
|
Go to the source code of this file.
Classes | |
class | StreamOutElem |
class | StreamContent |
class | StreamContent::Modifier |
class | StreamContent::Copy |
class | StreamContentValue |
class | StreamContentCopyCast |
class | StreamOutEcho |
struct | StreamOutputContentTypeReader |
struct | MotionContentTypeReader |
struct | ValuesContentTypeReader |
struct | StreamOutputContentTypeWordSetType |
Macros | |
#define | UNIX_PATH_MAX 108 |
#define | DEFAULT_PORT 9011 /* intentionally unassigned by IANA */ |
#define | DEFAULT_HOST "127.0.0.1" |
Typedefs | |
typedef std::map< std::string, StreamOutputContentTypeReader * > | StreamOutputContentTypeMap |
Functions | |
StreamContent * | ReadStreamContent (DataManager *pDM, MBDynParser &HP, StreamContent::Type type) |
StreamContent::Modifier * | ReadStreamContentModifier (MBDynParser &HP, integer nCh) |
StreamOutEcho * | ReadStreamOutEcho (MBDynParser &HP) |
Elem * | ReadOutputElem (DataManager *pDM, MBDynParser &HP, unsigned int uLabel, StreamOutElem::Type eType, StreamContent::Type sType) |
bool | SetStreamOutputContentType (const char *name, StreamOutputContentTypeReader *rf) |
void | InitStreamOutputContentTypes (void) |
void | DestroyStreamOutputContentTypes (void) |
Variables | |
StreamOutputContentTypeMap | streamOutputContentTypeMap |
StreamOutputContentTypeWordSetType | streamOutputContentTypeWordSet |
unsigned | streamOutputInitFunctionCalls |
#define DEFAULT_HOST "127.0.0.1" |
Definition at line 41 of file streamoutelem.h.
Referenced by SocketStreamOutputElemCreator::getSocketStreamOutParam().
#define DEFAULT_PORT 9011 /* intentionally unassigned by IANA */ |
Definition at line 40 of file streamoutelem.h.
Referenced by SocketStreamOutputElemCreator::createSocketStreamOutElem(), and SocketStreamOutputElemCreator::getSocketStreamOutParam().
#define UNIX_PATH_MAX 108 |
Definition at line 39 of file streamoutelem.h.
typedef std::map<std::string,StreamOutputContentTypeReader*> StreamOutputContentTypeMap |
Definition at line 237 of file streamoutelem.h.
void DestroyStreamOutputContentTypes | ( | void | ) |
Definition at line 762 of file streamoutelem.cc.
References MBDYN_EXCEPT_ARGS.
Referenced by MBDynParser::~MBDynParser().
void InitStreamOutputContentTypes | ( | void | ) |
Definition at line 753 of file streamoutelem.cc.
References SetStreamOutputContentType().
Referenced by MBDynParser::MBDynParser().
Elem* ReadOutputElem | ( | DataManager * | pDM, |
MBDynParser & | HP, | ||
unsigned int | uLabel, | ||
StreamOutElem::Type | eType, | ||
StreamContent::Type | sType | ||
) |
Definition at line 562 of file streamoutelem.cc.
References StreamOutElem::BUFFERSTREAM, IncludeParser::GetLineData(), HighParser::IsKeyWord(), MBDYN_EXCEPT_ARGS, ReadBufferStreamElem(), ReadSocketStreamElem(), StreamOutElem::SOCKETSTREAM, StreamOutElem::UNDEFINED, and StreamContent::UNKNOWN.
Referenced by DataManager::ReadOneElem().
StreamContent* ReadStreamContent | ( | DataManager * | pDM, |
MBDynParser & | HP, | ||
StreamContent::Type | type | ||
) |
Definition at line 614 of file streamoutelem.cc.
References IncludeParser::GetLineData(), HighParser::IsWord(), and MBDYN_EXCEPT_ARGS.
Referenced by ReadBufferStreamElem(), and ReadSocketStreamElem().
StreamContent::Modifier* ReadStreamContentModifier | ( | MBDynParser & | HP, |
integer | nCh | ||
) |
Definition at line 274 of file streamoutelem.cc.
References HighParser::GetInt(), IncludeParser::GetLineData(), HighParser::IsKeyWord(), MBDYN_EXCEPT_ARGS, and ReadBufCast().
Referenced by ValuesContentTypeReader::Read().
StreamOutEcho* ReadStreamOutEcho | ( | MBDynParser & | HP | ) |
Definition at line 518 of file streamoutelem.cc.
References IncludeParser::GetFileName(), HighParser::GetInt(), IncludeParser::GetLineData(), HighParser::GetReal(), HighParser::IsKeyWord(), and MBDYN_EXCEPT_ARGS.
Referenced by ReadBufferStreamElem(), and ReadSocketStreamElem().
bool SetStreamOutputContentType | ( | const char * | name, |
StreamOutputContentTypeReader * | rf | ||
) |
Definition at line 746 of file streamoutelem.cc.
Referenced by InitStreamOutputContentTypes(), and module_init().
StreamOutputContentTypeMap streamOutputContentTypeMap |
Definition at line 609 of file streamoutelem.cc.
StreamOutputContentTypeWordSetType streamOutputContentTypeWordSet |
Definition at line 610 of file streamoutelem.cc.
unsigned streamOutputInitFunctionCalls |
Definition at line 611 of file streamoutelem.cc.