| 31 | } while(0) |
| 32 | |
| 33 | struct common_time_meas { |
| 34 | common_time_meas(int64_t & t_acc, bool disable = false); |
| 35 | ~common_time_meas(); |
| 36 | |
| 37 | const int64_t t_start_us; |
| 38 | |
| 39 | int64_t & t_acc; |
| 40 | }; |
| 41 | |
| 42 | struct common_adapter_lora_info { |
| 43 | std::string path; |