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.
As a special exception, the RTAI project gives permission for additional uses of the text contained in its release of Xenomai.
The exception is that, if you link the Xenomai libraries with other files to produce an executable, this does not by itself cause the resulting executable to be covered by the GNU General Public License. Your use of that executable is in no way restricted on account of linking the Xenomai libraries code into it.
This exception does not however invalidate any other reasons why the executable file might be covered by the GNU General Public License.
This exception applies only to the code released by the RTAI project under the name Xenomai. If you copy code from other RTAI project releases into a copy of Xenomai, as the General Public License permits, the exception does not apply to the code that you add in this way. To avoid misleading anyone as to the status of such modified files, you must delete this exception notice from them.
If you write modifications of your own for Xenomai, it is your choice whether to permit this exception to apply to your modifications. If you do not wish that, delete this exception notice.
Include dependency graph for event.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
int | rt_event_create (RT_EVENT *event, const char *name, unsigned long ivalue, int mode) |
Create an event group. | |
int | rt_event_delete (RT_EVENT *event) |
Delete an event group. | |
int | rt_event_post (RT_EVENT *event, unsigned long mask) |
Post an event group. | |
int | rt_event_pend (RT_EVENT *event, unsigned long mask, unsigned long *mask_r, int mode, RTIME timeout) |
Pend on an event group. | |
int | rt_event_inquire (RT_EVENT *event, RT_EVENT_INFO *info) |
Inquire about an event group. |