| 
    RTAI API 5.1
    
   | 
 
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... | |
Implementation of the RTAI FIFO module.
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/.