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
38792e28
Commit
38792e28
authored
Apr 21, 2009
by
pv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor fixes
parent
b3ee8302
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
uniset.spec
conf/uniset.spec
+7
-1
SharedMemory.cc
extentions/SharedMemory/SharedMemory.cc
+1
-1
No files found.
conf/uniset.spec
View file @
38792e28
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
Name: uniset
Name: uniset
Version: 0.96
Version: 0.96
Release: eter
5
Release: eter
7
Summary: UniSet
Summary: UniSet
License: GPL
License: GPL
Group: Development/C++
Group: Development/C++
...
@@ -180,6 +180,12 @@ Libraries needed to develop for uniset extentions
...
@@ -180,6 +180,12 @@ Libraries needed to develop for uniset extentions
%changelog
%changelog
* Tue Apr 21 2009 Pavel Vainerman <pv@etersoft.ru> 0.96-eter6
- new build
* Tue Apr 21 2009 Pavel Vainerman <pv@etersoft.ru> 0.96-eter5
- new build
* Mon Apr 06 2009 Pavel Vainerman <pv@altlinux.ru> 0.96-eter4
* Mon Apr 06 2009 Pavel Vainerman <pv@altlinux.ru> 0.96-eter4
- new ComediInterface
- new ComediInterface
...
...
extentions/SharedMemory/SharedMemory.cc
View file @
38792e28
...
@@ -410,7 +410,7 @@ void SharedMemory::fastSaveValue(const IOController_i::SensorInfo& si, CORBA::Lo
...
@@ -410,7 +410,7 @@ void SharedMemory::fastSaveValue(const IOController_i::SensorInfo& si, CORBA::Lo
// ------------------------------------------------------------------------------------------
// ------------------------------------------------------------------------------------------
SharedMemory
*
SharedMemory
::
init_smemory
(
int
argc
,
char
*
argv
[]
)
SharedMemory
*
SharedMemory
::
init_smemory
(
int
argc
,
char
*
argv
[]
)
{
{
string
dfile
=
conf
->
get
ConfDir
()
+
conf
->
get
ArgParam
(
"--datfile"
,
conf
->
getConfFileName
());
string
dfile
=
conf
->
getArgParam
(
"--datfile"
,
conf
->
getConfFileName
());
dlog
[
Debug
::
INFO
]
<<
"(smemory): datfile = "
<<
dfile
<<
endl
;
dlog
[
Debug
::
INFO
]
<<
"(smemory): datfile = "
<<
dfile
<<
endl
;
...
...
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