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

Detailed Description

DRAMA 2 include file - Spawnable action implementation.

Implements a class is used to handle DRAMA Spawnable Action messages.

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

Go to the source code of this file.

Classes

class  drama::Spawnable
 A class which implements a Spawnable DRAMA Message Handler. More...
 

Namespaces

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

Typedefs

using drama::SpawnablePtr = std::shared_ptr< Spawnable >
 This type is used for passing Spawnable object addresses around.