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