MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
module-switch_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 switch_drive_set ()
 

Function Documentation

bool switch_drive_set ( )

Definition at line 258 of file module-switch_drive.cc.

References SetDriveCallerData().

Referenced by module_init().

259 {
261 
262  if (!SetDriveCallerData("switch", rf)) {
263  delete rf;
264  return false;
265  }
266 
267  return true;
268 }
bool SetDriveCallerData(const char *name, DriveCallerRead *rf)
Definition: drive_.cc:1324

Here is the call graph for this function: