acme
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Enumerations
Enumerator
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
w
z
~
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
w
z
~
Variables
Typedefs
Files
File List
File Members
All
Functions
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
Concepts
Loading...
Searching...
No Matches
platform
serial_shared.h
1
#pragma once
2
3
4
namespace
serial
5
{
6
7
8
struct
port_info
9
{
10
12
string
port
;
13
15
string
description
;
16
18
string
hardware_id
;
19
20
};
8
struct
port_info
{
…
};
21
22
23
}
// namespace serial
24
25
26
serial::port_info
Definition
serial_shared.h:9
serial::port_info::hardware_id
string hardware_id
Definition
serial_shared.h:18
serial::port_info::description
string description
Definition
serial_shared.h:15
serial::port_info::port
string port
Definition
serial_shared.h:12
Generated by
1.13.2