##// END OF EJS Templates
Get file function implemented.
imanay -
r215:216
parent child
Show More
@@ -116,7 +116,9
116 int cambia_apuntamiento(char *puntero_char); No newline at end of file
116 int cambia_apuntamiento(char *puntero_char);
117 int carga_experimento(char *nombre_archivo); No newline at end of file
117 int carga_experimento(char *nombre_archivo);
118 char *chequeo_sistema(char *filename, char *numero_muestras);
118 char *chequeo_sistema(char *filename, char *numero_muestras);
No newline at end of file
119 void escribe_experimento(char *data, char filename[]);
119 void recibe_experimento(char *data, char filename[]); No newline at end of file
No newline at end of file
120 char *Lee_experimento(char *filename);
No newline at end of file
121 void consigue_nombre_experimento(char *rx_data, char filename[]); No newline at end of file
120 void SplitFrame(char *frame); No newline at end of file
122 void SplitFrame(char *frame);
121 void intToStr( int number, char* str ); No newline at end of file
123 void intToStr( int number, char* str );
122 No newline at end of file
124
@@ -1,4 +1,4
1 S01 No newline at end of file
1 CnMod01 No newline at end of file
2 parameter2 No newline at end of file
2 parameter2
3 parameter3 No newline at end of file
3 parameter3
4 parameter4 No newline at end of file
4 parameter4
General Comments 0
You need to be logged in to leave comments. Login now