Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
40f6ab05
Commit
40f6ab05
authored
Nov 18, 2014
by
berge
Browse files
/!\ FIXING BRANCH/MERGE ISSUES /!\
Re-inserting lost change
parent
12336445
Changes
1
Show whitespace changes
Inline
Side-by-side
javasrc/adapter/org/etsi/its/adapter/IManagementLayers.java
View file @
40f6ab05
...
@@ -11,6 +11,7 @@ package org.etsi.its.adapter;
...
@@ -11,6 +11,7 @@ package org.etsi.its.adapter;
import
java.math.BigInteger
;
import
java.math.BigInteger
;
import
org.etsi.its.adapter.ports.FsapPort
;
import
org.etsi.its.adapter.ports.GnPort
;
import
org.etsi.its.adapter.ports.GnPort
;
/**
/**
...
@@ -29,6 +30,13 @@ public interface IManagementLayers {
...
@@ -29,6 +30,13 @@ public interface IManagementLayers {
*/
*/
public
void
registerGnPort
(
GnPort
gnPort
);
public
void
registerGnPort
(
GnPort
gnPort
);
/**
* Registers a FSAP port
* @param The FSAP port to register
*/
public
void
registerFsapPort
(
final
FsapPort
fntpPort
);
/**
/**
* Gets the GeoNetworking beaconing interval
* Gets the GeoNetworking beaconing interval
* @return GeoNetworking beaconing interval in ms
* @return GeoNetworking beaconing interval in ms
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment