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
22cd8783
Commit
22cd8783
authored
Jul 04, 2012
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Подправил комментарии
parent
067dffea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
IOBase.h
extensions/include/IOBase.h
+2
-3
No files found.
extensions/include/IOBase.h
View file @
22cd8783
...
...
@@ -56,7 +56,7 @@ static const int NoSafety = -1;
long
craw
;
/*!< текущее 'сырое' значение до калибровки */
long
cprev
;
/*!< предыдущее значение после калибровки */
long
safety
;
/*!< безопасное состояние при завершении процесса */
long
defval
;
/*!<
безопасное состояние при завершении процесса
*/
long
defval
;
/*!<
состояние по умолчанию (при запуске)
*/
DigitalFilter
df
;
/*!< реализация программного фильтра */
bool
nofilter
;
/*!< отключение фильтра */
...
...
@@ -82,7 +82,6 @@ static const int NoSafety = -1;
bool
offdelay_state
;
/*!< значение для задержки отключения */
// Порог
UniSetTypes
::
ObjectId
t_ai
;
/*!< если данный датчик дискретный,
и является пороговым, то в данном поле
...
...
@@ -93,7 +92,7 @@ static const int NoSafety = -1;
IOController
::
AIOStateList
::
iterator
ait
;
IOController
::
DIOStateList
::
iterator
dit
;
UniSetTypes
::
uniset_spin_mutex
val_lock
;
/*!<
флаг блокирующий работу
со значением */
UniSetTypes
::
uniset_spin_mutex
val_lock
;
/*!<
блокировка на время "работы"
со значением */
friend
std
::
ostream
&
operator
<<
(
std
::
ostream
&
os
,
IOBase
&
inf
);
...
...
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