00001 00008 #ifndef GET_FILE_ARGUMENTS_H_DEF 00009 #define GET_FILE_ARGUMENTS_H_DEF 00010 00011 00012 #define PARAMNUM 10 00013 #define STATENUM 12 00014 00015 00016 #include "math.h" 00017 #include "mex.h" 00018 #include "string.h" 00019 00020 #include "Datas.h" 00021 00022 00023 00024 00025 00026 int read_arguments_from_file(struct parameters *P, struct joy_parameters *jP, double *state, double *time); 00027 00028 00029 00030 00031 00032 00033 #endif
1.4.7