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. |
Flags for handling of SimEvent by SimEventQueue
Definition in file SimEventQueueFlag.H.
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.
const SimEventQueueFlag SEQ_ANY = 0 |
No flag. Return any event (marked or not), don't mark nor delete it.
Definition at line 45 of file SimEventQueueFlag.H.
Referenced by InferoTemporalSIFT::attentionShift(), ThresholdFrictionSaccadeController::computeWhenNewDecision(), SimulationViewerNerdCam::drawMegaCombo(), SimulationViewerStd::drawMegaCombo(), SaccadeController::getDecision(), SimulationViewer::getMap(), SimulationViewerEyeHand::getTraj(), SimulationViewerHand::getTraj(), SimulationViewerStd::getTraj(), SimulationViewerEyeRegion::getTraj(), SimulationViewerCompress::getTraj(), SimulationViewerEyeMvt::getTraj(), GetSaliency::getVCXmap(), and SimulationViewerStats::save1().
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().
const SimReqQueueFlag SRQ_ANY = 0 |
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().
const SimReqQueueFlag SRQ_SEVERAL_FATAL = (1 << 1) |
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().