#include <web_video_server.h>
|
bool | handle_list_streams (const async_web_server_cpp::HttpRequest &request, async_web_server_cpp::HttpConnectionPtr connection, const char *begin, const char *end) |
|
bool | handle_snapshot (const async_web_server_cpp::HttpRequest &request, async_web_server_cpp::HttpConnectionPtr connection, const char *begin, const char *end) |
|
bool | handle_stream (const async_web_server_cpp::HttpRequest &request, async_web_server_cpp::HttpConnectionPtr connection, const char *begin, const char *end) |
|
bool | handle_stream_viewer (const async_web_server_cpp::HttpRequest &request, async_web_server_cpp::HttpConnectionPtr connection, const char *begin, const char *end) |
|
void | spin () |
| Starts the server and spins. More...
|
|
| WebVideoServer (ros::NodeHandle &nh, ros::NodeHandle &private_nh) |
| Constructor. More...
|
|
virtual | ~WebVideoServer () |
| Destructor - Cleans up. More...
|
|
Definition at line 21 of file web_video_server.h.
◆ WebVideoServer()
◆ ~WebVideoServer()
web_video_server::WebVideoServer::~WebVideoServer |
( |
| ) |
|
|
virtual |
◆ cleanup_inactive_streams()
void web_video_server::WebVideoServer::cleanup_inactive_streams |
( |
| ) |
|
|
private |
◆ handle_list_streams()
◆ handle_snapshot()
◆ handle_stream()
◆ handle_stream_viewer()
◆ restreamFrames()
void web_video_server::WebVideoServer::restreamFrames |
( |
double |
max_age | ) |
|
|
private |
◆ spin()
void web_video_server::WebVideoServer::spin |
( |
| ) |
|
◆ address_
std::string web_video_server::WebVideoServer::address_ |
|
private |
◆ cleanup_timer_
ros::Timer web_video_server::WebVideoServer::cleanup_timer_ |
|
private |
◆ handler_group_
◆ image_subscribers_
◆ nh_
◆ port_
int web_video_server::WebVideoServer::port_ |
|
private |
◆ publish_rate_
double web_video_server::WebVideoServer::publish_rate_ |
|
private |
◆ ros_threads_
int web_video_server::WebVideoServer::ros_threads_ |
|
private |
◆ server_
◆ stream_types_
◆ subscriber_mutex_
boost::mutex web_video_server::WebVideoServer::subscriber_mutex_ |
|
private |
The documentation for this class was generated from the following files: