Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gcs
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cs
ds
gcs
Commits
ee3365bc
Commit
ee3365bc
authored
2 years ago
by
Alessio Igor Bogani
Browse files
Options
Downloads
Patches
Plain Diff
Remove USB2 support due abscence of the libusb on ppc
parent
3ec1f6a4
No related branches found
Branches containing commit
Tags
1.0.8
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
Makefile
+3
-3
3 additions, 3 deletions
Makefile
deps/usb2
+0
-1
0 additions, 1 deletion
deps/usb2
deps/usb2client
+0
-1
0 additions, 1 deletion
deps/usb2client
src/MultiClassesFactory.cpp
+0
-2
0 additions, 2 deletions
src/MultiClassesFactory.cpp
src/gcs-srv.multi.xmi
+0
-3
0 additions, 3 deletions
src/gcs-srv.multi.xmi
with
3 additions
and
10 deletions
Makefile
+
3
−
3
View file @
ee3365bc
NAME_SRV
=
gcs-srv
SRC_FILES
=
$(
wildcard
deps/usb2/src/USB2
*
.cpp
deps/socket2
*
/src/Socket2
*
.cpp deps/serial2
*
/src/Serial2
*
.cpp
)
CXXFLAGS
=
-Ideps
/usb2/src
-Ideps
/usb2client/src
-Ideps
/socket2/src
-Ideps
/socket2client/src
-Ideps
/serial2/src
-Ideps
/serial2client/src
LDFLAGS
=
-lusb-1
.0
SRC_FILES
=
$(
wildcard deps/socket2
*
/src/Socket2
*
.cpp deps/serial2
*
/src/Serial2
*
.cpp
)
CXXFLAGS
=
-Ideps
/socket2/src
-Ideps
/socket2client/src
-Ideps
/serial2/src
-Ideps
/serial2client/src
LDFLAGS
=
include
../makefiles/Make-9.3.3.in
...
...
This diff is collapsed.
Click to expand it.
usb2
@
2b29a63b
Compare
2b29a63b
...
2b29a63b
Subproject commit 2b29a63b853ea9031ed22889a189694d0500c829
This diff is collapsed.
Click to expand it.
usb2client
@
d65e5d7f
Compare
d65e5d7f
...
d65e5d7f
Subproject commit d65e5d7ff77c541e20a898a0070e24b89e8470a1
This diff is collapsed.
Click to expand it.
src/MultiClassesFactory.cpp
+
0
−
2
View file @
ee3365bc
...
...
@@ -38,7 +38,6 @@ static const char *RcsId = "$Id: $";
//=============================================================================
#include
<tango.h>
#include
<USB2Class.h>
#include
<Socket2Class.h>
#include
<Serial2Class.h>
#include
<GCSClass.h>
...
...
@@ -49,7 +48,6 @@ static const char *RcsId = "$Id: $";
void
Tango
::
DServer
::
class_factory
()
{
add_class
(
USB2_ns
::
USB2Class
::
init
(
"USB2"
));
add_class
(
Socket2_ns
::
Socket2Class
::
init
(
"Socket2"
));
add_class
(
Serial2_ns
::
Serial2Class
::
init
(
"Serial2"
));
add_class
(
GCS_ns
::
GCSClass
::
init
(
"GCS"
));
...
...
This diff is collapsed.
Click to expand it.
src/gcs-srv.multi.xmi
+
0
−
3
View file @
ee3365bc
<?xml version="1.0" encoding="ASCII"?>
<pogoDsl:PogoSystem
xmi:version=
"2.0"
xmlns:xmi=
"http://www.omg.org/XMI"
xmlns:pogoDsl=
"http://www.esrf.fr/tango/pogo/PogoDsl"
>
<multiClasses
pogoRevision=
"9.4"
name=
"gcs-srv"
sourcePath=
"/home/alessio/Sources/git-trees/gcs/src"
description=
""
filestogenerate=
"XMI file,Code files,Protected Regions"
>
<classes
classname=
"USB2"
sourcePath=
"../../usb2/src"
>
<inheritances
classname=
"Device_Impl"
sourcePath=
""
/>
</classes>
<classes
classname=
"Socket2"
sourcePath=
"../../socket2/src"
>
<inheritances
classname=
"Device_Impl"
sourcePath=
""
/>
</classes>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment