Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

PostureEngine::SensorInfo Struct Reference

used for storing sensor data loaded from file More...

#include <PostureEngine.h>


Detailed Description

used for storing sensor data loaded from file

Definition at line 144 of file PostureEngine.h.

List of all members.

Public Member Functions

 SensorInfo ()

Public Attributes

std::map< unsigned int, floatbuttons
 button values
std::map< unsigned int, floatsensors
 sensor values
std::map< unsigned int, floatpidduties
 pid duty cycle values, indices are relative to PIDJointOffset
unsigned int timestamp
 timestamp associated with sensor values, or -1U if none found
unsigned int frameNumber
 sensor frame number associated with sensor values, or -1U if none found

Constructor & Destructor Documentation

PostureEngine::SensorInfo::SensorInfo (  ) 

Definition at line 145 of file PostureEngine.h.


Member Data Documentation

std::map<unsigned int,float> PostureEngine::SensorInfo::buttons

button values

Definition at line 146 of file PostureEngine.h.

Referenced by PostureEngine::loadLine().

sensor frame number associated with sensor values, or -1U if none found

Definition at line 150 of file PostureEngine.h.

Referenced by PostureEngine::loadLine().

pid duty cycle values, indices are relative to PIDJointOffset

Definition at line 148 of file PostureEngine.h.

Referenced by PostureEngine::loadLine().

std::map<unsigned int,float> PostureEngine::SensorInfo::sensors

sensor values

Definition at line 147 of file PostureEngine.h.

Referenced by PostureEngine::loadLine().

timestamp associated with sensor values, or -1U if none found

Definition at line 149 of file PostureEngine.h.

Referenced by PostureEngine::loadLine().


The documentation for this struct was generated from the following file:

Tekkotsu v5.1CVS
Generated Mon May 9 04:59:14 2016 by Doxygen 1.6.3