Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F10550974
StatisticValue.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
329 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
Sun, May 31, 12:07 AM (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
328368
Default Alt Text
StatisticValue.cpp (329 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment