Go to the source code of this file.
Definition at line 174 of file rtposixsolver.cc.
References HighParser::GetYesNoOrBool(), HighParser::IsKeyWord(), MBDYN_EXCEPT_ARGS, ReadRTParams(), and SAFENEWWITHCONSTRUCTOR.
Referenced by ReadRTSolver().
178 unsigned long lRTPeriod;
179 unsigned long RTStackSize;
180 bool bRTAllowNonRoot;
182 ReadRTParams(pS, HP, eRTMode, lRTPeriod, RTStackSize, bRTAllowNonRoot, RTCpuMap);
184 bool bNoOutput =
true;
191 RTPOSIXSolver(pS, eRTMode, lRTPeriod,
192 RTStackSize, bRTAllowNonRoot, RTCpuMap,
197 silent_cerr(
"ReadRTPOSIXSolver: need to configure --with-rt "
198 "to use POSIX realtime" << std::endl);
#define MBDYN_EXCEPT_ARGS
virtual bool GetYesNoOrBool(bool bDefval=false)
virtual bool IsKeyWord(const char *sKeyWord)
#define SAFENEWWITHCONSTRUCTOR(pnt, item, constructor)
void ReadRTParams(Solver *pS, MBDynParser &HP, RTSolverBase::RTMode &eRTMode, unsigned long &lRTPeriod, unsigned long &RTStackSize, bool &bRTAllowNonRoot, int &RTCpuMap)