SimEventQueueFlag.H File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef int SimEventQueueFlag
 Flag type for SimEventQueue::check(), can be bitwise or'ed.
typedef int SimReqQueueFlag
 Flag for SimEventQueueL::request(), can be bitwise or'ed.

Variables

const SimEventQueueFlag SEQ_ANY = 0
 No flag. Return any event (marked or not), don't mark nor delete it.
const SimEventQueueFlag SEQ_MARK = (1 << 0)
 Mark in the queue each event returned as being done for our caller.
const SimEventQueueFlag SEQ_UNMARKED = (1 << 1)
 Only consider events that have not been marked for this caller.
const SimReqQueueFlag SRQ_ANY = 0
 No flag.
const SimReqQueueFlag SRQ_NONE_FATAL = (1 << 0)
 Trow a fatal exception if there is no handler for that request.
const SimReqQueueFlag SRQ_SEVERAL_FATAL = (1 << 1)
 Trow a fatal exception if there is more than 1 handler for that request.

Detailed Description

Flags for handling of SimEvent by SimEventQueue

Definition in file SimEventQueueFlag.H.


Typedef Documentation

typedef int SimEventQueueFlag

Flag type for SimEventQueue::check(), can be bitwise or'ed.

Definition at line 42 of file SimEventQueueFlag.H.

typedef int SimReqQueueFlag

Flag for SimEventQueueL::request(), can be bitwise or'ed.

Definition at line 56 of file SimEventQueueFlag.H.


Variable Documentation

const SimEventQueueFlag SEQ_MARK = (1 << 0)

Mark in the queue each event returned as being done for our caller.

Definition at line 48 of file SimEventQueueFlag.H.

Referenced by SimEventQueue::check(), and SimEventQueue::post().

const SimEventQueueFlag SEQ_UNMARKED = (1 << 1)

Only consider events that have not been marked for this caller.

Definition at line 51 of file SimEventQueueFlag.H.

Referenced by InferoTemporalSalBayes::attentionShift(), and SimEventQueue::check().

No flag.

Definition at line 59 of file SimEventQueueFlag.H.

const SimReqQueueFlag SRQ_NONE_FATAL = (1 << 0)

Trow a fatal exception if there is no handler for that request.

Definition at line 62 of file SimEventQueueFlag.H.

Referenced by SimEventQueue::request().

Trow a fatal exception if there is more than 1 handler for that request.

Definition at line 65 of file SimEventQueueFlag.H.

Referenced by SimEventQueue::request().

Generated on Sun May 8 08:42:51 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3