10#ifndef __RTIOMonitor_h__
11#define __RTIOMonitor_h__ included
39 void add(
int fd,
int status );
40 void remove(
int fd,
int status );
44 int anyRegistered(
void )
const;
60 RequestMask = CanRead | CanWrite |
Exception
62 , ResultCanRead = CanRead << ResultShift
63 , ResultCanWrite = CanWrite << ResultShift
64 , ResultException =
Exception << ResultShift
Definition: RTIOMonitor.h:24
Represents the predefined "Exception" protocol.
Definition: RTException.h:31
A time value which can represent either an absolute or relative time.
Definition: RTTimespec.h:29