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
4cb66686
Commit
4cb66686
authored
Feb 21, 2012
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(iocontrol): чуть подправил лог вывода
parent
2ce41e8f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
IOControl.cc
extensions/IOControl/IOControl.cc
+3
-3
No files found.
extensions/IOControl/IOControl.cc
View file @
4cb66686
...
@@ -499,7 +499,7 @@ void IOControl::ioread( IOInfo* it )
...
@@ -499,7 +499,7 @@ void IOControl::ioread( IOInfo* it )
if
(
it
->
stype
==
UniversalIO
::
AnalogInput
)
if
(
it
->
stype
==
UniversalIO
::
AnalogInput
)
{
{
int
val
=
card
->
getAnalogChannel
(
it
->
subdev
,
it
->
channel
,
it
->
range
,
it
->
aref
);
int
val
=
card
->
getAnalogChannel
(
it
->
subdev
,
it
->
channel
,
it
->
range
,
it
->
aref
);
/*
if
(
unideb
.
debugging
(
Debug
::
LEVEL3
)
)
if
(
unideb
.
debugging
(
Debug
::
LEVEL3
)
)
{
{
dlog
[
Debug
::
LEVEL3
]
<<
myname
<<
"(iopoll): read AI "
dlog
[
Debug
::
LEVEL3
]
<<
myname
<<
"(iopoll): read AI "
...
@@ -509,7 +509,7 @@ void IOControl::ioread( IOInfo* it )
...
@@ -509,7 +509,7 @@ void IOControl::ioread( IOInfo* it )
<<
" val="
<<
val
<<
" val="
<<
val
<<
endl
;
<<
endl
;
}
}
*/
IOBase
::
processingAsAI
(
ib
,
val
,
shm
,
force
);
IOBase
::
processingAsAI
(
ib
,
val
,
shm
,
force
);
}
}
else
if
(
it
->
stype
==
UniversalIO
::
DigitalInput
)
else
if
(
it
->
stype
==
UniversalIO
::
DigitalInput
)
...
@@ -1704,7 +1704,7 @@ void IOControl::buildCardsList()
...
@@ -1704,7 +1704,7 @@ void IOControl::buildCardsList()
// для Grayhill конфигурирование не требуется
// для Grayhill конфигурирование не требуется
dlog
[
Debug
::
INFO
]
<<
myname
<<
"(buildCardsList): card="
<<
it
.
getProp
(
"card"
)
dlog
[
Debug
::
INFO
]
<<
myname
<<
"(buildCardsList): card="
<<
it
.
getProp
(
"card"
)
<<
"("
<<
cname
<<
")"
<<
"("
<<
cname
<<
")"
<<
"
subdev"
<<
i
<<
" is
'GRAYHILL'"
<<
endl
;
<<
"
init subdev"
<<
i
<<
"
'GRAYHILL'"
<<
endl
;
return
;
return
;
}
}
...
...
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