Ruby
3.4.0dev (2024-11-05 revision ed06f018bdffe9bb7f8bdbf15fa5a727e402bfe9)
|
This struct holds the data for each diagnostic. More...
Data Fields | |
const char * | message |
The message associated with the diagnostic. More... | |
uint8_t | level |
The level associated with the diagnostic. More... | |
This struct holds the data for each diagnostic.
Definition at line 14 of file diagnostic.c.
uint8_t pm_diagnostic_data_t::level |
The level associated with the diagnostic.
Definition at line 19 of file diagnostic.c.
const char* pm_diagnostic_data_t::message |
The message associated with the diagnostic.
Definition at line 16 of file diagnostic.c.