NetBurner 3.5.6
PDF Version |
Monitor and report the value of numeric variables. More...
#include <diagnostics.h>
Inherits DiagItemClass.
Public Member Functions | |
DiagVarMon (const char *name, uint32_t &v) | |
Constructor for monitoring numeric variables. | |
virtual void | ServeContent (int fd) |
Pure virtual function to output diagnostic content. | |
Monitor and report the value of numeric variables.
|
inline |
Constructor for monitoring numeric variables.
Creates a diagnostic monitor for various numeric data types. The constructor automatically determines the appropriate formatting based on the variable type:
name | Display name for this variable in the diagnostic output |
v | Reference to the variable to monitor |