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

Dopri5 structure for dirdyn. More...

#include <mbs_dopri5.h>

Public Attributes

int flag_save
 1 if first dydt save done, 0 otherwise More...
 
double solout_last_t
 last time solout was called More...
 
double * dydt_save
 save dydt of the last time step More...
 
double ** alloc_tab
 allocated state vectors 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

Dopri5 structure for dirdyn.

Member Data Documentation

◆ alloc_tab

double** alloc_tab

allocated state vectors

◆ derivs

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

The function computing the derivative of the system.

◆ dydt_save

double* dydt_save

save dydt of the last time step

◆ flag_save

int flag_save

1 if first dydt save done, 0 otherwise

◆ 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)

◆ solout_last_t

double solout_last_t

last time solout was called


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