RoveSoSimulator
Loading...
Searching...
No Matches
URoveCommTCPWrapper Class Reference

Blueprintable wrapper class for RoveCommTCP to allow usage in Unreal Engine Blueprints. More...

#include <RoveCommTCPWrapper.h>

Inheritance diagram for URoveCommTCPWrapper:
Collaboration diagram for URoveCommTCPWrapper:

Public Member Functions

bool InitTCPSocket (const FString &IPAddress, int32 Port)
int SendTCPPacket (URoveCommPacketWrapper *Packet, const FString &IPAddress, int32 Port)
void CloseTCPSocket ()
TArray< float > GetDrivePowersCopyTCP ()
TArray< uint8 > GetLEDPanelRGBColorsCopyTCP ()
int32 GetRoveCommTCPFPS ()

Public Attributes

FDriveDataReceivedTCP OnDriveDataReceived
FLEDPanelDataReceivedTCP OnLEDPanelDataReceived

Protected Attributes

rovecomm::RoveCommTCP * RoveCommTCPInstance

Detailed Description

Blueprintable wrapper class for RoveCommTCP to allow usage in Unreal Engine Blueprints.


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