Generic hardware access library
HAL::CheckFactory Class Reference

The class constructs Check Commands. More...

#include <CheckFactory.hh>

Inheritance diagram for HAL::CheckFactory:
HAL::AbstractCommandFactory

List of all members.

Public Member Functions

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

Detailed Description

The class constructs Check Commands.

See CheckCommand for the syntax of the command.

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

Definition at line 28 of file CheckFactory.hh.


Constructor & Destructor Documentation

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

Definition at line 30 of file CheckFactory.hh.


Member Function Documentation

HAL::SequencerCommand * HAL::CheckFactory::create ( std::list< std::string > &  arguments,
const AddressTableInterface addressTable,
CommandSequence sequence 
) throw (SequencerSyntaxError, NoSuchItemException) [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 CheckFactory.cc.


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