Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
Macros | |
#define | VALIDATION_REPORT_INFO(system, fmt, ...) |
Information report. | |
#define | VALIDATION_REPORT_VALUE(system, name, fmt, ...) |
Value report. | |
#define | VALIDATION_REPORT_ERROR(system, fmt, ...) |
Failure report. | |
#define | VALIDATION_REPORT_PASS(system, fmt, ...) |
Pass report. | |
#define VALIDATION_REPORT_ERROR | ( | system, | |
fmt, | |||
... ) |
#include <infuse/validation/core.h>
Failure report.
system | Component being validated |
fmt | Report format string |
... | Format string parameters |
#define VALIDATION_REPORT_INFO | ( | system, | |
fmt, | |||
... ) |
#include <infuse/validation/core.h>
Information report.
system | Component being validated |
fmt | Report format string |
... | Format string parameters |
#define VALIDATION_REPORT_PASS | ( | system, | |
fmt, | |||
... ) |
#include <infuse/validation/core.h>
Pass report.
system | Component being validated |
fmt | Report format string |
... | Format string parameters |
#define VALIDATION_REPORT_VALUE | ( | system, | |
name, | |||
fmt, | |||
... ) |
#include <infuse/validation/core.h>
Value report.
system | Component being validated |
name | Name of the value |
fmt | Format specifier for value |
... | Value |