Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
DrawTrendCurves Namespace Reference

Classes

class  CPrvDrawAllCurves
 
class  CPrvDrawLegend
 
struct  SPrvDataPanelTimeLogger
 

Functions

static std::vector< std::shared_ptr< CTendencyCurve > > getAllCurves (const std::shared_ptr< SPrvDataPanelTimeLogger > &dataPanelTimeLogger)
 

Variables

static constexpr double PRV_X_MIN_VIEW_TENDENCY_CURVE = 0.
 
static constexpr double PRV_Y_MIN_VIEW_TENDENCY_CURVE = 0.
 
static constexpr double PRV_X_MAX_VIEW_TENDENCY_CURVE = 20'000.
 
static constexpr double PRV_Y_MAX_VIEW_TENDENCY_CURVE = 10'000.
 
static constexpr uint64_t PRV_CURVE_RESOLUTION {500 * iv::constants::time::MillisecondsInSeconds}
 

Function Documentation

◆ getAllCurves()

static std::vector< std::shared_ptr< CTendencyCurve > > DrawTrendCurves::getAllCurves ( const std::shared_ptr< SPrvDataPanelTimeLogger > & dataPanelTimeLogger)
static

Variable Documentation

◆ PRV_CURVE_RESOLUTION

uint64_t DrawTrendCurves::PRV_CURVE_RESOLUTION {500 * iv::constants::time::MillisecondsInSeconds}
staticconstexpr

◆ PRV_X_MAX_VIEW_TENDENCY_CURVE

double DrawTrendCurves::PRV_X_MAX_VIEW_TENDENCY_CURVE = 20'000.
staticconstexpr

◆ PRV_X_MIN_VIEW_TENDENCY_CURVE

double DrawTrendCurves::PRV_X_MIN_VIEW_TENDENCY_CURVE = 0.
staticconstexpr

◆ PRV_Y_MAX_VIEW_TENDENCY_CURVE

double DrawTrendCurves::PRV_Y_MAX_VIEW_TENDENCY_CURVE = 10'000.
staticconstexpr

◆ PRV_Y_MIN_VIEW_TENDENCY_CURVE

double DrawTrendCurves::PRV_Y_MIN_VIEW_TENDENCY_CURVE = 0.
staticconstexpr