17 class DtInetTcpSocket;
18 class DtInetSocketMgr;
22 class DtVideoFrameBuffer;
39 virtual void setPort(
int port );
42 virtual int port()
const;
45 virtual void setFromRecord(
49 virtual bool configure();
56 void handlePreFrame();
62 bool handleSocketAddition( DtInetSocket* socket );
65 bool handleSocketRemoval( DtInetSocket* socket );
70 static bool socketAdditionCallback(DtInetSocket* sock,
void* usr);
74 static bool socketRemovalCallback(DtInetSocket* sock,
void* usr);
Record for a sensor definition.
Definition: DtImageTaskRecord.h:20
#define DT_DLL_VRVVIDEOSTREAM
Definition: vrvVideoStream.h:20
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 DtTcpTaskElement instance will create a pipeline element that can output the image being streamed t...
Definition: DtTcpTaskElement.h:28
DtInetTcpSocket * myConnectedSocket
Definition: DtTcpTaskElement.h:90
A DtTcpTaskElementCreator instance is registered with the image task element factory to create DtTcpT...
Definition: DtTcpTaskElement.h:96
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.
int myPort
Definition: DtTcpTaskElement.h:88
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
Contains DLL export macros.
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
DtInetSocketMgr * mySocketManager
Definition: DtTcpTaskElement.h:89