summaryrefslogtreecommitdiff
path: root/test/traffic-incidents-service/feed/org.genivi.trafficinfo.tpegfwk/src/main/java/org/genivi/trafficinfo/tpeg/clientside/broadcast/fwk/TpegDecodingUnit.java
diff options
context:
space:
mode:
authorU-TTG\pego <pego@NL2W7L-101492.ttg.global>2014-07-14 16:53:47 +0200
committerU-TTG\pego <pego@NL2W7L-101492.ttg.global>2014-07-14 16:53:47 +0200
commit0263c6b40d4cc843efa34baf05d4d7d77b8ce53e (patch)
treed642bfe8f614e8158d167de11f10697505947678 /test/traffic-incidents-service/feed/org.genivi.trafficinfo.tpegfwk/src/main/java/org/genivi/trafficinfo/tpeg/clientside/broadcast/fwk/TpegDecodingUnit.java
parent83af236086378785cbec01e1d70863a5d2382fbc (diff)
downloadpoi-service-0263c6b40d4cc843efa34baf05d4d7d77b8ce53e.tar.gz
Initial version of TrafficIncidentsService API, documentation and PoC
Diffstat (limited to 'test/traffic-incidents-service/feed/org.genivi.trafficinfo.tpegfwk/src/main/java/org/genivi/trafficinfo/tpeg/clientside/broadcast/fwk/TpegDecodingUnit.java')
-rwxr-xr-xtest/traffic-incidents-service/feed/org.genivi.trafficinfo.tpegfwk/src/main/java/org/genivi/trafficinfo/tpeg/clientside/broadcast/fwk/TpegDecodingUnit.java15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/traffic-incidents-service/feed/org.genivi.trafficinfo.tpegfwk/src/main/java/org/genivi/trafficinfo/tpeg/clientside/broadcast/fwk/TpegDecodingUnit.java b/test/traffic-incidents-service/feed/org.genivi.trafficinfo.tpegfwk/src/main/java/org/genivi/trafficinfo/tpeg/clientside/broadcast/fwk/TpegDecodingUnit.java
new file mode 100755
index 0000000..fabc306
--- /dev/null
+++ b/test/traffic-incidents-service/feed/org.genivi.trafficinfo.tpegfwk/src/main/java/org/genivi/trafficinfo/tpeg/clientside/broadcast/fwk/TpegDecodingUnit.java
@@ -0,0 +1,15 @@
+/**
+ * Copyright (C) 2013 TomTom International B.V.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+package org.genivi.trafficinfo.tpeg.clientside.broadcast.fwk;
+
+import org.genivi.trafficinfo.tpeg.tpegfwktypes.ServiceIdentifier;
+
+
+public interface TpegDecodingUnit {
+ public void handleServiceComponentFrame(long channelId, String communicationChannelName, ServiceIdentifier originatorSID, byte COID, Object data);
+}