Class Gauge

Class Documentation

class Gauge

Public Functions

virtual ~Gauge() = default
virtual void Increment() = 0
virtual void Increment(double by_value) = 0
virtual void Decrement() = 0
virtual void Decrement(double by_value) = 0
virtual void Set(double value) = 0

Public Static Functions

static Gauge *Null()