WPILibC++
unspecified
|
Public Member Functions | |
ConnThread (llvm::StringRef name) | |
void | Main () |
bool | ProcessCommand (llvm::raw_ostream &os, SourceImpl &source, llvm::StringRef parameters, bool respond) |
void | SendJSON (llvm::raw_ostream &os, SourceImpl &source, bool header) |
void | SendHTML (llvm::raw_ostream &os, SourceImpl &source, bool header) |
void | SendStream (wpi::raw_socket_ostream &os) |
void | ProcessRequest () |
Public Attributes | |
std::unique_ptr< wpi::NetworkStream > | m_stream |
std::shared_ptr< SourceImpl > | m_source |
bool | m_streaming = false |
bool | m_noStreaming = false |
![]() | |
std::mutex | m_mutex |
std::atomic_bool | m_active |
std::condition_variable | m_cond |