Generic hardware access library
|
The class constructs unmaskedWrite Commands. More...
#include <UnmaskedWriteFactory.hh>
Public Member Functions | |
virtual | ~UnmaskedWriteFactory () |
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 unmaskedWrite Commands.
This class parses the syntax for the unmaskedWrite command. For the detailed syntax see UnmaskedWriteCommand.
Definition at line 30 of file UnmaskedWriteFactory.hh.
virtual HAL::UnmaskedWriteFactory::~UnmaskedWriteFactory | ( | ) | [inline, virtual] |
Definition at line 32 of file UnmaskedWriteFactory.hh.
HAL::SequencerCommand * HAL::UnmaskedWriteFactory::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 3 of file UnmaskedWriteFactory.cc.