rclUE
Public Attributes | List of all members
UROS2SubscriberComponent Class Reference

ROS2 Subscriber Component. Wrapper of UROS2Subscriber for BP. More...

#include <ROS2Subscriber.h>

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

Public Attributes

UROS2SubscriberSubscriber = nullptr
 
FString TopicName = TEXT("")
 this is pass to UROS2Subscriber::TopicName in #BeginPlay More...
 
TSubclassOf< UROS2GenericMsgMsgClass = UROS2GenericMsg::StaticClass()
 this is pass to UROS2Subscriber::MsgClass in #BeginPlay More...
 
UROS2QoS QoS = UROS2QoS::Default
 this is pass to UROS2Subscriber::QoS in #BeginPlay More...
 
FSubscriptionCallback Callback
 this is pass to UROS2Subscriber::Callback in #BeginPlay More...
 

Detailed Description

ROS2 Subscriber Component. Wrapper of UROS2Subscriber for BP.

UCLASS(Blueprintable, BlueprintType, ClassGroup = (Custom), meta = (BlueprintSpawnableComponent))

Member Data Documentation

◆ Callback

FSubscriptionCallback UROS2SubscriberComponent::Callback

◆ MsgClass

TSubclassOf<UROS2GenericMsg> UROS2SubscriberComponent::MsgClass = UROS2GenericMsg::StaticClass()

◆ QoS

UROS2QoS UROS2SubscriberComponent::QoS = UROS2QoS::Default

◆ Subscriber

UROS2Subscriber* UROS2SubscriberComponent::Subscriber = nullptr

◆ TopicName

FString UROS2SubscriberComponent::TopicName = TEXT("")

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