MBDyn-1.7.3
|
#include <time.h>
#include "ac/f2c.h"
#include "ac/pthread.h"
#include "myassert.h"
#include "mynewmem.h"
#include "mathp.h"
#include "output.h"
#include "solman.h"
#include "withlab.h"
Go to the source code of this file.
Classes | |
class | Drive |
class | DriveOwner |
class | DriveHandler |
class | DriveHandler::MyMeter |
class | DriveHandler::MyRand |
class | DriveHandler::MyClosestNext |
class | DriveHandler::MySH |
class | DriveCaller |
class | NullDriveCaller |
class | OneDriveCaller |
class | ConstDriveCaller |
struct | DriveRead |
struct | DriveCallerRead |
Functions | |
bool | SetDriveData (const std::string &s, DriveRead *rf) |
Drive * | ReadDriveData (unsigned uLabel, const DataManager *pDM, MBDynParser &HP) |
void | InitDriveData (void) |
void | DestroyDriveData (void) |
bool | SetDriveCallerData (const char *name, DriveCallerRead *rf) |
DriveCaller * | ReadDriveCallerData (const DataManager *pDM, MBDynParser &HP, bool bDeferred) |
void | InitDriveCallerData (void) |
void | DestroyDriveCallerData (void) |
Variables | |
const char * | psDriveNames [] |
const char * | psReadControlDrivers [] |
void DestroyDriveCallerData | ( | void | ) |
Definition at line 3113 of file drive_.cc.
References MBDYN_EXCEPT_ARGS.
Referenced by MBDynParser::~MBDynParser().
void DestroyDriveData | ( | void | ) |
Definition at line 3028 of file drive_.cc.
References MBDYN_EXCEPT_ARGS.
Referenced by DataManager::~DataManager().
void InitDriveCallerData | ( | void | ) |
Definition at line 3050 of file drive_.cc.
References mbdyn_octave_set(), minmaxdrive_set(), nodedistdrive_set(), and SetDriveCallerData().
Referenced by MBDynParser::MBDynParser().
void InitDriveData | ( | void | ) |
Definition at line 3002 of file drive_.cc.
References SetDriveData().
Referenced by DataManager::DataManager().
DriveCaller* ReadDriveCallerData | ( | const DataManager * | pDM, |
MBDynParser & | HP, | ||
bool | bDeferred | ||
) |
Definition at line 1333 of file drive_.cc.
References DEBUGCOUTFNAME, func(), IncludeParser::GetLineData(), HighParser::IsWord(), and MBDYN_EXCEPT_ARGS.
Referenced by MBDynParser::GetDriveCaller().
Drive* ReadDriveData | ( | unsigned | uLabel, |
const DataManager * | pDM, | ||
MBDynParser & | HP | ||
) |
Definition at line 1283 of file drive_.cc.
References DEBUGCOUTFNAME, func(), IncludeParser::GetLineData(), HighParser::IsWord(), and MBDYN_EXCEPT_ARGS.
Referenced by DataManager::ReadDrivers().
bool SetDriveCallerData | ( | const char * | name, |
DriveCallerRead * | rf | ||
) |
Definition at line 1324 of file drive_.cc.
Referenced by InitDriveCallerData(), InitSF(), mbdyn_octave_set(), minmaxdrive_set(), module_init(), multi_step_drive_set(), nodedistdrive_set(), and switch_drive_set().
const char* psDriveNames[] |
Definition at line 351 of file enums.cc.
Referenced by DataManager::DataManager(), DataManager::ElemManagerDestructor(), and DataManager::ReadDrivers().
const char* psReadControlDrivers[] |
Definition at line 357 of file enums.cc.
Referenced by DataManager::MakeRestart(), and DataManager::ReadControl().