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
6c1fc766
Commit
6c1fc766
authored
Aug 06, 2009
by
Pavel Vaynerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor fixes..
parent
b6450fea
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
release_helper.sh
conf/release_helper.sh
+2
-2
IONotifyController.cc
src/Processes/IONotifyController.cc
+2
-2
No files found.
conf/release_helper.sh
View file @
6c1fc766
...
@@ -27,7 +27,7 @@ prepare_tarball()
...
@@ -27,7 +27,7 @@ prepare_tarball()
NAMEVER
=
$BASENAME
-
$VERSION
NAMEVER
=
$BASENAME
-
$VERSION
WDPROJECT
=
$(
pwd
)
WDPROJECT
=
$(
pwd
)
TARNAME
=
$NAMEVER
.tar
.bz2
TARNAME
=
$NAMEVER
.tar
DESTDIR
=
$TMPDIR
/
$NAMEVER
DESTDIR
=
$TMPDIR
/
$NAMEVER
RET
=
0
RET
=
0
...
@@ -42,7 +42,7 @@ prepare_tarball()
...
@@ -42,7 +42,7 @@ prepare_tarball()
rm
-rf
.gear
rm
-rf
.gear
echo
"Make tarball
$TARNAME
... from
$DESTDIR
"
echo
"Make tarball
$TARNAME
... from
$DESTDIR
"
mkdir
-p
$RPMSOURCEDIR
/
mkdir
-p
$RPMSOURCEDIR
/
$NICE
tar
cf
j
$RPMSOURCEDIR
/
$TARNAME
../
$NAMEVER
$ETERTARPARAM
||
RET
=
1
$NICE
tar
cf
$RPMSOURCEDIR
/
$TARNAME
../
$NAMEVER
$ETERTARPARAM
||
RET
=
1
rm
-rf
$DESTDIR
rm
-rf
$DESTDIR
cd
-
cd
-
...
...
src/Processes/IONotifyController.cc
View file @
6c1fc766
...
@@ -205,7 +205,7 @@ void IONotifyController::askState( const IOController_i::SensorInfo& si,
...
@@ -205,7 +205,7 @@ void IONotifyController::askState( const IOController_i::SensorInfo& si,
// , ...
// , ...
DIOStateList
::
iterator
li
=
mydioEnd
();
DIOStateList
::
iterator
li
=
mydioEnd
();
bool
st
=
localGetState
(
li
,
si
);
localGetState
(
li
,
si
);
// lock ???
// lock ???
if
(
li
==
mydioEnd
()
)
if
(
li
==
mydioEnd
()
)
{
{
...
@@ -290,7 +290,7 @@ void IONotifyController::askValue(const IOController_i::SensorInfo& si,
...
@@ -290,7 +290,7 @@ void IONotifyController::askValue(const IOController_i::SensorInfo& si,
// , ...
// , ...
AIOStateList
::
iterator
li
=
myaioEnd
();
AIOStateList
::
iterator
li
=
myaioEnd
();
lo
ng
val
=
lo
calGetValue
(
li
,
si
);
localGetValue
(
li
,
si
);
if
(
li
->
second
.
type
!=
UniversalIO
::
AnalogInput
)
if
(
li
->
second
.
type
!=
UniversalIO
::
AnalogInput
)
{
{
ostringstream
err
;
ostringstream
err
;
...
...
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