Loading [MathJax]/extensions/tex2jax.js
SensESP
3.1.0
Universal Signal K sensor toolkit ESP32
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
m
n
o
s
u
v
w
Functions
a
b
c
e
f
g
h
m
o
s
u
Variables
Typedefs
a
b
d
f
i
n
s
v
w
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Typedefs
Related Symbols
Files
File List
File Members
All
b
d
g
h
k
l
m
p
r
s
w
Functions
Variables
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Loading...
Searching...
No Matches
config_item.cpp
Go to the documentation of this file.
1
#include "
config_item.h
"
2
3
namespace
sensesp
{
4
5
std::map<String, std::shared_ptr<ConfigItemBase>>
ConfigItemBase::config_items_
;
6
7
template
<>
8
const
char
*
get_schema_type_string
(
const
int
/*dummy*/
) {
9
return
"number"
;
10
}
8
const
char
*
get_schema_type_string
(
const
int
/*dummy*/
) {
…
}
11
12
template
<>
13
const
char
*
get_schema_type_string
(
const
float
/*dummy*/
) {
14
return
"number"
;
15
}
13
const
char
*
get_schema_type_string
(
const
float
/*dummy*/
) {
…
}
16
17
template
<>
18
const
char
*
get_schema_type_string
(
const
String&
/*dummy*/
) {
19
return
"string"
;
20
}
18
const
char
*
get_schema_type_string
(
const
String&
/*dummy*/
) {
…
}
21
22
template
<>
23
const
char
*
get_schema_type_string
(
const
bool
/*dummy*/
) {
24
return
"boolean"
;
25
}
23
const
char
*
get_schema_type_string
(
const
bool
/*dummy*/
) {
…
}
26
27
}
// namespace sensesp
sensesp::ConfigItemBase::config_items_
static std::map< String, std::shared_ptr< ConfigItemBase > > config_items_
Definition
config_item.h:172
config_item.h
sensesp
Definition
sensesp.cpp:7
sensesp::get_schema_type_string
const char * get_schema_type_string(const int)
Definition
config_item.cpp:8
src
sensesp
ui
config_item.cpp
Generated by
1.12.0