29class ROVESOSIMULATOR_API URoveCommManifestWrapper :
public UObject
35 UFUNCTION(BlueprintCallable, Category =
"RoveComm Manifest")
36 FString GetIPAddress(
const FString& BoardName);
39 UFUNCTION(BlueprintCallable, Category =
"RoveComm Manifest")
40 bool GetCommandDetails(
const FString& BoardName,
const FString& CommandName, int32& DataId, int32& DataCount, EManifestDataType& DataType);
43 UFUNCTION(BlueprintCallable, Category =
"RoveComm Manifest")
44 bool GetTelemetryDetails(
const FString& BoardName,
const FString& TelemetryName, int32& DataId, int32& DataCount, EManifestDataType& DataType);