WPILibC++
unspecified
|
Public Member Functions | |
UsbCameraProperty (llvm::StringRef name_) | |
UsbCameraProperty (llvm::StringRef name_, int rawIndex_, const UsbCameraProperty &rawProp, int defaultValue_, int value_) | |
![]() | |
PropertyImpl (llvm::StringRef name_) | |
PropertyImpl (llvm::StringRef name_, CS_PropertyKind kind_, int step_, int defaultValue_, int value_) | |
PropertyImpl (const PropertyImpl &oth)=delete | |
PropertyImpl & | operator= (const PropertyImpl &oth)=delete |
void | SetValue (int v) |
void | SetValue (llvm::StringRef v) |
void | SetDefaultValue (int v) |
Public Attributes | |
bool | percentage {false} |
int | propPair {0} |
unsigned | id {0} |
int | type {0} |
![]() | |
std::string | name |
CS_PropertyKind | propKind {CS_PROP_NONE} |
bool | hasMinimum {false} |
bool | hasMaximum {false} |
int | minimum {0} |
int | maximum {100} |
int | step {1} |
int | defaultValue {0} |
int | value {0} |
std::string | valueStr |
std::vector< std::string > | enumChoices |
bool | valueSet {false} |