Robotran C Documentation
Public Attributes | List of all members
MbsDirdynCustom Struct Reference

Custom integrator structure for dirdyn. More...

#include <mbs_custom.h>

Public Attributes

double * yt2
 allocated state vector More...
 
int(* derivs )(double, double[], double[], MbsData *, MbsDirdyn *)
 The function computing the derivative of the system. More...
 
void(* loop_fct )(MbsData *, MbsDirdyn *)
 The function to be called at the end of each time step, or waypoints. More...
 
int(* save_realtime_update )(MbsDirdyn *dd, MbsData *mbs_data)
 

Detailed Description

Custom integrator structure for dirdyn.

Member Data Documentation

◆ derivs

int(* derivs(double, double[], double[], MbsData *, MbsDirdyn *)

The function computing the derivative of the system.

◆ loop_fct

void(* loop_fct(MbsData *, MbsDirdyn *)

The function to be called at the end of each time step, or waypoints.

◆ save_realtime_update

int(* save_realtime_update(MbsDirdyn *dd, MbsData *mbs_data)

◆ yt2

double* yt2

allocated state vector


The documentation for this struct was generated from the following file: