Holds Structural Health Monitor channel information.
StructuralHealth( |
| ) |
Creates a StructuralHealth object.
angle float | The actual angle that is being measured. |
uptime uint32 | The uptime counter of how long the device has been running. |
damage float | The percent of damage that has occurred. (0% = no damage, 100% = dead) |
processingRate const SampleRate& | The processing rate used in calculating the Histogram. |
histogram const Histogram& | The Histogram that was calculated for the given angle. |
Gets the actual angle that is being measured.
The actual angle that is being measured.
Gets the uptime counter of how long the device has been running.
The uptime counter of how long the device has been running.
Gets the percent of damage that has occurred. (0% = no damage, 100% = dead)
The percent of damage that has occured. (0% = no damage, 100% = dead)
Gets the processing rate that the sensors were sampled at to calculate the histogram.
The processing rate as a SampleRate.