VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtMmsPublisher.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 VT-MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
14 
15 namespace makVrv
16 {
18  {
19  public:
21 
22  virtual ~DtMmsMetadataPublisher();
23 
24  virtual void tick(double dt);
25 
26  protected:
27  DtMmsMetadataPublisher( DtDe& de, const DtVideoStream& videoStream );
28 
29  unsigned int calcChecksum(unsigned char* buffer, unsigned int length);
30 
31  void setChecksum(unsigned char* buffer, unsigned int length, unsigned int checksum);
32  };
33 
35  {
36  public:
37  friend class DtVideoStreamManager;
38 
40 
42 
43  protected:
44  virtual DtMetadataPublisher* create( DtDe& de, const DtVideoStream& videoStream );
45  };
46 }
A DtVideoStream instance will create a single streaming video pipeline on the channel indicated by wi...
Definition: DtVideoStream.h:35
#define DT_DLL_VRVMINIMUMMS
Definition: vrvMinimumMS.h:21
Definition: DtMmsPublisher.h:17
Contains the DtMetadataPublisher class declaration.
DtMetadataPublisher defines the interface for all metadata publishers, as well as the implementation ...
Definition: DtMetadataPublisher.h:37
Definition: DtMmsPublisher.h:34
Contains DLL export macros.
DtVideoStreamManager is a singleton class that manages DtVideoStreams in VR-Vantage.
Definition: DtVideoStreamManager.h:35
virtual DtMetadataPublisher * create(DtDe &de, const DtVideoStream &videoStream)
Definition: DtMetadataPublisher.h:178
DT_DLL_VRVCORE double length(const makVrv::DtCoordinateSystem &, const std::vector< DtVector > &vertices)
Returns the total distance of a segmented line defined by the provided vector of vertices. Coordinates are in local database coordinates. The coordinate system is used to convert between the local database coordinates and geocentric. All distance is in 2D – the Z value is ignored.
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:72

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)