8#ifndef META_OCEAN_TEST_TESTIO_TESTSERIALIZATION_TEST_IO_SERIALIZATION_H
9#define META_OCEAN_TEST_TESTIO_TESTSERIALIZATION_TEST_IO_SERIALIZATION_H
24namespace TestSerialization
42#if defined(_WINDOWS) && defined(OCEAN_RUNTIME_SHARED)
43 #ifdef USE_OCEAN_TEST_IO_SERIALIZATION_EXPORT
44 #define OCEAN_TEST_IO_SERIALIZATION_EXPORT __declspec(dllexport)
46 #define OCEAN_TEST_IO_SERIALIZATION_EXPORT __declspec(dllimport)
49 #define OCEAN_TEST_IO_SERIALIZATION_EXPORT
60OCEAN_TEST_IO_SERIALIZATION_EXPORT
bool testIOSerialization(
const double testDuration,
Worker& worker,
const std::string& testFunctions = std::string());
This class implements a worker able to distribute function calls over different threads.
Definition Worker.h:33
OCEAN_TEST_IO_SERIALIZATION_EXPORT void testIOSerializationAsynchron(const double testDuration, const std::string &testFunctions=std::string())
Tests the entire IO Serialization library.
OCEAN_TEST_IO_SERIALIZATION_EXPORT bool testIOSerialization(const double testDuration, Worker &worker, const std::string &testFunctions=std::string())
Tests the entire IO Serialization library.
The namespace covering the entire Ocean framework.
Definition Accessor.h:15