Sundance SMT1026 User Manual
Page 13

Notes:
This function closes the Smt391 interface.
Smt941Open
Prototype:
IFSmt941 * Smt941Open(unsigned int nIndex=0);
Parameters:
nIndex
Index of the carrier board on which the Smt941 is plugged in.
Return
value:
The return value is a pointer to an Smt941 interface.
Notes:
This function obtains an interface to an Smt941 plugged in the first TIM
site of a Sundance carrier board.
Smt941Close
Prototype:
void Smt941Close(IFSmt941 *p);
Parameters:
p
Pointer to the Smt941 interface.
Return
value:
None.
Notes:
This function closes the Smt941 interface.
Functions to get information about the carrier board
SmtGetBoardCount
Prototype:
DWORD SmtGetBoardCount(void);
Parameters:
None.
Return
value:
The return value is the number of carrier board found.
Notes:
This function returns the number of Sundance carrier boards found in the
system.
SmtGetBoardIndex
Prototype:
INT SmtGetBoardIndex(UINT nBaseAddress);
Parameters:
nBaseAddress
Base address of the board to open.
Return
The return value is the board index.