Generic hardware access library
HAL::GotoFactory Class Reference

The class constructs Goto Commands. More...

#include <GotoFactory.hh>

Inheritance diagram for HAL::GotoFactory:
HAL::AbstractCommandFactory

List of all members.

Public Member Functions

virtual ~GotoFactory ()
SequencerCommandcreate (std::list< std::string > &arguments, const AddressTableInterface &addressTable, CommandSequence &sequence) throw (SequencerSyntaxError)
 Create an instantiation of a specific SequencerCommand.

Detailed Description

The class constructs Goto Commands.

For the syntax see GotoCommand.

See also:
GotoCommand
Author:
Christoph Schwick
Revision:
1.2
Date:
2009/01/14 18:10:06

Definition at line 28 of file GotoFactory.hh.


Constructor & Destructor Documentation

virtual HAL::GotoFactory::~GotoFactory ( ) [inline, virtual]

Definition at line 30 of file GotoFactory.hh.


Member Function Documentation

HAL::SequencerCommand * HAL::GotoFactory::create ( std::list< std::string > &  arguments,
const AddressTableInterface addressTable,
CommandSequence sequence 
) throw (SequencerSyntaxError) [virtual]

Create an instantiation of a specific SequencerCommand.

Parameters:
addressTablemight be used in the implementations of this. interface.
sequenceis forwarded to the contructor of the command.

Implements HAL::AbstractCommandFactory.

Definition at line 3 of file GotoFactory.cc.


The documentation for this class was generated from the following files: