RTAI API 5.1
Loading...
Searching...
No Matches
rtai_sem.h File Reference

Macros

#define rt_sem_init(name, value)   rt_typed_sem_init(name, value, CNT_SEM)
 Initialize a counting semaphore. More...
 
#define rt_cond_init(name)   rt_typed_sem_init(name, 0, BIN_SEM)
 Initialize a condition variable. More...
 

Detailed Description

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