WPILibC++ 2023.4.3-108-ge5452e3
|
Functions | |
enum CS_PropertyKind | CS_GetPropertyKind (CS_Property property, CS_Status *status) |
char * | CS_GetPropertyName (CS_Property property, 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) |
char * | CS_GetStringProperty (CS_Property property, CS_Status *status) |
void | CS_SetStringProperty (CS_Property property, const char *value, CS_Status *status) |
char ** | CS_GetEnumPropertyChoices (CS_Property property, int *count, CS_Status *status) |
char ** 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 | ||
) |
char * CS_GetPropertyName | ( | CS_Property | property, |
CS_Status * | status | ||
) |
int CS_GetPropertyStep | ( | CS_Property | property, |
CS_Status * | status | ||
) |
char * CS_GetStringProperty | ( | CS_Property | property, |
CS_Status * | status | ||
) |
void CS_SetProperty | ( | CS_Property | property, |
int | value, | ||
CS_Status * | status | ||
) |
void CS_SetStringProperty | ( | CS_Property | property, |
const char * | value, | ||
CS_Status * | status | ||
) |