##// END OF EJS Templates
- Corregida la vista view para visualizar el perfil con el patron 1 por defecto.
- Corregida la vista view para visualizar el perfil con el patron 1 por defecto.

File last commit:

r28:29
r126:127
Show More
Funciones_ControlER.h
19 lines | 391 B | text/x-c | CLexer
First commit of the Control_Module_Test
r14 /*
* Funciones_ControlERs.h
*
* Created on: Jan 14, 2010
* Author: redes
*/
#ifndef FUNCIONES_CONTROLERS_H_
#define FUNCIONES_CONTROLERS_H_
int estado_ERemota(char dir_red[],int dir_inicio,int dir_fin);
int envia_experimento(char valor[], int base);
int trae_monitoreo(char valor[], int base);
int ClienteUDP(char *opcion, char *valor);
#endif /* FUNCIONES_CONTROLERS_H_ */