#include "ActionStateMachine.h"#include <Core.h>#include <AbortException.h>#include <Log.h>#include <QTimer>#include <QMessageBox>#include "CommandLineOptions.hxx"#include <iostream>
Include dependency graph for applications/actionstatemachine/main.cpp:Functions | |
| int | main (int argc, char **argv) |
| void | usage (char *appName) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
References options::autonext(), camitk::Application::exec(), options::file(), camitk::Log::getLogger(), options::help(), options::output_dir(), camitk::InterfaceLogger::setLogFileDirectory(), camitk::InterfaceLogger::setLogLevel(), camitk::InterfaceLogger::setLogToFile(), camitk::InterfaceLogger::TRACE, and usage().
Here is the call graph for this function:| void usage | ( | char * | appName | ) |
References options::print_usage(), and camitk::Core::version().
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function: