mirror of
https://github.com/eclipse-openvehicle-api/openvehicle-api.git
synced 2026-07-02 05:35:11 +00:00
@@ -0,0 +1,14 @@
|
||||
#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)
|
||||
Reference in New Issue
Block a user