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
99930cfa
Commit
99930cfa
authored
Jun 01, 2017
by
garciay
Browse files
GeoNetworking codecs ongoing
Add GeoNetworkingLayer
parent
5f43df5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ccsrc/Ports/LibIts_ports/GN_ports/GeoNetworkingPort.hh
View file @
99930cfa
...
...
@@ -12,6 +12,8 @@
#include
"LibItsGeoNetworking_TestSystem.hh"
#include
"GeoNetworkingLayer.hh"
namespace
LibItsGeoNetworking__TestSystem
{
class
GeoNetworkingPort
:
public
GeoNetworkingPort_BASE
{
...
...
@@ -22,6 +24,8 @@ public:
void
set_parameter
(
const
char
*
parameter_name
,
const
char
*
parameter_value
);
void
receiveMsg
(
const
LibItsGeoNetworking__TestSystem
::
GeoNetworkingInd
&
,
const
Params
&
)
{};
private:
/* void Handle_Fd_Event(int fd, boolean is_readable,
boolean is_writable, boolean is_error); */
...
...
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