powerd++  0.4.4
Namespaces | Typedefs | Enumerations | Functions | Variables
version.hpp File Reference

Defines types and constants used for version management. More...

#include "utility.hpp"
#include <cstdint>
Include dependency graph for version.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 version
 Version information constants and types.
 
 version::literals
 Literals to set flag bits.
 

Typedefs

typedef uint64_t version::flag_t
 The data type to use for feature flags.
 

Enumerations

enum  version::LoadrecBits { version::LoadrecBits::FREQ_TRACKING }
 Feature flags for load recordings. More...
 

Functions

constexpr flag_t version::literals::operator""_FREQ_TRACKING (unsigned long long int value)
 Set the FREQ_TRACKING bit. More...
 

Variables

const char *const version::LOADREC_FEATURES = "usr.app.powerdxx.loadrec.features"
 The pseudo MIB name for the load recording feature flags.
 

Detailed Description

Defines types and constants used for version management.