ark::plotting::PlottingField
Defined in header “ark/plotting/gui/abstract_plotting_manager.hh”.
An individual field-name storage. This stores the actual data series that contains all of the updates being made.
Variables
-
std::string name
The name of this object. -
serialization::FieldDescriptor descriptor
The original field descriptor. -
bool on_right_axis= false
Desired axis for this object (left for false, right for true). -
std::shared_ptr< serialization::Object > object
The object that is used to deserialize data. -
DataSeriesStore data_series
The actual data series that stores the incoming values.