Home
last modified time | relevance | path

Searched refs:RainCounter (Results 1 – 4 of 4) sorted by relevance

/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwrender/
H A Dsky.hpp42 class RainCounter;
228 osg::ref_ptr<RainCounter> mCounter;
H A Dsky.cpp1223 class RainCounter : public osgParticle::ConstantRateCounter class
1506 osg::ref_ptr<RainCounter> counter (new RainCounter); in createRain()
/dports/www/domoticz/domoticz-2020.2/hardware/
H A DDomoticzHardware.h103 …void SendRainSensor(const int NodeID, const int BatteryLevel, const float RainCounter, const std::…
104 …void SendRainSensorWU(const int NodeID, const int BatteryLevel, const float RainCounter, const flo…
H A DDomoticzHardware.cpp370 …::SendRainSensor(const int NodeID, const int BatteryLevel, const float RainCounter, const std::str… in SendRainSensor() argument
385 uint64_t tr10 = int((float(RainCounter) * 10.0f)); in SendRainSensor()
395 …SendRainSensorWU(const int NodeID, const int BatteryLevel, const float RainCounter, const float La… in SendRainSensorWU() argument
418 int tr10 = int((float(RainCounter) * 10.0f)); in SendRainSensorWU()