|
Robotran C Documentation
|
Go to the documentation of this file.
18 void update_visu_past(
Simu_realtime *realtime,
int flag_forward);
functions used to go backward or forward in the simulation time for visualization
useful functions used by the real-time modules
int simu_break
1 to make a break, 0 otherwise
Definition: realtime.h:103
int init_t_sec
initial real time [s], without us
Definition: realtime.h:122
Realtime_extern * ext
external variables
Definition: realtime.h:143
#define PERIOD_BACK_IN_VISU
Definition: realtime.h:19
main SDL functions (plot curves and handles keyboard, joystick... inputs)
functions used to get the time expressed in us (micro seconds)
int flag_plot
1 if SDL plots features activated, 0 otherwise
Definition: realtime.h:136
int t_usec(int init_t_sec, int init_t_usec)
return the elapsed time (in us) since time 'init_t' (expressed in s and us)
Definition: time_functions.c:25
void guess_tsim_index(double request_tsim, double *tsim_save, int min_ind, int max_ind, double min_tsim, double max_tsim, int buffer_size, int flag_round, int *prev_ind, int *next_ind)
get the indexes for a requested time on a turning vector of time values
Definition: realtime_functions.c:17
Definition: mbs_data.h:149
Real-time constraints main header.
real-time structure
Definition: realtime.h:99
MbsData * mbs_data
Robotran main structure.
Definition: realtime.h:36
int simu_speed_flag
used to compute the simulation factor
Definition: realtime.h:105
#define INTERRUPT_BACK_IN_VISU
Definition: realtime.h:20
double get_simu_speed_factor(int simu_speed_flag)
get simulation factor depending on the 'simu_speed_flag' flag
Definition: realtime.c:903
int init_t_usec
initial real time [us], without s (kind of modulo)
Definition: realtime.h:123