Skip to content

Commit

Permalink
--minor
Browse files Browse the repository at this point in the history
  • Loading branch information
jturner65 committed Dec 27, 2024
1 parent 2fab727 commit 4602e2a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/esp/sensor/sensorWrappers/ManagedSensorBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ class ManagedSensorBase
} // getID()

protected:
/**
* @brief Internal use only. Set weak ref as void pointer. All access will
* perform appropriate casting.
*/

void setObjectRefInternal(const std::shared_ptr<void>& objRef) {
weakObjRef_ = objRef;
}
Expand Down

0 comments on commit 4602e2a

Please sign in to comment.