Definition at line 1762 of file drive_.cc.
Implements DriveCallerRead.
Definition at line 1768 of file drive_.cc.
References DEBUGCOUT, IncludeParser::GetLineData(), HighParser::GetReal(), DriveCallerRead::NeedDM(), DataManager::pGetDrvHdl(), and SAFENEWWITHCONSTRUCTOR.
1770 NeedDM(pDM, HP, bDeferred,
"double step");
1780 DEBUGCOUT(
"Initial time: " << dStepTime << std::endl);
1783 DEBUGCOUT(
"Final time: " << dEndStepTime << std::endl);
1785 if (dEndStepTime <= dStepTime) {
1786 silent_cerr(
"Warning at line "
1788 <<
": final time " << dEndStepTime
1789 <<
" is less than or equal to initial time " << dStepTime
1790 <<
" in double step func drive" << std::endl);
1794 DEBUGCOUT(
"Step Value: " << dStepValue << std::endl);
1797 DEBUGCOUT(
"InitialValue: " << dInitialValue << std::endl);
const DriveHandler * pGetDrvHdl(void) const
#define SAFENEWWITHCONSTRUCTOR(pnt, item, constructor)
void NeedDM(const DataManager *pDM, MBDynParser &HP, bool bDeferred, const char *const name)
virtual HighParser::ErrOut GetLineData(void) const
virtual doublereal GetReal(const doublereal &dDefval=0.0)
The documentation for this struct was generated from the following file: