|
NetBurner 3.5.6
PDF Version |
Callback-based diagnostic item that calls a custom function to generate diagnostic content. More...
#include <diagnostics.h>
Inherits DiagItemClass.
Public Member Functions | |
| DiagCallBack (const char *name, diagcallback *pFunc) | |
| Constructor for callback-based diagnostic item. | |
Callback-based diagnostic item that calls a custom function to generate diagnostic content.
|
inline |
Constructor for callback-based diagnostic item.
| name | Name of the diagnostic item that will appear in the JSON output |
| pFunc | Pointer to the callback function that will generate the diagnostic content |