rclUE
Public Member Functions | List of all members
UROS2GenericAction Class Reference

This should be refactored with other generic ROS2 types (Msgs, Sensors, Actions). More...

#include <ROS2GenericAction.h>

Inheritance diagram for UROS2GenericAction:
Inheritance graph
[legend]
Collaboration diagram for UROS2GenericAction:
Collaboration graph
[legend]

Public Member Functions

virtual void Init ()
 
virtual void Fini ()
 
virtual const FString ActionGoalToString () const
 
virtual const FString ActionResultToString () const
 
virtual const FString ActionFeedbackToString () const
 
int GetCancelResponseReturnCode ()
 

Detailed Description

This should be refactored with other generic ROS2 types (Msgs, Sensors, Actions).

Todo:
Get/Print/ToString methods should be merged into a single of each with a parameter to switch versions (these are not bottlenecks and control flow inside them should be fine)

UCLASS(Blueprintable)

Member Function Documentation

◆ ActionFeedbackToString()

virtual const FString UROS2GenericAction::ActionFeedbackToString ( ) const
virtual

◆ ActionGoalToString()

virtual const FString UROS2GenericAction::ActionGoalToString ( ) const
virtual

◆ ActionResultToString()

virtual const FString UROS2GenericAction::ActionResultToString ( ) const
virtual

◆ Fini()

virtual void UROS2GenericAction::Fini ( )
virtual

◆ GetCancelResponseReturnCode()

int UROS2GenericAction::GetCancelResponseReturnCode ( )
inline

◆ Init()

virtual void UROS2GenericAction::Init ( )
virtual

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