WPILibC++ 2025.2.1
|
Functions | |
enum CS_PropertyKind | CS_GetPropertyKind (CS_Property property, CS_Status *status) |
void | CS_GetPropertyName (CS_Property property, struct WPI_String *name, CS_Status *status) |
int | CS_GetProperty (CS_Property property, CS_Status *status) |
void | CS_SetProperty (CS_Property property, int value, CS_Status *status) |
int | CS_GetPropertyMin (CS_Property property, CS_Status *status) |
int | CS_GetPropertyMax (CS_Property property, CS_Status *status) |
int | CS_GetPropertyStep (CS_Property property, CS_Status *status) |
int | CS_GetPropertyDefault (CS_Property property, CS_Status *status) |
void | CS_GetStringProperty (CS_Property property, struct WPI_String *value, CS_Status *status) |
void | CS_SetStringProperty (CS_Property property, const struct WPI_String *value, CS_Status *status) |
struct WPI_String * | CS_GetEnumPropertyChoices (CS_Property property, int *count, CS_Status *status) |
struct WPI_String * CS_GetEnumPropertyChoices | ( | CS_Property | property, |
int * | count, | ||
CS_Status * | status ) |
int CS_GetProperty | ( | CS_Property | property, |
CS_Status * | status ) |
int CS_GetPropertyDefault | ( | CS_Property | property, |
CS_Status * | status ) |
enum CS_PropertyKind CS_GetPropertyKind | ( | CS_Property | property, |
CS_Status * | status ) |
int CS_GetPropertyMax | ( | CS_Property | property, |
CS_Status * | status ) |
int CS_GetPropertyMin | ( | CS_Property | property, |
CS_Status * | status ) |
void CS_GetPropertyName | ( | CS_Property | property, |
struct WPI_String * | name, | ||
CS_Status * | status ) |
int CS_GetPropertyStep | ( | CS_Property | property, |
CS_Status * | status ) |
void CS_GetStringProperty | ( | CS_Property | property, |
struct WPI_String * | value, | ||
CS_Status * | status ) |
void CS_SetProperty | ( | CS_Property | property, |
int | value, | ||
CS_Status * | status ) |
void CS_SetStringProperty | ( | CS_Property | property, |
const struct WPI_String * | value, | ||
CS_Status * | status ) |