mirror of
https://github.com/eclipse-openvehicle-api/openvehicle-api.git
synced 2026-02-05 15:18:45 +00:00
15 lines
304 B
C++
15 lines
304 B
C++
#include <support/component_impl.h>
|
|
|
|
class CDummyService2 : public sdv::CSdvObject
|
|
{
|
|
public:
|
|
|
|
BEGIN_SDV_INTERFACE_MAP()
|
|
END_SDV_INTERFACE_MAP()
|
|
|
|
DECLARE_OBJECT_CLASS_TYPE(sdv::EObjectType::ComplexService)
|
|
DECLARE_OBJECT_CLASS_NAME("DummyService #2")
|
|
};
|
|
|
|
DEFINE_SDV_OBJECT(CDummyService2)
|