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
b91fc291
Commit
b91fc291
authored
Nov 18, 2014
by
berge
Browse files
/!\ FIXING BRANCH/MERGE ISSUES /!\
Re-inserting lost change
parent
40f6ab05
Changes
1
Hide whitespace changes
Inline
Side-by-side
javasrc/adapter/org/etsi/its/adapter/IManagementTA.java
View file @
b91fc291
...
...
@@ -54,5 +54,17 @@ public interface IManagementTA {
* @return Long position vector of the target neighbour as received in its last beacon, or null
*/
public
byte
[]
getLongPositionVector
(
byte
[]
targetGnAddress
);
/**
* Requests Test Adapter to trigger a Service Provider InSapPrimitiveUp/SAM message sending
* @param sam The SAM message to transmit
*/
public
void
startSamTransmission
(
final
byte
[]
sam
);
/**
* Requests Test Adapter to stop a Service Provider InSapPrimitiveUp/SAM message sending
* @param sam The SAM message to transmit
*/
public
void
stopSamTransmission
();
}
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