RTAI API 5.1
Loading...
Searching...
No Matches

Implementation of the RTAI FIFO module. More...

Functions

RTAI_SYSCALL_MODE int rtf_reset (unsigned int minor)
 Reset a real-time FIFO. More...
 
RTAI_SYSCALL_MODE int rtf_resize (unsigned int minor, int size)
 Resize a real-time FIFO. More...
 
RTAI_SYSCALL_MODE int rtf_create (unsigned int minor, int size)
 Create a real-time FIFO. More...
 
RTAI_SYSCALL_MODE int rtf_destroy (unsigned int minor)
 Close a real-time FIFO. More...
 
int rtf_create_handler (unsigned int minor, void *handler)
 Install a FIFO handler function. More...
 
RTAI_SYSCALL_MODE int rtf_put (unsigned int minor, void *buf, int count)
 Write data to FIFO. More...
 
RTAI_SYSCALL_MODE int rtf_get (unsigned int minor, void *buf, int count)
 Read data from FIFO. More...
 
RTAI_SYSCALL_MODE int rtf_sem_init (unsigned int minor, int value)
 Initialize a binary semaphore. More...
 
RTAI_SYSCALL_MODE int rtf_sem_post (unsigned int minor)
 Posting (signaling) a semaphore. More...
 
RTAI_SYSCALL_MODE int rtf_sem_trywait (unsigned int minor)
 Take a semaphore, only if the calling task is not blocked. More...
 
RTAI_SYSCALL_MODE int rtf_sem_destroy (unsigned int minor)
 Delete a semaphore. More...
 

Detailed Description

Implementation of the RTAI FIFO module.

Author
Paolo Mantegazza
Note
Copyright © 1999-2017 Paolo Mantegazza mante.nosp@m.gazz.nosp@m.a@aer.nosp@m.o.po.nosp@m.limi..nosp@m.it

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.