MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
module-multi_step_drive.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool multi_step_drive_set ()
 

Function Documentation

bool multi_step_drive_set ( )

Definition at line 212 of file module-multi_step_drive.cc.

References SetDriveCallerData().

213 {
215 
216  if (!SetDriveCallerData("multi" "step", rf)) {
217  delete rf;
218  return false;
219  }
220 
221  return true;
222 }
bool SetDriveCallerData(const char *name, DriveCallerRead *rf)
Definition: drive_.cc:1324

Here is the call graph for this function: