#include <string>
#include <string.h>
#include <jansson.h>
Go to the source code of this file.
Classes | |
class | MessageContainer |
class | ImageBuffer |
class | ImageBufferContainer |
Macros | |
#define | ISAAC_MAX_RECEIVE 4194304 |
Typedefs | |
typedef int | ClientRef |
typedef int | ObserverRef |
typedef int | errorCode |
Enumerations | |
enum | MessageType { FORCE_EXIT = -1, FEEDBACK = 0, MASTER_HELLO, REGISTER, REGISTER_VIDEO, EXIT_PLUGIN, PERIOD, PERIOD_VIDEO, OBSERVE, STOP, CLOSED, UPDATE, NONE, UNKNOWN } |
enum | ImageBufferType { IMG_FORCE_EXIT = -1, UPDATE_BUFFER = 0, GROUP_ADDED, GROUP_FINISHED, REGISTER_STREAM, GROUP_OBSERVED, GROUP_OBSERVED_STOPPED } |
#define ISAAC_MAX_RECEIVE 4194304 |
Definition at line 26 of file Common.hpp.
typedef int ClientRef |
Definition at line 22 of file Common.hpp.
typedef int errorCode |
Definition at line 24 of file Common.hpp.
typedef int ObserverRef |
Definition at line 23 of file Common.hpp.
enum ImageBufferType |
Enumerator | |
---|---|
IMG_FORCE_EXIT | |
UPDATE_BUFFER | |
GROUP_ADDED | |
GROUP_FINISHED | |
REGISTER_STREAM | |
GROUP_OBSERVED | |
GROUP_OBSERVED_STOPPED |
Definition at line 117 of file Common.hpp.
enum MessageType |
Enumerator | |
---|---|
FORCE_EXIT | |
FEEDBACK | |
MASTER_HELLO | |
REGISTER | |
REGISTER_VIDEO | |
EXIT_PLUGIN | |
PERIOD | |
PERIOD_VIDEO | |
OBSERVE | |
STOP | |
CLOSED | |
UPDATE | |
NONE | |
UNKNOWN |
Definition at line 28 of file Common.hpp.