DUNE: Uniform Navigational Environment
2.6.0-rc1
|
Public Types | |
typedef std::map< std::string, Creator > | Table |
Static Public Member Functions | |
static DUNE::Tasks::Task * | produce (const std::string &name, const std::string &label, Context &ctx) |
static bool | exists (const std::string &name) |
static void | registerStaticTask (const std::string &name, task_creator_t creator) |
static void | registerDynamicTask (const char *file) |
static void | registerDynamicTasks (const char *folder) |
static int | getRegisteredCount (void) |
static Table & | getTable (void) |
typedef std::map<std::string, Creator> DUNE::Tasks::Factory::Table |
Low-level task table.
|
static |
Referenced by DUNE::Tasks::Manager::Manager(), and produce().
|
static |
Referenced by DUNE::Daemon::Daemon().
|
static |
|
static |
References exists().
|
static |
References DUNE::FileSystem::Path.
Referenced by registerDynamicTasks().
|
static |
References DUNE::FileSystem::Directory, and registerDynamicTask().
|
static |