VR-Forces 4.2 Class Documentation
sensorSignatureInformation.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 #pragma once
9 
12 #include <mtl/envValue.h>
14 
16 
18 {
19 public:
20  typedef std::map<std::string, double> SensorSignatures;
21 
22 public:
25 
28 
31 
33 
34  bool operator==(const DtSensorSignatureInformation&) const;
35  bool operator!=(const DtSensorSignatureInformation& rhs) { return !(*this == rhs); };
36 
38  virtual void readFromEnvironment(DtEnvironmentSP, DtEnvValueSP root);
39 
41  virtual void writeToEnvironment(DtEnvironmentSP, DtEnvValueSP root) const;
42 
43  const SensorSignatures& sensorSignatures() const
44  {
45  return mySensorSignatures;
46  }
47 
48  SensorSignatures& sensorSignatures()
49  {
50  return mySensorSignatures;
51  }
52 
53 protected:
55 };

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)