Agrarsense
Enumerations
ROSState.h File Reference
#include "CoreMinimal.h"
#include "Engine/EngineTypes.h"
Include dependency graph for ROSState.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  EROSState : uint8 { Connected = 0 , Disconnected = 1 }
 

Enumeration Type Documentation

◆ EROSState

enum class EROSState : uint8
strong

ROS state enum.

Enumerator
Connected 
Disconnected 

Definition at line 15 of file ROSState.h.

16{
17 Connected = 0,
18 Disconnected = 1
19}