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

Implementation of the RTAI SHM module. More...

Functions

void * rt_shm_alloc (unsigned long name, int size, int suprt)
 Allocate a chunk of memory to be shared inter-intra kernel modules and Linux processes. More...
 
int rt_shm_free (unsigned long name)
 Free a chunk of shared memory being shared inter-intra kernel modules and Linux processes. More...
 
void * rt_named_malloc (unsigned long name, int size)
 Allocate a chunk of the global real time heap in kernel/user space. More...
 
void rt_named_free (void *adr)
 Free a named chunk of the global real time heap. More...
 
void * rt_halloc (int size)
 Allocate a chunk of a group real time heap in kernel/user space. More...
 
void rt_hfree (void *adr)
 Free a chunk of a group real time heap. More...
 
void * rt_named_halloc (unsigned long name, int size)
 Allocate a chunk of a group real time heap in kernel/user space. More...
 
void rt_named_hfree (void *adr)
 Free a chunk of a group real time heap. More...
 
void * rt_heap_open (unsigned long name, int size, int suprt)
 Open/create a named group real time heap to be shared inter-intra kernel modules and Linux processes. More...
 

Detailed Description

Implementation of the RTAI SHM module.

Author
Paolo Mantegazza
Note
Copyright © 1999-2004 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/.