beautypg.com

Sundance SMT1026 User Manual

Page 18

background image

Parameters:

pf

Callback function.

user

User specified callback value.

Return
value:

None.

Notes:

This function gets the function that is to be called when words are sent to
the FPGA module.

ResetTIMs

Prototype:

void ResetTIMs(void);

Parameters:

None.

Return
value:

None.

Notes:

This function resets the TIMs on the carrier board.

ResetBoard

Prototype:

void ResetBoard(void);

Parameters:

None.

Return
value:

None.

Notes:

This function resets the carrier board.

GenSig

Prototype:

void GenSig(SIGGEN type, int nAmp, float fSamplingFreq,
float fSigFreq, unsigned int *pBuf, int nBytes);

Parameters:

type

Type of signal to generate (See

SIGGEN

).

nAmp

Signal amplitude.

fSamplingFreq

Sampling frequency.

fSigFreq

Signal frequency.

pBuf

Buffer for the signal data.

nBytes

Size of the buffer in bytes.

Return
value:

None.