Main Page
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
Enumerations
Enumerator
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
w
~
+
Variables
a
b
c
d
e
f
h
i
l
m
n
p
q
r
s
t
u
v
w
Typedefs
Enumerations
Enumerator
+
Files
File List
+
File Members
All
Functions
Typedefs
Enumerations
Enumerator
Macros
include
pf_driver
pf
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;
11
uint
max_num_points_scan
= 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
};
ScanConfig::start_angle
int start_angle
Definition:
scan_config.h:10
ScanConfig::watchdog
bool watchdog
Definition:
scan_config.h:7
ScanConfig::skip_scans
uint skip_scans
Definition:
scan_config.h:12
ScanConfig::packet_type
std::string packet_type
Definition:
scan_config.h:9
ScanConfig
Definition:
scan_config.h:5
ScanConfig::watchdogtimeout
uint watchdogtimeout
Definition:
scan_config.h:8
ScanConfig::max_num_points_scan
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