12 #ifndef YAWRATECALCULATOR_H_
13 #define YAWRATECALCULATOR_H_
Contains the SyncComponent class definition.
A DataAccessor that reads values from the Slate Contains a default dataValue that must not be NULL...
Definition: UniversalDataReader.h:26
YawRateCalculator(const Module *module)
Definition: YawRateCalculator.cpp:22
float lastOrientation_
Definition: YawRateCalculator.h:50
void initialize(void)
Initialize function.
Definition: YawRateCalculator.cpp:35
void run()
The actual "payload" of the component.
Definition: YawRateCalculator.cpp:41
A DataAccessor that writes values to the Slate via its associated DataElement.
Definition: UniversalDataWriter.h:24
UniversalDataWriter * yawRateWriter_
Definition: YawRateCalculator.h:54
virtual ~YawRateCalculator()
Definition: YawRateCalculator.cpp:32
Module is the abstract base class for a collection of Component objects that can be contained in a lo...
Definition: Module.h:45
Over simplified YawRateCalculator component Uses a simple differencing formula to calculate the dept...
Definition: YawRateCalculator.h:36
UniversalDataReader * orientationReader_
Definition: YawRateCalculator.h:53
Abstract Base class for components that run after sensors, deriving other measurements.
Definition: SyncComponent.h:184