FACT++  1.0
void RunThread ( FitsLoader loader)

Definition at line 619 of file fitsloader.cc.

References StateMachineImp::Run(), and Readline::Stop().

Referenced by RunShell().

620 {
621  loader->Run(true);
622  Readline::Stop();
623 }
static void Stop()
Definition: Readline.cc:1534
virtual int Run(bool dummy)
Start the mainloop.

+ Here is the call graph for this function:

+ Here is the caller graph for this function: