rclUE
Public Attributes | List of all members
FSubscription Struct Reference

Helper structs which is components of the node and should register to. More...

#include <ROS2Node.h>

Collaboration diagram for FSubscription:
Collaboration graph
[legend]

Public Attributes

FString TopicName
 
TSubclassOf< UROS2GenericMsgTopicType
 
UROS2GenericMsgTopicMsg = nullptr
 
bool Ready = false
 

Detailed Description

Helper structs which is components of the node and should register to.

the node with the appropriate methods (AddSubscription).

USTRUCT(Blueprintable)

Member Data Documentation

◆ Ready

bool FSubscription::Ready = false

◆ TopicMsg

UROS2GenericMsg* FSubscription::TopicMsg = nullptr

◆ TopicName

FString FSubscription::TopicName

◆ TopicType

TSubclassOf<UROS2GenericMsg> FSubscription::TopicType

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