Agrarsense
Public Member Functions | Public Attributes | List of all members
FBoomMessageParser Struct Reference

#include <BoomMovementSubscriber.h>

Public Member Functions

 FBoomMessageParser ()
 

Public Attributes

FVector linear
 
FVector angular
 

Detailed Description

Definition at line 18 of file BoomMovementSubscriber.h.

Constructor & Destructor Documentation

◆ FBoomMessageParser()

FBoomMessageParser::FBoomMessageParser ( )
inline

Definition at line 22 of file BoomMovementSubscriber.h.

23 {
24 this->linear = { 0,0,0 };
25 this->angular = { 0,0,0 };
26 }

Member Data Documentation

◆ angular

FVector FBoomMessageParser::angular

Definition at line 32 of file BoomMovementSubscriber.h.

◆ linear

FVector FBoomMessageParser::linear

Definition at line 29 of file BoomMovementSubscriber.h.


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