In file included from ../src/tool/pps/pps_device.cc:10:
../src/tool/pps/pps_device.h:23:11: error: ‘uint32_t’ does not name a type
23 | static uint32_t device_count();
| ^~~~~~~~
In file included from ../src/tool/pps/pps_counter.cc:10:
../src/tool/pps/pps_counter.h:22:4: error: ‘uint32_t’ does not name a type
22 | uint32_t id;
| ^~~~~~~~
Fixes:
|
||
|---|---|---|
| .. | ||
| cfg | ||
| .clang-format | ||
| meson.build | ||
| pps.cc | ||
| pps.h | ||
| pps_algorithm.h | ||
| pps_config.cc | ||
| pps_counter.cc | ||
| pps_counter.h | ||
| pps_datasource.cc | ||
| pps_datasource.h | ||
| pps_device.cc | ||
| pps_device.h | ||
| pps_driver.cc | ||
| pps_driver.h | ||
| pps_producer.cc | ||