WPILibC++  unspecified
cs::UsbCameraImpl Member List

This is the complete list of members for cs::UsbCameraImpl, including all inherited members.

AddSink() (defined in cs::SourceImpl)cs::SourceImplinline
AllocImage(VideoMode::PixelFormat pixelFormat, int width, int height, size_t size) (defined in cs::SourceImpl)cs::SourceImpl
CacheProperties(CS_Status *status) const override (defined in cs::UsbCameraImpl)cs::UsbCameraImplprotectedvirtual
CreateEmptyProperty(llvm::StringRef name) const override (defined in cs::UsbCameraImpl)cs::UsbCameraImplprotectedvirtual
DisableSink() (defined in cs::SourceImpl)cs::SourceImplinline
EnableSink() (defined in cs::SourceImpl)cs::SourceImplinline
EnumerateProperties(llvm::SmallVectorImpl< int > &vec, CS_Status *status) const (defined in cs::SourceImpl)cs::SourceImpl
EnumerateVideoModes(CS_Status *status) const (defined in cs::SourceImpl)cs::SourceImpl
GetBrightness(CS_Status *status) const override (defined in cs::UsbCameraImpl)cs::UsbCameraImplvirtual
GetCurFrame() (defined in cs::SourceImpl)cs::SourceImpl
GetCurFrameTime() (defined in cs::SourceImpl)cs::SourceImpl
GetDescription(llvm::SmallVectorImpl< char > &buf) const (defined in cs::SourceImpl)cs::SourceImpl
GetEnumPropertyChoices(int property, CS_Status *status) const (defined in cs::SourceImpl)cs::SourceImpl
GetName() const (defined in cs::SourceImpl)cs::SourceImplinline
GetNextFrame() (defined in cs::SourceImpl)cs::SourceImpl
GetNextFrame(double timeout) (defined in cs::SourceImpl)cs::SourceImpl
GetNumSinks() const (defined in cs::SourceImpl)cs::SourceImplinline
GetNumSinksEnabled() const (defined in cs::SourceImpl)cs::SourceImplinline
GetPath() (defined in cs::UsbCameraImpl)cs::UsbCameraImplinline
GetProperty(int property, CS_Status *status) const (defined in cs::SourceImpl)cs::SourceImpl
GetProperty(int property) (defined in cs::SourceImpl)cs::SourceImplinlineprotected
GetProperty(int property) const (defined in cs::SourceImpl)cs::SourceImplinlineprotected
GetPropertyDefault(int property, CS_Status *status) const (defined in cs::SourceImpl)cs::SourceImpl
GetPropertyIndex(llvm::StringRef name) const (defined in cs::SourceImpl)cs::SourceImpl
GetPropertyKind(int property) const (defined in cs::SourceImpl)cs::SourceImpl
GetPropertyMax(int property, CS_Status *status) const (defined in cs::SourceImpl)cs::SourceImpl
GetPropertyMin(int property, CS_Status *status) const (defined in cs::SourceImpl)cs::SourceImpl
GetPropertyName(int property, llvm::SmallVectorImpl< char > &buf, CS_Status *status) const (defined in cs::SourceImpl)cs::SourceImpl
GetPropertyStep(int property, CS_Status *status) const (defined in cs::SourceImpl)cs::SourceImpl
GetStringProperty(int property, llvm::SmallVectorImpl< char > &buf, CS_Status *status) const (defined in cs::SourceImpl)cs::SourceImpl
GetVideoMode(CS_Status *status) const (defined in cs::SourceImpl)cs::SourceImpl
IsConnected() const (defined in cs::SourceImpl)cs::SourceImplinline
m_mode (defined in cs::SourceImpl)cs::SourceImplmutableprotected
m_mutex (defined in cs::SourceImpl)cs::SourceImplmutableprotected
m_numSinks (defined in cs::SourceImpl)cs::SourceImplprotected
m_numSinksEnabled (defined in cs::SourceImpl)cs::SourceImplprotected
m_properties (defined in cs::SourceImpl)cs::SourceImplmutableprotected
m_properties_cached (defined in cs::SourceImpl)cs::SourceImplmutableprotected
m_propertyData (defined in cs::SourceImpl)cs::SourceImplmutableprotected
m_videoModes (defined in cs::SourceImpl)cs::SourceImplmutableprotected
NotifyPropertyCreated(int propIndex, PropertyImpl &prop) (defined in cs::SourceImpl)cs::SourceImplprotected
NumSinksChanged() override (defined in cs::UsbCameraImpl)cs::UsbCameraImplvirtual
NumSinksEnabledChanged() override (defined in cs::UsbCameraImpl)cs::UsbCameraImplvirtual
operator=(const SourceImpl &oth)=delete (defined in cs::SourceImpl)cs::SourceImpl
PutError(llvm::StringRef msg, Frame::Time time) (defined in cs::SourceImpl)cs::SourceImplprotected
PutFrame(VideoMode::PixelFormat pixelFormat, int width, int height, llvm::StringRef data, Frame::Time time) (defined in cs::SourceImpl)cs::SourceImplprotected
PutFrame(std::unique_ptr< Image > image, Frame::Time time) (defined in cs::SourceImpl)cs::SourceImplprotected
RemoveSink() (defined in cs::SourceImpl)cs::SourceImplinline
SetBrightness(int brightness, CS_Status *status) override (defined in cs::UsbCameraImpl)cs::UsbCameraImplvirtual
SetConnected(bool connected) (defined in cs::SourceImpl)cs::SourceImpl
SetDescription(llvm::StringRef description) (defined in cs::SourceImpl)cs::SourceImpl
SetExposureAuto(CS_Status *status) override (defined in cs::UsbCameraImpl)cs::UsbCameraImplvirtual
SetExposureHoldCurrent(CS_Status *status) override (defined in cs::UsbCameraImpl)cs::UsbCameraImplvirtual
SetExposureManual(int value, CS_Status *status) override (defined in cs::UsbCameraImpl)cs::UsbCameraImplvirtual
SetFPS(int fps, CS_Status *status) override (defined in cs::UsbCameraImpl)cs::UsbCameraImplvirtual
SetPixelFormat(VideoMode::PixelFormat pixelFormat, CS_Status *status) override (defined in cs::UsbCameraImpl)cs::UsbCameraImplvirtual
SetProperty(int property, int value, CS_Status *status) override (defined in cs::UsbCameraImpl)cs::UsbCameraImplvirtual
SetResolution(int width, int height, CS_Status *status) override (defined in cs::UsbCameraImpl)cs::UsbCameraImplvirtual
SetStringProperty(int property, llvm::StringRef value, CS_Status *status) override (defined in cs::UsbCameraImpl)cs::UsbCameraImplvirtual
SetVideoMode(const VideoMode &mode, CS_Status *status) override (defined in cs::UsbCameraImpl)cs::UsbCameraImplvirtual
SetWhiteBalanceAuto(CS_Status *status) override (defined in cs::UsbCameraImpl)cs::UsbCameraImplvirtual
SetWhiteBalanceHoldCurrent(CS_Status *status) override (defined in cs::UsbCameraImpl)cs::UsbCameraImplvirtual
SetWhiteBalanceManual(int value, CS_Status *status) override (defined in cs::UsbCameraImpl)cs::UsbCameraImplvirtual
SourceImpl(llvm::StringRef name) (defined in cs::SourceImpl)cs::SourceImplexplicit
SourceImpl(const SourceImpl &oth)=delete (defined in cs::SourceImpl)cs::SourceImpl
Start() (defined in cs::UsbCameraImpl)cs::UsbCameraImpl
UpdatePropertyValue(int property, bool setString, int value, llvm::StringRef valueStr) (defined in cs::SourceImpl)cs::SourceImplprotected
UsbCameraImpl(llvm::StringRef name, llvm::StringRef path) (defined in cs::UsbCameraImpl)cs::UsbCameraImpl
Wakeup() (defined in cs::SourceImpl)cs::SourceImpl
~SourceImpl() (defined in cs::SourceImpl)cs::SourceImplvirtual
~UsbCameraImpl() override (defined in cs::UsbCameraImpl)cs::UsbCameraImpl