Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cs
ds
bpmid
Commits
a683560b
Commit
a683560b
authored
Aug 30, 2021
by
Claudio Scafuri
💬
Browse files
fix TANGO_BASE_CLASS
parent
ec34ecf8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bpmidThread.h
View file @
a683560b
...
...
@@ -40,7 +40,7 @@ struct bpmidShData{
class
bpmidThread
:
public
omni_thread
,
public
Tango
::
LogAdapter
{
public
:
bpmidThread
(
T
ango
::
Device_4Impl
*
dev
,
bpmidShData
*
dat
,
omni_mutex
&
mut
,
omni_condition
&
cond
,
long
minreftime
=
5000
,
long
reftime
=
15000
,
const
char
*
beam_info_host
=
"localhost"
);
bpmidThread
(
T
ANGO_BASE_CLASS
*
dev
,
bpmidShData
*
dat
,
omni_mutex
&
mut
,
omni_condition
&
cond
,
long
minreftime
=
5000
,
long
reftime
=
15000
,
const
char
*
beam_info_host
=
"localhost"
);
void
*
run_undetached
(
void
*
);
bool
flag_update
;
/* thread raises flag - Device lowers : avoidmultiple copise/locking - use locking!*/
...
...
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