VR-Forces 4.1.1 Class Documentation
DtSensorFieldOfViewNameElement.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 
12 #include <vrvLocalMS/vrvLocalMS.h>
14 
15 #include <vlutil/vlNetTypes.h>
16 
17 namespace makVrv
18 {
20  : public DtMetadataElement
21  {
22  public:
24  {
28  WIDE,
32  ULTRANARROW_4X
33  };
34 
37 
38  virtual unsigned int encodedLength();
39  virtual unsigned char* encode(unsigned char* buffer);
40 
41  virtual void decode(unsigned char* buffer, unsigned int length);
42 
43  SensorFovName name();
44  void setName(SensorFovName val);
45 
46  protected:
47  virtual void update();
48 
49  DtNetU8 myName;
50  };
51 }

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)