WPILibC++ 2025.1.1
Loading...
Searching...
No Matches
RuntimeCheck.h File Reference
#include <stdint.h>
#include "wpi/string.h"

Go to the source code of this file.

Functions

int32_t WPI_IsRuntimeValid (uint32_t *FoundMajor, uint32_t *FoundMinor, uint32_t *ExpectedMajor, uint32_t *ExpectedMinor, WPI_String *RuntimePath)
 

Function Documentation

◆ WPI_IsRuntimeValid()

int32_t WPI_IsRuntimeValid ( uint32_t * FoundMajor,
uint32_t * FoundMinor,
uint32_t * ExpectedMajor,
uint32_t * ExpectedMinor,
WPI_String * RuntimePath )