AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
Classes | Namespaces | Enumerations
request.hh File Reference

Detailed Description

DRAMA 2 include file - Request class definition.

The Request class is used to request changes in DRAMA when action handler returns.

Author
Tony Farrell, AAO $Revision$ $Date$ $Id$
#include "drama/task.hh"
#include "status.h"

Go to the source code of this file.

Classes

class  drama::Request
 Class used by Obey and Kick handlers to indicate rescheduling requirements. More...
 

Namespaces

namespace  drama
 The drama namespace contains all the classes, types etc of the DRAMA 2 implementation.
 

Enumerations

enum class  drama::RequestCode {
  drama::End =DITS_REQ_END , drama::Stage =DITS_REQ_STAGE , drama::Wait =DITS_REQ_WAIT , drama::Sleep =DITS_REQ_SLEEP ,
  drama::Message =DITS_REQ_MESSAGE , drama::Exit =DITS_REQ_EXIT , drama::KickNoChangeReq =DITS___REQ_NOCHANGE
}
 Action reschedule request type. More...