Sundance SMT1026 User Manual
Page 14

value:
Notes:
This function returns an index to the board at the base address
nBaseAddress. If no board is found, the function returns -1.
SmtGetBoardInfo
Prototype:
SMTRet SmtGetBoardInfo(UINT nIndex, SMTBI& info);
Parameters:
nIndex
Index of the board to return information about.
info
The information structure to populate.
Return
value:
The return value is the board index.
Notes:
This function returns information about the carrier board specified by
nIndex.
SmtGetError
Prototype:
const char * SmtGetError(SMTRet Error);
Parameters:
Error
Error value to translate into a string.
Return
value:
The return value is an error string.
Notes:
This function returns a string description of the error specified by Error.
3.3
Sundance Hardware Interface Description
Once an interface to the hardware has been obtained by calling
SmtXXXOpen(unsigned int nIndex=0)
, the interface allows you to access the
FPGA-only module functions.
•
General interface
•
Smt350 interface
•
Smt370 interface
•
Smt351 interface
•
Smt381 interface
•
Smt384 interface
•
Smt390 interface
•
Smt391 interface
•
Smt941 interface