![]() |
An open-source, flexible 3D physical simulation framework
|
#include <EntityFactoryManager.h>
Public Member Functions | |
EntityFactoryManager (lib_manager::LibManager *theManager) | |
~EntityFactoryManager () | |
int | getLibVersion () const |
const std::string | getLibName () const |
CREATE_MODULE_INFO () | |
void | init () |
void | reset () |
void | update (interfaces::sReal time_ms) |
virtual void | cfgUpdateProperty (cfg_manager::cfgPropertyStruct _property) |
virtual void | registerFactory (const std::string type, EntityFactoryInterface *factory) |
virtual unsigned long | createEntity (configmaps::ConfigMap &config) |
virtual unsigned long | createEntity (std::string configfile) |
![]() | |
MarsPluginTemplate (lib_manager::LibManager *theManager, std::string libName) | |
~MarsPluginTemplate () | |
![]() | |
LibInterface (LibManager *theManager) | |
virtual | ~LibInterface (void) |
ModuleInfo | getModuleInfo () const |
virtual void | newLibLoaded (const std::string &libName) |
virtual void | createModuleInfo (void) |
![]() | |
PluginInterface (ControlCenter *control) | |
virtual | ~PluginInterface (void) |
virtual void | handleError (void) |
virtual void | getSomeData (void *data) |
![]() | |
CFGClient () | |
virtual | ~CFGClient () |
virtual void | cfgParamCreated (cfgParamId _id) |
virtual void | cfgParamRemoved (cfgParamId _id) |
Private Attributes | |
std::map< std::string, EntityFactoryInterface * > | factories |
utils::Mutex | iMutex |
Additional Inherited Members | |
![]() | |
std::string | configPath |
std::string | resourcesPath |
![]() | |
LibManager * | libManager |
ModuleInfo | moduleInfo |
![]() | |
ControlCenter * | control |
Definition at line 50 of file EntityFactoryManager.h.
mars::entity_generation::EntityFactoryManager::EntityFactoryManager | ( | lib_manager::LibManager * | theManager | ) |
Definition at line 43 of file EntityFactoryManager.cpp.
mars::entity_generation::EntityFactoryManager::~EntityFactoryManager | ( | ) |
Definition at line 54 of file EntityFactoryManager.cpp.
|
virtual |
Reimplemented from mars::cfg_manager::CFGClient.
Definition at line 60 of file EntityFactoryManager.cpp.
mars::entity_generation::EntityFactoryManager::CREATE_MODULE_INFO | ( | ) |
|
virtual |
Definition at line 70 of file EntityFactoryManager.cpp.
|
virtual |
Definition at line 92 of file EntityFactoryManager.cpp.
|
inlinevirtual |
Implements lib_manager::LibInterface.
Definition at line 61 of file EntityFactoryManager.h.
|
inlinevirtual |
Implements lib_manager::LibInterface.
Definition at line 58 of file EntityFactoryManager.h.
|
virtual |
Implements mars::interfaces::PluginInterface.
Definition at line 47 of file EntityFactoryManager.cpp.
|
virtual |
Definition at line 63 of file EntityFactoryManager.cpp.
|
virtual |
Implements mars::interfaces::PluginInterface.
Definition at line 51 of file EntityFactoryManager.cpp.
|
virtual |
Implements mars::interfaces::PluginInterface.
Definition at line 57 of file EntityFactoryManager.cpp.
|
private |
Definition at line 82 of file EntityFactoryManager.h.
|
mutableprivate |
Definition at line 83 of file EntityFactoryManager.h.