beautypg.com

Sundance SMT1026 User Manual

Page 9

background image

// Open the SMT391 library

IFSmt391 *pSmt391 = Smt391Open(0);
pSmt391->ResetTIMs();

// Configure the FPGA

pSmt391->ConfigureFPGA(BITSTREAM, QUICK_CONF);

3.2

Functions exported by SmtFPGA.dll

This section describes each of the functions exported by SmtFPGA.dll. These functions
are described in the header file IFSmtFPGA.h.

SmtFPGAOpen

SmtFPGAClose

Smt350Open

Smt350Close

Smt351Open

Smt351Close

Smt370Open

Smt370Close

Smt384Open

Smt384Close

Smt390Open

Smt390Close

Smt391Open

Smt391Close

Smt941Open

Smt941Close

The following functions can be used to get information about the carrier board.

SmtGetBoardCount

SmtGetBoardIndex

SmtGetBoardInfo

SmtGetError

Functions to access the interfaces

SmtFPGAOpen

Prototype:

IFSmtFPGA * SmtFPGAOpen(unsigned int nIndex=0);

Parameters:

nIndex

Index of the carrier board on which the FPGA-only module is
plugged in.

Return
value:

The return value is a pointer to an FPGA-only module interface.