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

Classes

class  ConnThread
 

Public Member Functions

 MjpegServerImpl (wpi::StringRef name, wpi::StringRef listenAddress, int port, std::unique_ptr< wpi::NetworkAcceptor > acceptor)
 
void Stop ()
 
std::string GetListenAddress ()
 
int GetPort ()
 
- Public Member Functions inherited from cs::SinkImpl
 SinkImpl (wpi::StringRef name)
 
 SinkImpl (const SinkImpl &queue)=delete
 
SinkImploperator= (const SinkImpl &queue)=delete
 
wpi::StringRef GetName () const
 
void SetDescription (wpi::StringRef description)
 
wpi::StringRef GetDescription (wpi::SmallVectorImpl< char > &buf) const
 
void Enable ()
 
void Disable ()
 
void SetEnabled (bool enabled)
 
void SetSource (std::shared_ptr< SourceImpl > source)
 
std::shared_ptr< SourceImplGetSource () const
 
std::string GetError () const
 
wpi::StringRef GetError (wpi::SmallVectorImpl< char > &buf) const
 

Additional Inherited Members

- Protected Attributes inherited from cs::SinkImpl
wpi::mutex m_mutex
 

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