![]() |
An open-source, flexible 3D physical simulation framework
|
#include <DataBrokerPlotter.h>
Public Attributes | |
std::string | name |
QCPGraph * | curve |
QVector< double > | xValues |
QVector< double > | yValues |
mars::data_broker::DataPackage | dpPackage |
int | dpId |
int | gotNewData |
bool | gotData |
QMutex | mutex |
mars::cfg_manager::cfgPropertyStruct | xRange |
mars::cfg_manager::cfgPropertyStruct | yScale |
mars::cfg_manager::cfgPropertyStruct | sTime |
mars::cfg_manager::cfgPropertyStruct | yOffset |
std::map< mars::cfg_manager::cfgParamId, mars::cfg_manager::cfgPropertyStruct * > | cfgParamIdProp |
Definition at line 30 of file DataBrokerPlotter.h.
std::map<mars::cfg_manager::cfgParamId, mars::cfg_manager::cfgPropertyStruct*> data_broker_plotter::Plot::cfgParamIdProp |
Definition at line 41 of file DataBrokerPlotter.h.
QCPGraph* data_broker_plotter::Plot::curve |
Definition at line 33 of file DataBrokerPlotter.h.
int data_broker_plotter::Plot::dpId |
Definition at line 37 of file DataBrokerPlotter.h.
mars::data_broker::DataPackage data_broker_plotter::Plot::dpPackage |
Definition at line 36 of file DataBrokerPlotter.h.
bool data_broker_plotter::Plot::gotData |
Definition at line 38 of file DataBrokerPlotter.h.
int data_broker_plotter::Plot::gotNewData |
Definition at line 37 of file DataBrokerPlotter.h.
QMutex data_broker_plotter::Plot::mutex |
Definition at line 39 of file DataBrokerPlotter.h.
std::string data_broker_plotter::Plot::name |
Definition at line 32 of file DataBrokerPlotter.h.
mars::cfg_manager::cfgPropertyStruct data_broker_plotter::Plot::sTime |
Definition at line 40 of file DataBrokerPlotter.h.
mars::cfg_manager::cfgPropertyStruct data_broker_plotter::Plot::xRange |
Definition at line 40 of file DataBrokerPlotter.h.
QVector<double> data_broker_plotter::Plot::xValues |
Definition at line 34 of file DataBrokerPlotter.h.
mars::cfg_manager::cfgPropertyStruct data_broker_plotter::Plot::yOffset |
Definition at line 40 of file DataBrokerPlotter.h.
mars::cfg_manager::cfgPropertyStruct data_broker_plotter::Plot::yScale |
Definition at line 40 of file DataBrokerPlotter.h.
QVector<double> data_broker_plotter::Plot::yValues |
Definition at line 35 of file DataBrokerPlotter.h.