Commit 017f2241 authored by filatov's avatar filatov
Browse files

fix comfix compilation issues(GN ongoing)

parent 639f4618
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ INTEGER fx__dec__CAM(BITSTRING& b, CAM__PDU__Descriptions::CAM& p)
	if(rc > 0){
		b = (b >> rc);
	}
	return 0;
}

} //end namespace
+4 −0
Original line number Diff line number Diff line
@@ -3,6 +3,10 @@
#include <time.h>
#include <math.h>

#ifndef M_PI
  #define M_PI	3.14159265358979323846
#endif

namespace LibItsCommon__Functions 
{

+1 −1
Original line number Diff line number Diff line
#include <string>
#include <typeinfo>

#include <TTCH3.hh>
#include "TTCN3.hh"

#include "GeoNetworkingCodec.hh"
#include "loggers.hh"
+2 −0
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@

namespace LibItsGeoNetworking__TypesAndValues {
	class GeoNetworkingPdu;
	class ExtendedHeader;
	class DecodedPayload;
}

class GeoNetworkingCodec : public Codec<LibItsGeoNetworking__TypesAndValues::GeoNetworkingPdu, LibItsGeoNetworking__TypesAndValues::GeoNetworkingPdu> {