Generic hardware access library
|
The class constructs Label Commands. More...
#include <LabelFactory.hh>
Public Member Functions | |
virtual | ~LabelFactory () |
SequencerCommand * | create (std::list< std::string > &arguments, const AddressTableInterface &addressTable, CommandSequence &sequence) throw (SequencerSyntaxError) |
Create an instantiation of a specific SequencerCommand. |
The class constructs Label Commands.
For the syntax see LabelCommand.
Definition at line 28 of file LabelFactory.hh.
virtual HAL::LabelFactory::~LabelFactory | ( | ) | [inline, virtual] |
Definition at line 30 of file LabelFactory.hh.
HAL::SequencerCommand * HAL::LabelFactory::create | ( | std::list< std::string > & | arguments, |
const AddressTableInterface & | addressTable, | ||
CommandSequence & | sequence | ||
) | throw (SequencerSyntaxError) [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 LabelFactory.cc.