Generic hardware access library
|
The class constructs UnmaskedRead Commands. More...
#include <UnmaskedReadFactory.hh>
Public Member Functions | |
virtual | ~UnmaskedReadFactory () |
SequencerCommand * | create (std::list< std::string > &arguments, const AddressTableInterface &addressTable, CommandSequence &sequence) throw (SequencerSyntaxError, NoSuchItemException) |
Create an instantiation of a specific SequencerCommand. |
The class constructs UnmaskedRead Commands.
This class parses the syntax for the UnmaskedRead-command. For the detailed syntax of the command see UnmaskedReadCommand.
Definition at line 29 of file UnmaskedReadFactory.hh.
virtual HAL::UnmaskedReadFactory::~UnmaskedReadFactory | ( | ) | [inline, virtual] |
Definition at line 31 of file UnmaskedReadFactory.hh.
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.
addressTable | might be used in the implementations of this. interface. |
sequence | is forwarded to the contructor of the command. |
Implements HAL::AbstractCommandFactory.
Definition at line 4 of file UnmaskedReadFactory.cc.