MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
DummyDCR Struct Reference
Inheritance diagram for DummyDCR:
Collaboration diagram for DummyDCR:

Public Member Functions

virtual DriveCallerRead (const DataManager *pDM, MBDynParser &HP, bool bDeferred)
 
- Public Member Functions inherited from DriveCallerRead
virtual ~DriveCallerRead (void)
 

Additional Inherited Members

- Static Public Member Functions inherited from DriveCallerRead
static void ReadOutput (DriveCaller *pDC, const DataManager *pDM, MBDynParser &HP)
 
- Protected Member Functions inherited from DriveCallerRead
void NeedDM (const DataManager *pDM, MBDynParser &HP, bool bDeferred, const char *const name)
 

Detailed Description

Definition at line 118 of file module-drive.cc.

Member Function Documentation

virtual DriveCaller* DummyDCR::Read ( const DataManager pDM,
MBDynParser HP,
bool  bDeferred 
)
inlinevirtual

Implements DriveCallerRead.

Definition at line 120 of file module-drive.cc.

References HighParser::GetReal().

120  {
121  doublereal d = HP.GetReal();
122  return new DummyDriveCaller(d);
123  };
double doublereal
Definition: colamd.c:52
virtual doublereal GetReal(const doublereal &dDefval=0.0)
Definition: parser.cc:1056

Here is the call graph for this function:


The documentation for this struct was generated from the following file: