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

Detailed Description

DRAMA 2 include file - implements a class providing access to details on an action entry.

Author
Tony Farrell, AAO $Revision$ $Date$ $Id$
#include "DitsSystem.h"
#include "DitsInteraction.h"
#include "drama/sds.hh"

Go to the source code of this file.

Classes

class  drama::EntryInfo
 The EntryInfo class is used to access details about a DRAMA message event (and entry to an action). More...
 

Namespaces

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

Enumerations

enum class  drama::EntryCode {
  drama::Obey =DITS_REA_OBEY , drama::Kick =DITS_REA_KICK , drama::Resched =DITS_REA_RESCHED , drama::Timeout =DITS_REA_RESCHED ,
  drama::Trigger =DITS_REA_TRIGGER , drama::Signal =DITS_REA_ASTINT , drama::Load =DITS_REA_LOAD , drama::LoadFailed =DITS_REA_LOADFAILED ,
  drama::Rejected =DITS_REA_MESREJECTED , drama::Complete =DITS_REA_COMPLETE , drama::Died =DITS_REA_DIED , drama::PathFound =DITS_REA_PATHFOUND ,
  drama::PathFailed =DITS_REA_PATHFAILED , drama::Message =DITS_REA_MESSAGE , drama::Error =DITS_REA_ERROR , drama::Exit =DITS_REA_EXIT ,
  drama::Notify =DITS_REA_NOTIFY , drama::BulkTransferred =DITS_REA_BULK_TRANSFERRED , drama::BulkDone =DITS_REA_BULK_DONE , drama::Drama2Signal =DITS_REA_DRAMA2 ,
  DramaRunLoopExit =1111 , DramaMainThreadComplete =1112 , DramaAbortWaits =1113
}
 Entry type code - indicates the type of a DRAMA event. More...