mirror of
https://github.com/eclipse-openvehicle-api/openvehicle-api.git
synced 2026-07-02 05:35:11 +00:00
23
tests/component_tests/logger/logger_test_service.h
Normal file
23
tests/component_tests/logger/logger_test_service.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#ifndef VAPI_DUMMY_TEST_SERVICE_H
|
||||
#define VAPI_DUMMY_TEST_SERVICE_H
|
||||
|
||||
#include <support/component_impl.h>
|
||||
|
||||
/**
|
||||
* @brief Class to create a dummy test service.
|
||||
*/
|
||||
class CLoggerTestService
|
||||
: public sdv::CSdvObject
|
||||
{
|
||||
public:
|
||||
DECLARE_OBJECT_CLASS_TYPE(sdv::EObjectType::BasicService)
|
||||
DECLARE_OBJECT_CLASS_NAME("LoggerTestService")
|
||||
|
||||
CLoggerTestService();
|
||||
|
||||
};
|
||||
|
||||
DEFINE_SDV_OBJECT(CLoggerTestService)
|
||||
|
||||
|
||||
#endif // !define VAPI_DUMMY_TEST_SERVICE_H
|
||||
Reference in New Issue
Block a user