Sensoray 615 User Manual

Page 13

Advertising
background image

13

S615_SetMode

ECODE S615_SetMode (

int index, //board index
MODE *pMode //pointer to MODE variable

)

Parameters

index

A value by which the boards are addressed. The board selected by index has the PCI slot
value of PCI.PCIslot[index]. The value of index has to be between 0 and PCI.boards.

pMode

Address of the variable (of MODE type) defining the frame grabber operation mode.

Return values

Returns 0 in case of success, or an error code.


S615_CmdQueueFull

BOOL S615_CmdQueueFull (

int index //board index

)

Parameters

index

Board index.

Return values

Returns TRUE if command queue is full, FALSE otherwise.

Notes

The function has to be called before placing a command into the queue.



S615_QueueCmd

void S615_QueueCmd (

int index //board index
COMMAND *pCmd //pointer to the COMMAND structure

)

Parameters

Advertising