Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

Commit

Permalink
Update sysmgr::sensor_reading to allow more convenient initialization…
Browse files Browse the repository at this point in the history
… for exception handling
  • Loading branch information
jtikalsky committed Jan 13, 2015
1 parent 08f855e commit a828e6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clientapi/sysmgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ namespace sysmgr {
bool threshold_set;
double threshold;
uint16_t eventmask;
protected:
sensor_reading() : threshold_set(false) { };
friend class sysmgr;
};
Expand Down

0 comments on commit a828e6c

Please sign in to comment.