Privacy
An open-source, flexible 3D physical simulation framework
data_broker_plotter2::Plot Class Reference

#include <DataBrokerPlotter.hpp>

Public Attributes

std::string name
 
QCPGraph * curve
 
mars::data_broker::DataInfo dataInfo
 
QVector< double > xValues
 
QVector< double > yValues
 
bool gotData
 
bool show
 
QMutex mutex
 
configmaps::ConfigMap options
 

Detailed Description

Definition at line 46 of file DataBrokerPlotter.hpp.

Member Data Documentation

◆ curve

QCPGraph* data_broker_plotter2::Plot::curve

Definition at line 49 of file DataBrokerPlotter.hpp.

◆ dataInfo

mars::data_broker::DataInfo data_broker_plotter2::Plot::dataInfo

Definition at line 50 of file DataBrokerPlotter.hpp.

◆ gotData

bool data_broker_plotter2::Plot::gotData

Definition at line 53 of file DataBrokerPlotter.hpp.

◆ mutex

QMutex data_broker_plotter2::Plot::mutex

Definition at line 54 of file DataBrokerPlotter.hpp.

◆ name

std::string data_broker_plotter2::Plot::name

Definition at line 48 of file DataBrokerPlotter.hpp.

◆ options

configmaps::ConfigMap data_broker_plotter2::Plot::options

Definition at line 55 of file DataBrokerPlotter.hpp.

◆ show

bool data_broker_plotter2::Plot::show

Definition at line 53 of file DataBrokerPlotter.hpp.

◆ xValues

QVector<double> data_broker_plotter2::Plot::xValues

Definition at line 51 of file DataBrokerPlotter.hpp.

◆ yValues

QVector<double> data_broker_plotter2::Plot::yValues

Definition at line 52 of file DataBrokerPlotter.hpp.


The documentation for this class was generated from the following file: