8#ifndef SEN_LIBS_KERNEL_TEST_INTEGRATION_TYPE_CLASH_PARTICIPANT_2_SRC_PARTICIPANT_2_H
9#define SEN_LIBS_KERNEL_TEST_INTEGRATION_TYPE_CLASH_PARTICIPANT_2_SRC_PARTICIPANT_2_H
17#include "stl/participant_2.stl.h"
18#include "stl/sen/kernel/kernel_objects.stl.h"
30 using ClashTypeBase::ClashTypeBase;
38 using App2ClassBase::App2ClassBase;
45 sen::kernel::KernelApiInterface* kernelApiObj_ =
nullptr;
46 std::shared_ptr<sen::Subscription<sen::kernel::KernelApiInterface>> kernelApiSub_;
API for objects when registered.
Definition component_api.h:206
Definition participant_2.h:35
~App2ClassImpl() override=default
void shutdownKernelImpl() override
void registered(sen::kernel::RegistrationApi &api) override
Definition participant_2.h:27
~ClashTypeImpl() override=default
Definition participant_1.h:24