#include <DMUTemperatureSensor.h>
Inheritance diagram for DMUTemperatureSensor:


Definition at line 17 of file DMUTemperatureSensor.h.
| Public Member Functions | |
| DMUTemperatureSensor () | |
| virtual | ~DMUTemperatureSensor () | 
| Measurement | GetMeasurement () | 
| Vector | GetLocation () | 
| TemperatrueSensor () | |
| bool | IsActive () | 
| Returns the current state of m_bActiveState. | |
| Vector | GetLocation () const | 
| Returns the physical location of the device with respect to whorl body coordinates. | |
| void | SetLocation (const Vector &newDeviceLocation) | 
| Specify the physical location of the device with respect to whorl body coordinates. | |
| Static Public Attributes | |
| const bool | c_bNotActive = false | 
| a constant bool that is equal to false. | |
| const bool | c_bActive = true | 
| a constant bool that is equal to true. | |
| Protected Member Functions | |
| virtual int | Initialize () | 
| Initializes the device for use. | |
| virtual int | Deinitialize () | 
| Deinitializes the device from further use. | |
| Protected Attributes | |
| char * | name | 
| Private Attributes | |
| DMU * | m_DMU | 
| int | m_idNumber | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| Deinitializes the device from further use. 
 
 
 Reimplemented in ControlMomentGyro, LinearActuator, MomentumWheel, PhysicalControlMomentGyro, and PhysicalMomentumWheel. Definition at line 113 of file Device.cpp. References Device::c_bNotActive, and Device::SetActive(). Referenced by Device::~Device(), Relay::~Relay(), and Thruster::~Thruster(). | 
| 
 | 
| Returns the physical location of the device with respect to whorl body coordinates. 
 
 Definition at line 75 of file Device.cpp. References O_SESSAME::Vector. | 
| 
 | 
| Gets sensor location Definition at line 42 of file DMUTemperatureSensor.h. References DMU::GetLocation(), m_DMU, and O_SESSAME::Vector. | 
| 
 | 
| Gets current measurement Implements Sensor. Definition at line 29 of file DMUTemperatureSensor.h. References m_DMU, and m_idNumber. | 
| 
 | 
| Initializes the device for use. 
 
 
 Reimplemented in ControlMomentGyro, PhysicalControlMomentGyro, PhysicalMomentumWheel, Thruster, Actuator, Relay, DMUAccelerometer, DMURateGyro, PhysicalTiltSensor, and TiltSensor. Definition at line 100 of file Device.cpp. References Device::c_bActive, and Device::SetActive(). Referenced by Actuator::Initialize(), and Magnetometer::Magnetometer(). | 
| 
 | 
| Returns the current state of m_bActiveState. 
 
 
 Definition at line 59 of file Device.cpp. Referenced by Device::Device(). | 
| 
 | 
| Specify the physical location of the device with respect to whorl body coordinates. 
 
 Definition at line 67 of file Device.cpp. References Device::m_Location, and O_SESSAME::Vector. | 
| 
 | 
| Constructors-Deconstructors | 
| 
 | 
| a constant bool that is equal to true. Used for setting the active state Definition at line 50 of file Device.h. Referenced by Device::Initialize(). | 
| 
 | 
| a constant bool that is equal to false. Used for setting the active state. Definition at line 48 of file Device.h. Referenced by Device::Deinitialize(), and Device::Device(). | 
| 
 | 
| pointer to the instance of the DMU physical device Definition at line 48 of file DMUTemperatureSensor.h. Referenced by GetLocation(), and GetMeasurement(). | 
| 
 | 
| identification for rate gyro in DMU physical device pack Definition at line 49 of file DMUTemperatureSensor.h. Referenced by GetMeasurement(). | 
| 
 | 
| 
 | 
 1.3.9.1
 1.3.9.1