Lines Matching refs:PSUSensor
47 PSUSensor::PSUSensor( in PSUSensor() function in PSUSensor
108 PSUSensor::~PSUSensor() in ~PSUSensor()
120 bool PSUSensor::isActive() in isActive()
125 void PSUSensor::activate(const std::string& newPath, in activate()
140 void PSUSensor::deactivate() in deactivate()
150 void PSUSensor::setupRead() in setupRead()
166 std::weak_ptr<PSUSensor> weak = weak_from_this(); in setupRead()
175 std::shared_ptr<PSUSensor> self = weak.lock(); in setupRead()
185 void PSUSensor::restartRead() in restartRead()
187 std::weak_ptr<PSUSensor> weakRef = weak_from_this(); in restartRead()
195 std::shared_ptr<PSUSensor> self = weakRef.lock(); in restartRead()
205 void PSUSensor::handleResponse(const boost::system::error_code& err, in handleResponse()
247 void PSUSensor::checkThresholds() in checkThresholds()