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

Go to the source code of this file.

Functions

bool asynchronous_machine_set (void)
 

Function Documentation

bool asynchronous_machine_set ( void  )

Definition at line 1090 of file module-asynchronous_machine.cc.

References SetUDE().

Referenced by InitUDE(), and module_init().

1091 {
1092 #ifdef DEBUG
1093  std::cerr << __FILE__ <<":"<< __LINE__ << ":"<< __PRETTY_FUNCTION__ << std::endl;
1094 #endif
1095 
1097 
1098  if (!SetUDE("asynchronous_machine", rf)) {
1099  delete rf;
1100  return false;
1101  }
1102 
1103  return true;
1104 }
bool SetUDE(const std::string &s, UserDefinedElemRead *rude)
Definition: userelem.cc:97

Here is the call graph for this function: