Commit 0a37c1ee authored by Pavel Vainerman's avatar Pavel Vainerman

fix compilation FakeIOControl interface

parent 3e030ec1
......@@ -96,7 +96,7 @@ namespace uniset
}
// -----------------------------------------------------------------------------
int FakeComediInterface::getAnalogChannel(int subdev, int channel, int range, int aref) const
int FakeComediInterface::getAnalogChannel(int subdev, int channel, int range, int aref, int adelay ) const
{
if( channel < 0 || channel > maxChannelNum )
{
......
......@@ -46,7 +46,7 @@ namespace uniset
// --------------------------------------------
// при тестировании параметры range,aref,subdev игнорируются!
virtual int getAnalogChannel( int subdev, int channel, int range = 0, int aref = AREF_GROUND ) const override;
virtual int getAnalogChannel( int subdev, int channel, int range = 0, int aref = AREF_GROUND, int adelay = 10 * 1000 ) const override;
virtual void setAnalogChannel( int subdev, int channel, int data, int range = 0, int aref = AREF_GROUND ) const override;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment