#include <socketstreamdrive.h>
Definition at line 88 of file socketstreamdrive.h.
StreamDR::StreamDR |
( |
void |
| ) |
|
|
inline |
StreamDR::StreamDR |
( |
const std::string & |
s | ) |
|
|
inline |
Implements DriveRead.
Definition at line 622 of file socketstreamdrive.cc.
References IncludeParser::GetLineData(), MBDYN_EXCEPT_ARGS, and ReadRTMBDynInDrive().
627 pedantic_cout(
"\"" <<
s <<
"\" is deprecated; "
628 "use \"stream\" instead at line "
633 if (::rtmbdyn_rtai_task != NULL){
634 silent_cout(
"starting RTMBDyn drive " << uLabel << std::endl);
640 silent_cout(
"starting stream drive " << uLabel << std::endl);
641 pDr = ReadStreamDrive(pDM, HP, uLabel);
642 #else // ! USE_SOCKET
643 silent_cerr(
"stream drive " << uLabel
645 <<
" because apparently the current architecture "
646 "does not support sockets" << std::endl);
648 #endif // ! USE_SOCKET
#define MBDYN_EXCEPT_ARGS
Drive * ReadRTMBDynInDrive(const DataManager *pDM, MBDynParser &HP, unsigned int uLabel)
virtual HighParser::ErrOut GetLineData(void) const
The documentation for this struct was generated from the following files: