Generic hardware access library
|
The class constructs Read Commands. More...
#include <ReadFactory.hh>
Public Member Functions | |
virtual | ~ReadFactory () |
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 Read Commands.
See ReadCommand for the syntax of the command.
Definition at line 28 of file ReadFactory.hh.
virtual HAL::ReadFactory::~ReadFactory | ( | ) | [inline, virtual] |
Definition at line 30 of file ReadFactory.hh.
HAL::SequencerCommand * HAL::ReadFactory::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 ReadFactory.cc.