![]() |
An open-source, flexible 3D physical simulation framework
|
#include <VizPlugin.h>
Public Member Functions | |
VizPlugin (lib_manager::LibManager *theManager) | |
~VizPlugin (void) | |
int | getLibVersion () const |
const std::string | getLibName () const |
void | receiveData (const mars::data_broker::DataInfo &info, const mars::data_broker::DataPackage &package, int callbackParam) |
The DataBroker will call this method to notify the receiver of whenever the condition for which the receiver registered occur. More... | |
void | cfgUpdateProperty (mars::cfg_manager::cfgPropertyStruct _property) |
void | preGraphicsUpdate () |
![]() | |
LibInterface (LibManager *theManager) | |
virtual | ~LibInterface (void) |
ModuleInfo | getModuleInfo () const |
virtual void | newLibLoaded (const std::string &libName) |
virtual void | createModuleInfo (void) |
![]() | |
GraphicsUpdateInterface (void) | |
virtual | ~GraphicsUpdateInterface (void) |
virtual void | postGraphicsUpdate (void) |
![]() | |
ReceiverInterface () | |
virtual | ~ReceiverInterface () |
![]() | |
CFGClient () | |
virtual | ~CFGClient () |
virtual void | cfgParamCreated (cfgParamId _id) |
virtual void | cfgParamRemoved (cfgParamId _id) |
Additional Inherited Members | |
![]() | |
LibManager * | libManager |
ModuleInfo | moduleInfo |
Definition at line 35 of file VizPlugin.h.
VizPlugin::VizPlugin | ( | lib_manager::LibManager * | theManager | ) |
Definition at line 35 of file VizPlugin.cpp.
VizPlugin::~VizPlugin | ( | void | ) |
Definition at line 79 of file VizPlugin.cpp.
|
virtual |
Reimplemented from mars::cfg_manager::CFGClient.
Definition at line 109 of file VizPlugin.cpp.
|
inlinevirtual |
Implements lib_manager::LibInterface.
Definition at line 46 of file VizPlugin.h.
|
inlinevirtual |
Implements lib_manager::LibInterface.
Definition at line 45 of file VizPlugin.h.
|
virtual |
Reimplemented from mars::interfaces::GraphicsUpdateInterface.
Definition at line 84 of file VizPlugin.cpp.
|
virtual |
The DataBroker will call this method to notify the receiver of whenever the condition for which the receiver registered occur.
info | Information about the DataPackage. |
dataPackage | The DataPackage containing all the data. |
callbackParam | The int the receiver passed during registration. The default (the receiver didn't provide a callbackParam) is 0. This can be used to easily distinguish different registrations. |
Implements mars::data_broker::ReceiverInterface.
Definition at line 101 of file VizPlugin.cpp.
|
private |
Definition at line 62 of file VizPlugin.h.
|
private |
Definition at line 67 of file VizPlugin.h.
|
private |
Definition at line 60 of file VizPlugin.h.
|
private |
Definition at line 66 of file VizPlugin.h.
|
private |
Definition at line 65 of file VizPlugin.h.
|
private |
Definition at line 68 of file VizPlugin.h.
|
private |
Definition at line 61 of file VizPlugin.h.
|
private |
Definition at line 63 of file VizPlugin.h.