rclUE
Public Attributes | List of all members
FService Struct Reference

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

#include <ROS2Node.h>

Collaboration diagram for FService:
Collaboration graph
[legend]

Public Attributes

FString ServiceName
 
TSubclassOf< UROS2GenericSrvServiceType
 
UROS2GenericSrvService = nullptr
 
bool Ready = false
 

Detailed Description

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

the node with the appropriate methods (AddServiceServer).

USTRUCT(Blueprintable)

Member Data Documentation

◆ Ready

bool FService::Ready = false

◆ Service

UROS2GenericSrv* FService::Service = nullptr

◆ ServiceName

FString FService::ServiceName

◆ ServiceType

TSubclassOf<UROS2GenericSrv> FService::ServiceType

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