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

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

Member Function Documentation

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

Implements DriveCallerRead.

Definition at line 2382 of file drive_.cc.

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

2383 {
2384  NeedDM(pDM, HP, bDeferred, "direct");
2385 
2386  const DriveHandler* pDrvHdl = 0;
2387  if (pDM != 0) {
2388  pDrvHdl = pDM->pGetDrvHdl();
2389  }
2390 
2391  DriveCaller *pDC = 0;
2392 
2395  DirectDriveCaller(pDrvHdl));
2396 
2397  return pDC;
2398 }
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: