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.
Functions | |
int | rt_event_create (RT_EVENT *event, const char *name, unsigned long ivalue, int mode) |
int | rt_event_delete (RT_EVENT *event) |
int | rt_event_signal (RT_EVENT *event, unsigned long mask) |
int | rt_event_wait (RT_EVENT *event, unsigned long mask, unsigned long *mask_r, int mode, RTIME timeout) |
int | rt_event_clear (RT_EVENT *event, unsigned long mask, unsigned long *mask_r) |
int | rt_event_inquire (RT_EVENT *event, RT_EVENT_INFO *info) |