|
Robotran C Documentation
|
Go to the documentation of this file.
6 #ifndef __WRITE_FILES_H_INCLUDED__ // guard against multiple/recursive includes
7 #define __WRITE_FILES_H_INCLUDED__
12 #define NB_OUTPUT_VEC 5
#define NB_OUTPUT_VEC
Definition: write_files.h:12
int write_out_files(Write_files *write_files, const char generic_fileout[50])
void mbs_error_msg(char *msg,...)
Send an error message.
Definition: mbs_message.c:102
double * get_dvec_0(int l_v)
create (with memory allocation) a vector (length l_v) of doubles, starting at index 0
Definition: mbs_1D_array.c:880
Write_files * init_write_files(int nstep, int njoint)
void free_dmat_0(double **mat)
release memory for a matrix of doubles, starting at index 0
Definition: mbs_matrix.c:293
double ** out_vec
Definition: write_files.h:22
double ** qq
Definition: write_files.h:20
double ** get_dmat_0(int nb_r, int nb_c)
create (with memory allocation) a [nb_r times nb_c] matrix of doubles, starting at index 0
Definition: mbs_matrix.c:238
static long nstep
Definition: dopri5.c:29
void update_write_files(Write_files *write_files, MbsData *mbs_data)
void free_write_files(Write_files *write_files, int njoint)
int kount
Definition: write_files.h:21
Definition: mbs_data.h:149
void free_dvec_0(double *vec)
release memory for a vector of doubles, starting at index 0
Definition: mbs_1D_array.c:896
double * t
Definition: write_files.h:19
Definition: write_files.h:17
int write_anim_file(Write_files *write_files, int njoint, const char *fileout)