VR-Forces 4.1.1 Class Documentation
ifScriptedTaskFrameRateResponse.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include "vrfmsgs/vrfmsgsDefines.h"
13 
17 
19 
21 {
22 public:
24  {
25  double mean;
26  double median;
28  double minimum;
29  double maximum;
30  };
31 
32  typedef std::map<std::string, FrameRateInformation> FrameRateMap;
33 
34 public:
37 
40 
43 
45 
47  virtual int type() const;
48 
49  virtual DtSimInterfaceContent * clone() const;
50 
51  virtual int netRepSize() const;
52  virtual bool setFromNet(const char* contentBuffer,
53  unsigned contentSize);
54  virtual bool setToNet();
55 
56  virtual void printDataToString(DtString& str);
57 
58  static DtSimInterfaceContent* creator();
59  virtual void addFrameRateInformation(const std::string& script,
60  double mean, double median, double standardDeviation, double minimum, double maximum);
61 
63  const FrameRateMap& frameRateMap() const;
64 
65 protected:
67 };

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)