MCPcopy Create free account
hub / github.com/CopterExpress/clover / getAverage

Method getAverage

clover_simulation/src/throttling_camera.cpp:65–68  ·  view source on GitHub ↗

* Get current average value of all samples. * * @note This function will return a result even if it is not considered valid. */

Source from the content-addressed store, hash-verified

63 * @note This function will return a result even if it is not considered valid.
64 */
65 double getAverage() const
66 {
67 return average;
68 }
69
70 /**
71 * Get current standard deviation of all samples.

Callers 1

OnNewFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected