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