changes to get index in eiger server

This commit is contained in:
Maliakal Dhanya
2014-11-17 14:46:28 +01:00
parent b24f374155
commit 194b41bfc5
7 changed files with 269 additions and 78 deletions

View File

@ -66,7 +66,8 @@ int Module_GetBottomDACValue(struct Module* mod,unsigned int i);
int Feb_Control_IsBottomModule();
int Feb_Control_GetModuleNumber();
void Feb_Control_Set_Master();
void Feb_Control_ClearModules();
@ -102,7 +103,7 @@ int Feb_Control_IsBottomModule();
int Feb_Control_ResetChipCompletely();
struct sockaddr_in Feb_Control_serv_addr;
//struct sockaddr_in Feb_Control_serv_addr;
/*
int Feb_Control_SetupSendToSocket(const char* ip_address_hostname, unsigned short int port);
int Feb_Control_WriteNRead(char* message, int length, int max_length);