List of Operations
1-14
SEM module operations
SIO module operations
RTDX_readNB
Read from an input channel without blocking
RTDX_sizeofInput
Return the number of bytes read from an input channel
RTDX_write
Write to an output channel
Function
Operation
SEM_count
Get current semaphore count
SEM_create
Create a semaphore
SEM_delete
Delete a semaphore
SEM_new
Initialize a semaphore
SEM_pend
Wait for a counting semaphore
SEM_pendBinary
Wait for a binary semaphore
SEM_post
Signal a counting semaphore
SEM_postBinary
Signal a binary semaphore
SEM_reset
Reset semaphore
Function
Operation
SIO_bufsize
Size of the buffers used by a stream
SIO_create
Create stream
SIO_ctrl
Perform a device-dependent control operation
SIO_delete
Delete stream
SIO_flush
Idle a stream by flushing buffers
SIO_get
Get buffer from stream
SIO_idle
Idle a stream
SIO_issue
Send a buffer to a stream
SIO_put
Put buffer to a stream
Function
Operation