FACT++  1.0
int FitsLoader::ConfigTableNamePlease ( const Event evt)
private

Set the name of the table to be loaded.

Set the name of the input table

Parameters
evtthe event transporting the table name

Definition at line 574 of file fitsloader.cc.

References fTableName, StateMachineImp::GetCurrentState(), EventImp::GetText(), and MessageImp::Message().

Referenced by FitsLoader().

575 {
576  fTableName = string(evt.GetText());
577  Message("New Fits table: " + fTableName);
578  return GetCurrentState();
579 }
int GetCurrentState() const
return the current state of the machine
const char * GetText() const
Definition: EventImp.h:88
string fTableName
Name of the table to load from the file.
Definition: fitsloader.cc:72
int Message(const std::string &str)
Definition: MessageImp.h:46

+ Here is the call graph for this function:

+ Here is the caller graph for this function: