module LibItsGeoNetworking_EncdecDeclarations { import from LibItsGeoNetworking_TypesAndValues all; import from LibItsGeoNetworking_TestSystem all; external function fx_enc_GeoNetworkingReq (GeoNetworkingReq p) return bitstring with {extension "prototype(convert) encode(LibIts_Interface)"} external function fx_dec_GeoNetworkingReq (inout bitstring b, out GeoNetworkingReq p) return integer with {extension "prototype(sliding) decode(LibIts_Interface)"} external function fx_enc_GeoNetworkingInd (GeoNetworkingInd p) return bitstring with {extension "prototype(convert) encode(LibIts_Interface)"} external function fx_dec_GeoNetworkingInd (inout bitstring b, out GeoNetworkingInd p) return integer with {extension "prototype(sliding) decode(LibIts_Interface)"} external function fx_enc_GeoNetworkingPdu (GeoNetworkingPdu p) return bitstring with {extension "prototype(convert) encode(LibItsGeoNetworking)"} external function fx_dec_GeoNetworkingPdu (inout bitstring b, out GeoNetworkingPdu p) return integer with {extension "prototype(sliding) decode(LibItsGeoNetworking)"} external function fx_enc_GnNonSecuredPacket (GnNonSecuredPacket p) return bitstring with {extension "prototype(convert) encode(LibItsGeoNetworking)"} external function fx_dec_GnNonSecuredPacket (inout bitstring b, out GnNonSecuredPacket p) return integer with {extension "prototype(sliding) decode(LibItsGeoNetworking)"} /* external function fx_enc_GeoSecuredMessage (GeoNetworkingPacket.securedMsg p) return bitstring with {extension "prototype(convert) encode(LibItsSecurity)"} external function fx_dec_GeoSecuredMessage (inout bitstring b, out GeoNetworkingPacket.securedMsg p) return integer with {extension "prototype(sliding) decode(LibItsSecurity)"} */ external function fx_enc_UtGnInitialize (UtGnInitialize p) return bitstring with {extension "prototype(convert) encode(UpperTester)"} } // End of module LibItsGeoNetworking_EncdecDeclarations