Commit 99930cfa authored by garciay's avatar garciay
Browse files

GeoNetworking codecs ongoing

Add GeoNetworkingLayer
parent 5f43df5b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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); */