scan_config.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 
5 struct ScanConfig
6 {
7  bool watchdog = false;
8  uint watchdogtimeout = 0;
9  std::string packet_type = "";
10  int start_angle = 0;
12  uint skip_scans = 0;
13 
14  // void print()
15  // {
16  // std::cout << "Scan output config:\n"
17  // << "watchdogtimeout: " << watchdogtimeout << "\n"
18  // << "packet_type: " << packet_type << "\n"
19  // << "start_angle: " << start_angle << "\n"
20  // << "max_num_points_scan:" << max_num_points_scan << "\n"
21  // << "skip_scan: " << skip_scans << std::endl;
22  // }
23 };
int start_angle
Definition: scan_config.h:10
bool watchdog
Definition: scan_config.h:7
uint skip_scans
Definition: scan_config.h:12
std::string packet_type
Definition: scan_config.h:9
uint watchdogtimeout
Definition: scan_config.h:8
uint max_num_points_scan
Definition: scan_config.h:11


pf_driver
Author(s): Harsh Deshpande
autogenerated on Fri Feb 24 2023 03:59:35