MBDyn-1.7.3
|
#include "mbconfig.h"
#include <cstring>
#include "dataman.h"
#include "socketstream_out_elem.h"
#include "socketstreammotionelem.h"
#include "sock.h"
#include "geomdata.h"
Go to the source code of this file.
Classes | |
struct | SocketStreamOutputDataTmp |
struct | SocketStreamOutputElemCreator |
Functions | |
Elem * | ReadSocketStreamElem (DataManager *pDM, MBDynParser &HP, unsigned int uLabel, StreamContent::Type type) |
void | WriteStreamContentLogOutput (const StreamContent *pSC, std::ostream &out) |
Variables | |
static const int | sock_stream = 1 |
static const int | sock_dgram = 2 |
Elem* ReadSocketStreamElem | ( | DataManager * | pDM, |
MBDynParser & | HP, | ||
unsigned int | uLabel, | ||
StreamContent::Type | type | ||
) |
Definition at line 240 of file socketstream_out_elem.cc.
References SocketStreamOutputElemCreator::createSocketStreamOutElem(), SocketStreamOutputElemCreator::getSocketStreamOutParam(), SocketStreamOutputDataTmp::pSC, SocketStreamOutputDataTmp::pSOE, ReadStreamContent(), and ReadStreamOutEcho().
Referenced by ReadOutputElem().
void WriteStreamContentLogOutput | ( | const StreamContent * | pSC, |
std::ostream & | out | ||
) |
Definition at line 635 of file socketstream_out_elem.cc.
References StreamContent::GetNumChannels(), StreamContentMotion::nodes_begin(), StreamContentMotion::nodes_end(), GeometryData::R, GeometryData::RT, StreamContentMotion::uGetFlags(), GeometryData::V, GeometryData::W, and GeometryData::X.
Referenced by SocketStreamOutputElemCreator::createSocketStreamOutElem().
|
static |
Definition at line 229 of file socketstream_out_elem.cc.
Referenced by SocketStreamOutputElemCreator::getSocketStreamOutParam().
|
static |
Definition at line 228 of file socketstream_out_elem.cc.
Referenced by SocketStreamOutputElemCreator::getSocketStreamOutParam().