#include <mjpeg_server/mjpeg_server.h>
#include <sys/ioctl.h>
#include <errno.h>
#include <signal.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <syslog.h>
#include <netdb.h>
#include <opencv2/opencv.hpp>
#include <boost/thread.hpp>
#include <boost/bind.hpp>
Go to the source code of this file.
Namespaces | |
namespace | mjpeg_server |
Functions | |
template<typename T > | |
T | ABS (T a) |
template<typename T > | |
T | LENGTH_OF (T x) |
int | main (int argc, char **argv) |
template<typename T > | |
T | max (T a, T b) |
template<typename T > | |
T | min (T a, T b) |
T ABS | ( | T | a | ) | [inline] |
Definition at line 54 of file mjpeg_server.cpp.
T LENGTH_OF | ( | T | x | ) | [inline] |
Definition at line 72 of file mjpeg_server.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 1117 of file mjpeg_server.cpp.
T max | ( | T | a, |
T | b | ||
) | [inline] |
Definition at line 66 of file mjpeg_server.cpp.
T min | ( | T | a, |
T | b | ||
) | [inline] |
Definition at line 60 of file mjpeg_server.cpp.