Definition at line 2289 of file drive_.cc.
 
Implements DriveCallerRead.
Definition at line 2295 of file drive_.cc.
References DEBUGCOUT, HighParser::GetInt(), HighParser::GetReal(), HighParser::IsKeyWord(), DriveCallerRead::NeedDM(), DataManager::pGetDrvHdl(), and SAFENEWWITHCONSTRUCTOR.
 2297         NeedDM(pDM, HP, bDeferred, 
"meter");
 
 2308         DEBUGCOUT(
"Initial time: " << dInitialTime << std::endl);
 
 2310         doublereal dFinalTime = std::numeric_limits<double>::max();
 
 2314         DEBUGCOUT(
"Final time: " << dFinalTime << std::endl);
 
 2322                                 silent_cerr(
"Warning: Steps number " << iSteps
 
 2323                                         << 
" is illegal; resorting to default value" << std::endl);
 
 2326                         DEBUGCOUT(
"Force changes every " << iSteps
 
 2327                                 << 
" steps" << std::endl);
 
virtual integer GetInt(integer iDefval=0)
const DriveHandler * pGetDrvHdl(void) const 
virtual bool IsKeyWord(const char *sKeyWord)
#define SAFENEWWITHCONSTRUCTOR(pnt, item, constructor)
void NeedDM(const DataManager *pDM, MBDynParser &HP, bool bDeferred, const char *const name)
virtual doublereal GetReal(const doublereal &dDefval=0.0)
 
 
 
The documentation for this struct was generated from the following file: