13.07.2015 Views

VCI - Virtual CAN Interface - Ixxat

VCI - Virtual CAN Interface - Ixxat

VCI - Virtual CAN Interface - Ixxat

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Types and structures5.2.4 <strong>CAN</strong>SCHEDULERSTATUSThe data type describes the current status of a cyclic transmit list. The structure isas follows:typedef struct{UINT8 bTaskStat;UINT8 abMsgStat[16];} <strong>CAN</strong>SCHEDULERSTATUS, *P<strong>CAN</strong>SCHEDULERSTATUS;• bTaskStat:[out] Current status of the transmit task.<strong>CAN</strong>_CTXTSK_STAT_STOPPED:The transmit task is currently stopped, or deactivated.<strong>CAN</strong>_CTXTSK_STAT_RUNNING:The transmit task is running, or is active.• abMsgStat:Table with the status of all 16 transmit objects. Each table entry can have oneof the following values:<strong>CAN</strong>_CTXMSG_STAT_EMPTY:The entry is not allocated a transmit object, or the entry is not currently being used.<strong>CAN</strong>_CTXMSG_STAT_BUSY:The transmit object is currently being used.<strong>CAN</strong>_CTXMSG_STAT_DONE:Processing of the transmit object is completed.95Copyright IXXAT Automation GmbH C-API Programming Manual, Version 1.5

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!