18 #include <libwebsockets.h>
41 virtual bool configure();
46 virtual const int port()
const;
50 virtual const std::string& htmlFileNameToServe()
const;
55 virtual void setTxPacketSize(
unsigned int size );
56 virtual unsigned int txPacketSize();
62 void handlePreFrame();
68 bool generateAndWriteHtml();
71 void buildProtocols();
75 struct lws_protocols myProtocols[3];
int myPort
Definition: DtWebSocketTaskElement.h:77
std::string myHTMLFileNameToServe
Definition: DtWebSocketTaskElement.h:79
DtLocklessQueue< std::string > * myCommandQueue
Definition: DtWebSocketTaskElement.h:76
Contains DLL export macros.
voidpf void uLong size
Definition: ioapi.h:39
Record for a sensor definition.
Definition: DtImageTaskRecord.h:20
#define DT_DLL_VRVWEBSOCKET
Definition: vrvWebSocket.h:20
lws_context * myContext
Definition: DtWebSocketTaskElement.h:73
A DtWebSocketTaskElementCreator instance is registered with the image task element factory to create ...
Definition: DtWebSocketTaskElement.h:86
unsigned int myTxPacketSize
Definition: DtWebSocketTaskElement.h:78
DtVideoStreamManager is a singleton class that manages DtVideoStreams in VR-Vantage.
Definition: DtVideoStreamManager.h:35
The DtImageTaskElement is an abstract base class for all image task elements. It defines the common i...
Definition: DtImageTaskElement.h:25
A DtWebSocketTaskElement instance will create a pipeline element that can listen for an web connectio...
Definition: DtWebSocketTaskElement.h:27
DtImageTaskElementCreator is the common base class for all image task element creators.
Definition: DtImageTaskElement.h:95
DtProcessImageTask creates and manages all the process image pipeline elements.
Definition: DtProcessImageTask.h:35
Contains declarations needed to initialize the freeImage library.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
DtLocklessQueue< std::string > & queue()
Definition: DtWebSocketTaskElement.h:43
lws_vhost * myVHost
Definition: DtWebSocketTaskElement.h:74
The image as initially captured from the camera is placed into a DtVideoFrameBuffer. Instances of DtVideoFrameBuffer are placed on a queue for further processing by the process image task elements.
Definition: DtVideoFrameBuffer.h:20