SMACC2
Loading...
Searching...
No Matches
smacc2::ISmaccComponent Class Reference

#include <component.hpp>

Inheritance diagram for smacc2::ISmaccComponent:
Inheritance graph
Collaboration diagram for smacc2::ISmaccComponent:
Collaboration graph

Public Member Functions

 ISmaccComponent ()
 
virtual ~ISmaccComponent ()
 
virtual std::string getName () const
 

Protected Member Functions

virtual void onInitialize ()
 
template<typename TOrthogonal , typename TClient >
void onComponentInitialization ()
 
template<typename EventType >
void postEvent (const EventType &ev)
 
template<typename EventType >
void postEvent ()
 
template<typename TOrthogonal , typename TSourceObject >
void onStateOrthogonalAllocation ()
 
template<typename TComponent >
void requiresComponent (TComponent *&requiredComponentStorage, ComponentRequirement requirementType=ComponentRequirement::SOFT)
 
template<typename TComponent >
void requiresComponent (std::string name, TComponent *&requiredComponentStorage, ComponentRequirement requirementType=ComponentRequirement::SOFT)
 
template<typename TClient >
void requiresClient (TClient *&requiredClientStorage)
 
template<typename SmaccComponentType , typename TOrthogonal , typename TClient , typename... TArgs>
SmaccComponentType * createSiblingComponent (TArgs... targs)
 
template<typename SmaccComponentType , typename TOrthogonal , typename TClient , typename... TArgs>
SmaccComponentType * createSiblingNamedComponent (std::string name, TArgs... targs)
 
rclcpp::Node::SharedPtr getNode ()
 
rclcpp::Logger getLogger () const
 
ISmaccStateMachinegetStateMachine ()
 

Protected Attributes

ISmaccStateMachinestateMachine_
 
ISmaccClientowner_
 

Private Member Functions

void initialize (ISmaccClient *owner)
 
void setStateMachine (ISmaccStateMachine *stateMachine)
 

Friends

class ISmaccOrthogonal
 
class ISmaccClient
 

Detailed Description

Definition at line 29 of file component.hpp.

Constructor & Destructor Documentation

◆ ISmaccComponent()

smacc2::ISmaccComponent::ISmaccComponent ( )

Definition at line 27 of file smacc_component.cpp.

27: owner_(nullptr) {}
ISmaccClient * owner_
Definition component.hpp:88

◆ ~ISmaccComponent()

smacc2::ISmaccComponent::~ISmaccComponent ( )
virtual

Definition at line 25 of file smacc_component.cpp.

25{}

Member Function Documentation

◆ createSiblingComponent()

template<typename SmaccComponentType , typename TOrthogonal , typename TClient , typename... TArgs>
SmaccComponentType * smacc2::ISmaccComponent::createSiblingComponent ( TArgs... targs)
protected

Definition at line 103 of file smacc_component_impl.hpp.

104{
105 return this->owner_->createComponent<SmaccComponentType, TOrthogonal, TClient>(targs...);
106}
SmaccComponentType * createComponent(TArgs... targs)

References smacc2::ISmaccClient::createComponent(), and owner_.

Here is the call graph for this function:

◆ createSiblingNamedComponent()

template<typename SmaccComponentType , typename TOrthogonal , typename TClient , typename... TArgs>
SmaccComponentType * smacc2::ISmaccComponent::createSiblingNamedComponent ( std::string name,
TArgs... targs )
protected

Definition at line 109 of file smacc_component_impl.hpp.

110{
111 return this->owner_->createNamedComponent<SmaccComponentType, TOrthogonal, TClient>(
112 name, targs...);
113}
SmaccComponentType * createNamedComponent(std::string name, TArgs... targs)

References smacc2::ISmaccClient::createNamedComponent(), and owner_.

Here is the call graph for this function:

◆ getLogger()

rclcpp::Logger smacc2::ISmaccComponent::getLogger ( ) const
protected

Definition at line 44 of file smacc_component.cpp.

44{ return owner_->getLogger(); }
rclcpp::Logger getLogger()

References smacc2::ISmaccClient::getLogger(), and owner_.

Referenced by cl_moveit2z::CpTrajectoryExecutor::cancel(), smacc2::client_core_components::CpActionClient< ActionType >::cancelGoal(), cl_nav2z::components::CpNav2ActionInterface::cancelNavigation(), smacc2::client_core_components::CpRos2Timer::cancelTimer(), cl_moveit2z::CpTfListener::canTransform(), cl_moveit2z::CpTrajectoryVisualizer::clearMarkers(), cl_nav2z::odom_tracker::CpOdomTracker::clearPath(), cl_moveit2z::CpGraspingComponent::createGraspableBox(), cl_nav2z::CpCostmapSwitch::disable(), cl_nav2z::CpCostmapSwitch::enable(), cl_http::CpHttpRequestExecutor::executeRequest(), cl_moveit2z::CpMotionPlanner::getCurrentState(), cl_moveit2z::CpTrajectoryHistory::getLastTrajectory(), cl_nav2z::CpWaypointNavigatorBase::loadWayPointsFromFile(), cl_nav2z::CpWaypointNavigatorBase::loadWayPointsFromFile2(), cl_nav2z::CpWaypointNavigatorBase::loadWaypointsFromYamlParameter(), cl_nav2z::odom_tracker::CpOdomTracker::logStateString(), cl_moveit2z::CpTfListener::lookupTransform(), cl_nav2z::CpWaypointNavigatorBase::notifyGoalReached(), cl_keyboard::components::CpKeyboardListener1::onComponentInitialization(), cl_nav2z::components::CpNav2ActionInterface::onComponentInitialization(), smacc2::client_core_components::CpActionClient< ActionType >::onComponentInitialization(), smacc2::client_core_components::CpServiceClient< ServiceType >::onComponentInitialization(), cl_nav2z::CpWaypointNavigator::onGoalReached(), cl_generic_sensor::components::CpMessageTimeout< MessageType >::onInitialize(), cl_lifecycle_node::CpLifecycleEventMonitor::onInitialize(), cl_lifecycle_node::CpLifecycleStateTracker::onInitialize(), cl_moveit2z::CpJointSpaceTrajectoryPlanner::onInitialize(), cl_moveit2z::CpMotionPlanner::onInitialize(), cl_moveit2z::CpTfListener::onInitialize(), cl_moveit2z::CpTrajectoryExecutor::onInitialize(), cl_moveit2z::CpTrajectoryVisualizer::onInitialize(), cl_nav2z::components::CpNav2ActionInterface::onInitialize(), cl_nav2z::CpCostmapSwitch::onInitialize(), cl_nav2z::CpPose::onInitialize(), cl_nav2z::odom_tracker::CpOdomTracker::onInitialize(), cl_ros2_timer::components::CpTimerListener1::onInitialize(), smacc2::client_core_components::CpActionClient< ActionType >::onInitialize(), smacc2::client_core_components::CpRos2Timer::onInitialize(), smacc2::client_core_components::CpServiceClient< ServiceType >::onInitialize(), smacc2::client_core_components::CpTopicSubscriber< MessageType >::onInitialize(), cl_nav2z::components::CpNav2ActionInterface::onNavigationAbortedCallback(), cl_nav2z::components::CpNav2ActionInterface::onNavigationCancelledCallback(), cl_nav2z::components::CpNav2ActionInterface::onNavigationFeedbackCallback(), cl_nav2z::components::CpNav2ActionInterface::onNavigationSuccessCallback(), smacc2::client_core_components::CpActionClient< ActionType >::onResult(), cl_ros2_timer::components::CpTimerListener1::onStateOrthogonalAllocation(), cl_ros2_timer::components::CpTimerListener1::onTimerTickCallback(), cl_lifecycle_node::CpLifecycleEventMonitor::onTransitionEvent(), cl_nav2z::odom_tracker::CpOdomTracker::parametersCallback(), cl_moveit2z::CpMotionPlanner::planCartesianPath(), cl_nav2z::odom_tracker::CpOdomTracker::popPath(), cl_keyboard::components::CpKeyboardListener1::postKeyEvent(), smacc2::client_core_components::CpActionClient< ActionType >::postResultEvent(), cl_nav2z::odom_tracker::CpOdomTracker::processNewPose(), cl_nav2z::odom_tracker::CpOdomTracker::pushPath(), cl_moveit2z::CpTrajectoryHistory::pushTrajectory(), cl_moveit2z::CpTrajectoryExecutor::recordToHistory(), cl_nav2z::CpCostmapSwitch::registerProxyFromDynamicReconfigureServer(), requiresComponent(), requiresComponent(), cl_nav2z::CpWaypointNavigatorBase::seekName(), cl_nav2z::components::CpNav2ActionInterface::sendGoal(), smacc2::client_core_components::CpActionClient< ActionType >::sendGoal(), cl_nav2z::components::CpNav2ActionInterface::sendNavigationGoal(), cl_nav2z::CpWaypointNavigator::sendNextGoal(), smacc2::client_core_components::CpServiceClient< ServiceType >::sendRequest(), smacc2::client_core_components::CpServiceClient< ServiceType >::sendRequestSync(), cl_nav2z::CpPlannerSwitcher::setBackwardPlanner(), cl_nav2z::odom_tracker::CpOdomTracker::setCurrentPathName(), cl_nav2z::CpPlannerSwitcher::setForwardPlanner(), cl_nav2z::CpGoalCheckerSwitcher::setGoalCheckerId(), cl_nav2z::CpPlannerSwitcher::setPureSpinningPlanner(), cl_nav2z::odom_tracker::CpOdomTracker::setStartPoint(), cl_nav2z::odom_tracker::CpOdomTracker::setStartPoint(), cl_moveit2z::CpTrajectoryVisualizer::setTrajectory(), cl_nav2z::CpPlannerSwitcher::setUndoPathBackwardPlanner(), cl_nav2z::odom_tracker::CpOdomTracker::setWorkingMode(), smacc2::client_core_components::CpRos2Timer::startTimer(), smacc2::client_core_components::CpRos2Timer::stopTimer(), cl_generic_sensor::components::CpMessageTimeout< MessageType >::timeoutCallback(), smacc2::client_core_components::CpRos2Timer::timerCallback(), cl_nav2z::CpPose::toPoseStampedMsg(), cl_moveit2z::CpTfListener::transformPose(), cl_nav2z::CpPose::update(), cl_nav2z::odom_tracker::CpOdomTracker::update(), cl_nav2z::odom_tracker::CpOdomTracker::updateClearPath(), cl_nav2z::odom_tracker::CpOdomTracker::updateRecordPath(), cl_lifecycle_node::CpLifecycleStateTracker::updateState(), smacc2::client_core_components::CpActionClient< ActionType >::waitForServer(), smacc2::client_core_components::CpServiceClient< ServiceType >::waitForService(), and cl_nav2z::CpPose::waitTransformUpdate().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getName()

std::string smacc2::ISmaccComponent::getName ( ) const
virtual

Reimplemented in cl_nav2z::CpAmcl.

Definition at line 46 of file smacc_component.cpp.

47{
48 std::string keyname = demangleSymbol(typeid(*this).name());
49 return keyname;
50}
std::string demangleSymbol()

References smacc2::introspection::demangleSymbol().

Referenced by smacc2::client_core_components::CpActionClient< ActionType >::cancelGoal(), smacc2::client_core_components::CpRos2Timer::cancelTimer(), cl_moveit2z::CpGraspingComponent::createGraspableBox(), cl_moveit2z::CpTrajectoryHistory::getLastTrajectory(), smacc2::client_core_components::CpActionClient< ActionType >::onComponentInitialization(), smacc2::client_core_components::CpServiceClient< ServiceType >::onComponentInitialization(), cl_generic_sensor::components::CpMessageTimeout< MessageType >::onInitialize(), smacc2::client_core_components::CpActionClient< ActionType >::onInitialize(), smacc2::client_core_components::CpRos2Timer::onInitialize(), smacc2::client_core_components::CpServiceClient< ServiceType >::onInitialize(), smacc2::client_core_components::CpTopicSubscriber< MessageType >::onInitialize(), smacc2::client_core_components::CpActionClient< ActionType >::onResult(), smacc2::client_core_components::CpActionClient< ActionType >::postResultEvent(), cl_moveit2z::CpTrajectoryHistory::pushTrajectory(), smacc2::client_core_components::CpActionClient< ActionType >::sendGoal(), cl_nav2z::CpWaypointNavigator::sendNextGoal(), smacc2::client_core_components::CpServiceClient< ServiceType >::sendRequest(), smacc2::client_core_components::CpServiceClient< ServiceType >::sendRequestSync(), smacc2::client_core_components::CpRos2Timer::startTimer(), smacc2::client_core_components::CpRos2Timer::stopTimer(), smacc2::client_core_components::CpRos2Timer::timerCallback(), smacc2::client_core_components::CpActionClient< ActionType >::waitForServer(), and smacc2::client_core_components::CpServiceClient< ServiceType >::waitForService().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getNode()

rclcpp::Node::SharedPtr smacc2::ISmaccComponent::getNode ( )
protected

Definition at line 42 of file smacc_component.cpp.

42{ return owner_->getNode(); }
rclcpp::Node::SharedPtr getNode()
Definition client.cpp:60

References smacc2::ISmaccClient::getNode(), and owner_.

Referenced by cl_nav2z::odom_tracker::CpOdomTracker::clearPath(), cl_nav2z::CpWaypointsVisualizer::createMarker(), cl_nav2z::CpWaypointsVisualizer::createMarkerLabel(), cl_nav2z::CpPose::freezeReferenceFrame(), cl_nav2z::CpWaypointNavigatorBase::loadWaypointsFromYamlParameter(), cl_generic_sensor::components::CpMessageTimeout< MessageType >::onInitialize(), cl_lifecycle_node::CpLifecycleEventMonitor::onInitialize(), cl_moveit2z::CpJointSpaceTrajectoryPlanner::onInitialize(), cl_moveit2z::CpTfListener::onInitialize(), cl_moveit2z::CpTrajectoryVisualizer::onInitialize(), cl_nav2z::CpAmcl::onInitialize(), cl_nav2z::CpGoalCheckerSwitcher::onInitialize(), cl_nav2z::CpPlannerSwitcher::onInitialize(), cl_nav2z::CpPose::onInitialize(), cl_nav2z::CpWaypointsVisualizer::onInitialize(), cl_nav2z::odom_tracker::CpOdomTracker::onInitialize(), smacc2::client_core_components::CpActionClient< ActionType >::onInitialize(), smacc2::client_core_components::CpRos2Timer::onInitialize(), smacc2::client_core_components::CpServiceClient< ServiceType >::onInitialize(), smacc2::client_core_components::CpTopicSubscriber< MessageType >::onInitialize(), cl_nav2z::odom_tracker::CpOdomTracker::processNewPose(), cl_nav2z::CpCostmapSwitch::registerProxyFromDynamicReconfigureServer(), cl_nav2z::odom_tracker::CpOdomTracker::setOdomFrame(), cl_nav2z::odom_tracker::CpOdomTracker::setStartPoint(), cl_moveit2z::CpTrajectoryVisualizer::update(), cl_nav2z::CpPose::update(), cl_nav2z::CpWaypointsVisualizer::update(), cl_nav2z::odom_tracker::CpOdomTracker::updateConfiguration(), cl_nav2z::odom_tracker::CpOdomTracker::updateRecordPath(), and cl_nav2z::CpPose::waitTransformUpdate().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getStateMachine()

ISmaccStateMachine * smacc2::ISmaccComponent::getStateMachine ( )
protected

Definition at line 52 of file smacc_component.cpp.

52{ return this->stateMachine_; }
ISmaccStateMachine * stateMachine_
Definition component.hpp:86

References stateMachine_.

Referenced by smacc2::client_core_components::CpActionClient< ActionType >::onAborted(), smacc2::client_core_components::CpActionClient< ActionType >::onCancelled(), smacc2::client_core_components::CpServiceClient< ServiceType >::onFailure(), smacc2::client_core_components::CpActionClient< ActionType >::onFeedback(), smacc2::client_core_components::CpTopicSubscriber< MessageType >::onFirstMessageReceived(), cl_keyboard::components::CpKeyboardListener1::OnKeyPress(), smacc2::client_core_components::CpTopicSubscriber< MessageType >::onMessageReceived(), cl_generic_sensor::components::CpMessageTimeout< MessageType >::onMessageTimeout(), cl_nav2z::components::CpNav2ActionInterface::onNavigationAborted(), cl_nav2z::components::CpNav2ActionInterface::onNavigationCancelled(), cl_nav2z::components::CpNav2ActionInterface::onNavigationFeedback(), cl_nav2z::components::CpNav2ActionInterface::onNavigationSucceeded(), smacc2::client_core_components::CpServiceClient< ServiceType >::onRequestSent(), smacc2::client_core_components::CpServiceClient< ServiceType >::onResponse(), smacc2::client_core_components::CpActionClient< ActionType >::onSucceeded(), cl_ros2_timer::components::CpTimerListener1::onTimerCompleted(), and smacc2::client_core_components::CpRos2Timer::onTimerTick().

Here is the caller graph for this function:

◆ initialize()

void smacc2::ISmaccComponent::initialize ( ISmaccClient * owner)
private

Definition at line 29 of file smacc_component.cpp.

30{
31 owner_ = owner;
32 this->onInitialize();
33}

References onInitialize(), and owner_.

Here is the call graph for this function:

◆ onComponentInitialization()

template<typename TOrthogonal , typename TClient >
void smacc2::ISmaccComponent::onComponentInitialization ( )
protected

Definition at line 116 of file smacc_component_impl.hpp.

117{
118}

◆ onInitialize()

void smacc2::ISmaccComponent::onInitialize ( )
protectedvirtual

Reimplemented in cl_generic_sensor::components::CpMessageTimeout< MessageType >, cl_generic_sensor::components::CpMessageTimeout< TMessageType >, cl_http::CpHttpConnectionManager, cl_http::CpHttpRequestExecutor, cl_http::CpHttpSessionManager, cl_lifecycle_node::CpLifecycleEventMonitor, cl_lifecycle_node::CpLifecycleStateTracker, cl_moveit2z::CpJointSpaceTrajectoryPlanner, cl_moveit2z::CpMotionPlanner, cl_moveit2z::CpTfListener, cl_moveit2z::CpTrajectoryExecutor, cl_moveit2z::CpTrajectoryVisualizer, cl_nav2z::components::CpNav2ActionInterface, cl_nav2z::CpAmcl, cl_nav2z::CpCostmapSwitch, cl_nav2z::CpGoalCheckerSwitcher, cl_nav2z::CpPlannerSwitcher, cl_nav2z::CpPose, cl_nav2z::CpWaypointNavigator, cl_nav2z::CpWaypointNavigatorBase, cl_nav2z::CpWaypointsVisualizer, cl_nav2z::odom_tracker::CpOdomTracker, cl_ros2_timer::components::CpTimerListener1, smacc2::client_core_components::CpActionClient< ActionType >, smacc2::client_core_components::CpActionClient< ActionT >, smacc2::client_core_components::CpActionClient< nav2_msgs::action::NavigateToPose >, smacc2::client_core_components::CpRos2Timer, smacc2::client_core_components::CpServiceClient< ServiceType >, smacc2::client_core_components::CpTopicPublisher< MessageType >, smacc2::client_core_components::CpTopicSubscriber< MessageType >, and smacc2::client_core_components::CpTopicSubscriber< TMessageType >.

Definition at line 35 of file smacc_component.cpp.

35{}

Referenced by initialize().

Here is the caller graph for this function:

◆ onStateOrthogonalAllocation()

template<typename TOrthogonal , typename TSourceObject >
void smacc2::ISmaccComponent::onStateOrthogonalAllocation ( )
inlineprotected

Definition at line 55 of file component.hpp.

56 {
57 }

◆ postEvent() [1/2]

◆ postEvent() [2/2]

template<typename EventType >
void smacc2::ISmaccComponent::postEvent ( const EventType & ev)
protected

Definition at line 31 of file smacc_component_impl.hpp.

32{
34}

References smacc2::ISmaccStateMachine::postEvent(), and stateMachine_.

Here is the call graph for this function:

◆ requiresClient()

template<typename TClient >
void smacc2::ISmaccComponent::requiresClient ( TClient *& requiredClientStorage)
protected

Definition at line 97 of file smacc_component_impl.hpp.

98{
99 this->owner_->requiresClient(requiredClientStorage);
100}
void requiresClient(SmaccClientType *&storage)

References owner_, and smacc2::ISmaccClient::requiresClient().

Referenced by cl_moveit2z::CpJointSpaceTrajectoryPlanner::onInitialize(), cl_moveit2z::CpMotionPlanner::onInitialize(), and cl_moveit2z::CpTrajectoryExecutor::onInitialize().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ requiresComponent() [1/2]

template<typename TComponent >
void smacc2::ISmaccComponent::requiresComponent ( std::string name,
TComponent *& requiredComponentStorage,
ComponentRequirement requirementType = ComponentRequirement::SOFT )
protected

Definition at line 70 of file smacc_component_impl.hpp.

72{
73 requiredComponentStorage = this->owner_->getComponent<TComponent>(name);
74
75 if (requiredComponentStorage == nullptr && requirementType == ComponentRequirement::HARD)
76 {
77 RCLCPP_DEBUG_STREAM(
78 this->getLogger(), std::string("Required component with name: '") + name + "'" +
79 demangleSymbol(typeid(TComponent).name()) +
80 " not found. Available components:");
81
82 std::vector<std::shared_ptr<ISmaccComponent>> components;
83 this->owner_->getComponents(components);
84
85 for (auto c : components)
86 {
87 RCLCPP_DEBUG(this->getLogger(), " - Component %s", c->getName().c_str());
88 }
89
90 throw std::runtime_error(
91 std::string("Component ") + demangleSymbol(typeid(TComponent).name()) +
92 std::string(" not found"));
93 }
94}
void getComponents(std::vector< std::shared_ptr< ISmaccComponent > > &components)
Definition client.cpp:34
rclcpp::Logger getLogger() const

References smacc2::introspection::demangleSymbol(), smacc2::ISmaccClient::getComponent(), smacc2::ISmaccClient::getComponents(), getLogger(), smacc2::HARD, and owner_.

Here is the call graph for this function:

◆ requiresComponent() [2/2]

template<typename TComponent >
void smacc2::ISmaccComponent::requiresComponent ( TComponent *& requiredComponentStorage,
ComponentRequirement requirementType = ComponentRequirement::SOFT )
protected

Definition at line 44 of file smacc_component_impl.hpp.

46{
47 requiredComponentStorage = this->owner_->getComponent<TComponent>();
48
49 if (requiredComponentStorage == nullptr && requirementType == ComponentRequirement::HARD)
50 {
51 RCLCPP_DEBUG_STREAM(
52 this->getLogger(), std::string("Required component ") +
53 demangleSymbol(typeid(TComponent).name()) +
54 " not found. Available components:");
55
56 std::vector<std::shared_ptr<ISmaccComponent>> components;
57 this->owner_->getComponents(components);
58
59 for (auto c : components)
60 {
61 RCLCPP_DEBUG(this->getLogger(), "- Component %s", c->getName().c_str());
62 }
63
64 throw std::runtime_error(
65 std::string("Component ") + demangleSymbol(typeid(TComponent).name()) + " not found");
66 }
67}

References smacc2::introspection::demangleSymbol(), smacc2::ISmaccClient::getComponent(), smacc2::ISmaccClient::getComponents(), getLogger(), smacc2::HARD, and owner_.

Referenced by cl_generic_sensor::components::CpMessageTimeout< MessageType >::onComponentInitialization(), cl_keyboard::components::CpKeyboardListener1::onComponentInitialization(), cl_moveit2z::CpTrajectoryExecutor::onInitialize(), cl_nav2z::components::CpNav2ActionInterface::onInitialize(), cl_nav2z::CpWaypointNavigator::onInitialize(), cl_nav2z::CpWaypointsVisualizer::onInitialize(), cl_nav2z::odom_tracker::CpOdomTracker::onInitialize(), cl_ros2_timer::components::CpTimerListener1::onInitialize(), cl_nav2z::CpWaypointNavigator::onStateOrthogonalAllocation(), and cl_nav2z::CpWaypointNavigator::sendNextGoal().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setStateMachine()

void smacc2::ISmaccComponent::setStateMachine ( ISmaccStateMachine * stateMachine)
private

Definition at line 37 of file smacc_component.cpp.

38{
39 stateMachine_ = stateMachine;
40}

References stateMachine_.

Friends And Related Symbol Documentation

◆ ISmaccClient

friend class ISmaccClient
friend

Definition at line 99 of file component.hpp.

◆ ISmaccOrthogonal

friend class ISmaccOrthogonal
friend

Definition at line 98 of file component.hpp.

Member Data Documentation

◆ owner_

◆ stateMachine_

ISmaccStateMachine* smacc2::ISmaccComponent::stateMachine_
protected

The documentation for this class was generated from the following files: