|
Robotran C Documentation
|
Go to the documentation of this file.
8 #ifndef _ANIM_READER_HH_
9 #define _ANIM_READER_HH_
22 AnimReader(
const char* anim_filename);
25 void FillQ(
double target_t,
int nb_q,
double *q_vec);
26 void FillQIndex(
int index,
int nb_q,
double *q_vec);
27 int getNbStep()
const {
return t_size;}
28 double getTime(
int step)
const {
return t_vec[step];}
31 bool IsFloat(std::string cur_str);
32 float StringToFloat(std::string cur_str);
33 int NbQCompute(
const char* anim_filename);
34 void IndexTime(
double target_t,
int &i0,
int &i1);
43 std::vector<double> t_vec;
45 std::vector<double*> q_tab;
user real-time option
Definition: realtime.h:42
Definition: MpegFrameCaptureOptions.hh:6
user_realtime_options_ptr user_realtime_options
Definition: mbs_data.h:126
Functions fct
Structure to store the pointer to the project-specific functions.
Definition: mbs_data.h:316
Definition: mbs_data.h:149
real-time structure
Definition: realtime.h:99
struct Functions::@8 user
void user_realtime_options(MbsData *mbs_data, Realtime_option *options)
modify the real-time options
Definition: mbs_project_realtime_fct_ptr.c:8