Generic hardware access library
HAL::UnmaskedReadFactory Class Reference

The class constructs UnmaskedRead Commands. More...

#include <UnmaskedReadFactory.hh>

Inheritance diagram for HAL::UnmaskedReadFactory:
HAL::AbstractCommandFactory

List of all members.

Public Member Functions

virtual ~UnmaskedReadFactory ()
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 UnmaskedRead Commands.

This class parses the syntax for the UnmaskedRead-command. For the detailed syntax of the command see UnmaskedReadCommand.

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

Definition at line 29 of file UnmaskedReadFactory.hh.


Constructor & Destructor Documentation

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

Definition at line 31 of file UnmaskedReadFactory.hh.


Member Function Documentation

HAL::SequencerCommand * HAL::UnmaskedReadFactory::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 4 of file UnmaskedReadFactory.cc.


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