Skip to content
Snippets Groups Projects
Commit ee3365bc authored by Alessio Igor Bogani's avatar Alessio Igor Bogani
Browse files

Remove USB2 support due abscence of the libusb on ppc

parent 3ec1f6a4
No related branches found
Tags 1.0.8
No related merge requests found
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
......
Subproject commit 2b29a63b853ea9031ed22889a189694d0500c829
Subproject commit d65e5d7ff77c541e20a898a0070e24b89e8470a1
......@@ -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"));
......
<?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>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment