Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
a5e1dd30
Commit
a5e1dd30
authored
Apr 29, 2019
by
Alessio Netti
Browse files
ProcFSSensorGroup copy constructor
- Added the htVal parameter to the copy constructor
parent
f2970bda
Changes
1
Hide whitespace changes
Inline
Side-by-side
dcdbpusher/sensors/procfs/ProcfsSensorGroup.cpp
View file @
a5e1dd30
...
...
@@ -17,6 +17,7 @@ ProcfsSensorGroup& ProcfsSensorGroup::operator=(const ProcfsSensorGroup& other)
_mqttStart
=
other
.
_mqttStart
;
_type
=
other
.
_type
;
_path
=
other
.
_path
;
_htVal
=
other
.
_htVal
;
return
*
this
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment