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