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
axisg2drv
Commits
7bc2c395
Commit
7bc2c395
authored
Aug 07, 2020
by
Alessandro Abrami
Browse files
2020/08/07:
Da ora si utilizza la nuova dserver_extra(.,.,database*)
parent
f6dc141f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
7bc2c395
...
...
@@ -38,13 +38,13 @@
int
main
(
int
argc
,
char
*
argv
[])
{
//This is added for priority fixing
dserver_extra
(
argc
,
argv
);
try
{
// Initialise the device server
//----------------------------------------
Tango
::
Util
*
tg
=
Tango
::
Util
::
init
(
argc
,
argv
);
dserver_extra
(
argc
,
argv
,
tg
->
get_database
());
// Create the device server singleton
// which will create everything
...
...
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