Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uniset2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UniSet project repositories
uniset2
Commits
0a37c1ee
Commit
0a37c1ee
authored
Mar 29, 2018
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix compilation FakeIOControl interface
parent
3e030ec1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
FakeIOControl.cc
extensions/IOControl/tests/FakeIOControl.cc
+1
-1
FakeIOControl.h
extensions/IOControl/tests/FakeIOControl.h
+1
-1
No files found.
extensions/IOControl/tests/FakeIOControl.cc
View file @
0a37c1ee
...
...
@@ -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
)
{
...
...
extensions/IOControl/tests/FakeIOControl.h
View file @
0a37c1ee
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment