![]() |
WPILibC++ 2027.0.0-alpha-4
|
Go to the source code of this file.
Functions | |
| void | HAL_ReportUsage (const struct WPI_String *resource, const struct WPI_String *data) |
| Reports usage of a resource of interest. | |
| void HAL_ReportUsage | ( | const struct WPI_String * | resource, |
| const struct WPI_String * | data ) |
Reports usage of a resource of interest.
Repeated calls for the same resource name replace the previous report.
| resource | the used resource name; convention is to suffix with "[instanceNum]" for multiple instances of the same resource |
| data | arbitrary associated data string |