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

Public Member Functions

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 1482 of file drive_.cc.

Member Function Documentation

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

Implements DriveCallerRead.

Definition at line 1488 of file drive_.cc.

References DriveCallerRead::NeedDM(), DataManager::pGetDrvHdl(), and SAFENEWWITHCONSTRUCTOR.

1489 {
1490  NeedDM(pDM, HP, bDeferred, "time");
1491 
1492  const DriveHandler* pDrvHdl = 0;
1493  if (pDM != 0) {
1494  pDrvHdl = pDM->pGetDrvHdl();
1495  }
1496 
1497  DriveCaller *pDC = 0;
1498 
1500 
1501  return pDC;
1502 }
const DriveHandler * pGetDrvHdl(void) const
Definition: dataman.h:340
#define SAFENEWWITHCONSTRUCTOR(pnt, item, constructor)
Definition: mynewmem.h:698
void NeedDM(const DataManager *pDM, MBDynParser &HP, bool bDeferred, const char *const name)
Definition: drive_.cc:1354

Here is the call graph for this function:


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