Skip to main content

struct plot

Declaration

template <typename Value>
struct plot { /* full declaration omitted */ };

Template Parameters

Value

Member Variables

const char* identifier = nullptr
Value last_value = 0

Member Function Overview

  • plot(const char * identifier) → explicit
  • update(Value value_in) → void

Member Functions

explicit plot(const char* identifier)

Parameters

const char* identifier

void update(Value value_in)

Parameters

Value value_in