AMO-Tools-Suite
v.0.9.0
Set of tools for calculating energy efficiency in industrial equipment
Main Page
+
Namespaces
Namespace List
+
Namespace Members
All
Enumerations
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
v
w
+
Functions
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
v
w
Variables
Enumerations
Related Functions
+
Files
File List
+
File Members
All
Enumerations
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Friends
Macros
Pages
include
sqlite
PumpData.h
1
#ifndef AMO_TOOLS_SUITE_PUMPDATADB_H
2
#define AMO_TOOLS_SUITE_PUMPDATADB_H
3
4
class
PumpData
;
5
6
std::vector<PumpData> SQLite::get_default_pump_data() {
7
return
{
8
{
9
"manufacturer"
,
"model"
,
"type"
,
"serialNumber"
,
"status"
,
"pumpType"
,
"radialBearingType"
,
10
"thrustBearingType"
,
"shaftOrientation"
,
"shaftSealType"
,
"fluidType"
,
"priority"
,
"driveType"
,
11
"flangeConnectionClass"
,
"flangeConnectionSize"
, 1, 2, 1, 9000, 2018, 1780, 5, 90, 6, 89, 90,
12
85, 99, 15, 11, 13, 14, 0.5, 250, 85, 1.5, 600, 400, 70, 15, 20, 88, 15, 15, 15, 1
13
}
14
/*
15
{
16
"manufacturer2", "model2", "type2", "serialNumber2", "status2", "pumpType2", "radialBearingType2",
17
"thrustBearingType2", "shaftOrientation2", "shaftSealType2", "fluidType2", "priority2", "driveType2",
18
"flangeConnectionClass2", "flangeConnectionSize2", 1, 2, 1, 9000, 2018, 1780, 5, 90, 6, 89, 90,
19
85, 99, 15, 11, 13, 14, 0.5, 250, 85, 1.5, 600, 400, 70, 15, 20, 88, 15, 15, 15, 1
20
}
21
*/
22
};
23
}
24
25
26
#endif //AMO_TOOLS_SUITE_PUMPDATADB_H
PumpData
Definition:
PumpData.h:10
Generated by
1.8.13