Xenomai API  2.6.5
registry.h File Reference

This file is part of the Xenomai project. More...

Include dependency graph for registry.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int xnregistry_enter (const char *key, void *objaddr, xnhandle_t *phandle, struct xnpnode *pnode)
 Register a real-time object. More...
 
int xnregistry_bind (const char *key, xnticks_t timeout, int timeout_mode, xnhandle_t *phandle)
 Bind to a real-time object. More...
 
int xnregistry_remove (xnhandle_t handle)
 Forcibly unregister a real-time object. More...
 
int xnregistry_remove_safe (xnhandle_t handle, xnticks_t timeout)
 Unregister an idle real-time object. More...
 
void * xnregistry_get (xnhandle_t handle)
 Find and lock a real-time object into the registry. More...
 
void * xnregistry_fetch (xnhandle_t handle)
 Find a real-time object into the registry. More...
 
u_long xnregistry_put (xnhandle_t handle)
 Unlock a real-time object from the registry. More...
 

Detailed Description

This file is part of the Xenomai project.

Note
Copyright (C) 2004 Philippe Gerum rpm@x.nosp@m.enom.nosp@m.ai.or.nosp@m.g

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, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.