Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F25857301
StatisticValue.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
315 B
Referenced Files
None
Subscribers
None
StatisticValue.cpp
View Options
#include
"StatisticValue.h"
StatisticValue
::
StatisticValue
()
{
}
void
StatisticValue
::
resetStatisticValue
()
{
resetAverageValue
();
resetExtremeValue
();
}
void
StatisticValue
::
injectAndCalculateStatisticValue
(
float
value
)
{
injectAndCalculateAverageValue
(
value
);
injectAndCalculateExtremeValue
(
value
);
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Sat, Aug 29, 2:52 PM (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
371714
Default Alt Text
StatisticValue.cpp (315 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment