CFEL - ASG Software Suite  2.5.0
CASS
Public Attributes | List of all members
cass::RatePlotter::ProcProperties Struct Reference

define the processor properties More...

+ Collaboration diagram for cass::RatePlotter::ProcProperties:

Public Attributes

std::string name
 the name of the processor More...
 
int fieldWidth
 how much space should be used for the output of the variable More...
 
int precision
 how much digits after the decimal point should be used More...
 
std::string unit
 the unit that should be displayed after the value More...
 

Detailed Description

define the processor properties

Definition at line 156 of file rate_plotter.h.

Member Data Documentation

int cass::RatePlotter::ProcProperties::fieldWidth

how much space should be used for the output of the variable

Definition at line 162 of file rate_plotter.h.

Referenced by cass::RatePlotter::RatePlotter().

std::string cass::RatePlotter::ProcProperties::name

the name of the processor

Definition at line 159 of file rate_plotter.h.

Referenced by cass::RatePlotter::RatePlotter().

int cass::RatePlotter::ProcProperties::precision

how much digits after the decimal point should be used

Definition at line 165 of file rate_plotter.h.

Referenced by cass::RatePlotter::RatePlotter().

std::string cass::RatePlotter::ProcProperties::unit

the unit that should be displayed after the value

Definition at line 168 of file rate_plotter.h.

Referenced by cass::RatePlotter::RatePlotter().


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