Lines Matching full:rail
139 * Each voltage rail in the system may provide multiple types of sensor data,
141 * sensor tracks one of these data types for a voltage rail.
146 * each rail. During a monitoring cycle, the following sensor service methods
149 * - startRail() // Before reading all the sensors for one rail
150 * - setValue() // To set the value of one sensor for the current rail
151 * - endRail() // After reading all the sensors for one rail
189 * current voltage rail.
192 * read all the sensors for the current rail
205 * Sets the value of one sensor for the current voltage rail.
221 * specified voltage rail.
223 * Calls to setValue() will update sensors for this rail.
225 * @param rail unique rail ID
227 * device that produces the rail
231 virtual void startRail(const std::string& rail,