WPILibC++  unspecified
cs::UsbCameraProperty Class Reference
Inheritance diagram for cs::UsbCameraProperty:
Collaboration diagram for cs::UsbCameraProperty:

Public Member Functions

 UsbCameraProperty (wpi::StringRef name_)
 
 UsbCameraProperty (wpi::StringRef name_, int rawIndex_, const UsbCameraProperty &rawProp, int defaultValue_, int value_)
 
- Public Member Functions inherited from cs::PropertyImpl
 PropertyImpl (wpi::StringRef name_)
 
 PropertyImpl (wpi::StringRef name_, CS_PropertyKind kind_, int step_, int defaultValue_, int value_)
 
 PropertyImpl (const PropertyImpl &oth)=delete
 
PropertyImploperator= (const PropertyImpl &oth)=delete
 
void SetValue (int v)
 
void SetValue (wpi::StringRef v)
 
void SetDefaultValue (int v)
 

Public Attributes

bool percentage {false}
 
int propPair {0}
 
unsigned id {0}
 
int type {0}
 
- Public Attributes inherited from cs::PropertyImpl
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}
 

The documentation for this class was generated from the following file: