int i_Initialised=0;
unsigned int ui_InterruptChannelValue[96]; //Buffer
*/
-str_BoardInfos s_BoardInfos[100]; // 100 will be the max number of boards to be used
+struct str_BoardInfos s_BoardInfos[100]; // 100 will be the max number of boards to be used
//END JK 06.07.04: Management of sevrals boards
//Begin JK 21.10.2004: APCI-3200 / APCI-3300 Reading of EEPROM values
/*+----------------------------------------------------------------------------+*/
void v_GetAPCI3200EepromCalibrationValue(unsigned int dw_PCIBoardEepromAddress,
- str_BoardInfos * BoardInformations)
+ struct str_BoardInfos *BoardInformations)
{
unsigned short w_AnalogInputMainHeaderAddress;
unsigned short w_AnalogInputComponentAddress;
//END JK 21.10.2004: APCI-3200 / APCI-3300 Reading of EEPROM values
//BEGIN JK 06.07.04: Management of sevrals boards
-typedef struct {
+struct str_BoardInfos {
+
int i_CJCAvailable;
int i_CJCPolarity;
int i_CJCGain;
int i_NbrOfModule;
struct str_Module s_Module[MAX_MODULE];
//End JK 21.10.2004: APCI-3200 / APCI-3300 Reading of EEPROM values
-} str_BoardInfos;
+};
+
//END JK 06.07.04: Management of sevrals boards
// Hardware Layer functions for Apci3200