Orocos Real-Time Toolkit  2.9.0
Public Types | Public Attributes | List of all members
rt_cond_t Struct Reference

#include <rtt/os/win32/fosi.h>

Public Types

enum  { SIGNAL = 0, BROADCAST = 1, MAX_EVENTS = 2 }
 

Public Attributes

HANDLE events_ [MAX_EVENTS]
 
unsigned int waiters_count_
 
CRITICAL_SECTION waiters_count_lock_
 

Detailed Description

Definition at line 311 of file fosi.h.

Member Enumeration Documentation

anonymous enum
Enumerator
SIGNAL 
BROADCAST 
MAX_EVENTS 

Definition at line 313 of file fosi.h.

Member Data Documentation

HANDLE rt_cond_t::events_[MAX_EVENTS]

Definition at line 315 of file fosi.h.

unsigned int rt_cond_t::waiters_count_

Definition at line 318 of file fosi.h.

CRITICAL_SECTION rt_cond_t::waiters_count_lock_

Definition at line 319 of file fosi.h.


The documentation for this struct was generated from the following file: