#include <StatisticBoard.h>
Inherits ObserverBoardInterface, and DisplayBoardInterface.

Public Member Functions | |
| StatisticBoard (ParaWeatherData &a) | |
| void | show () |
| void | update (float h, float t, float p) |
Private Attributes | |
| float | m_maxt |
| float | m_mint |
| float | m_avet |
| int | m_count |
| ParaWeatherData & | m_data |
Definition at line 2 of file StatisticBoard.h.
| StatisticBoard::StatisticBoard | ( | ParaWeatherData & | a | ) | [inline] |
Definition at line 5 of file StatisticBoard.h.
References m_data, and ParaWeatherData::registerOb().

| void StatisticBoard::show | ( | ) | [inline, virtual] |
| void StatisticBoard::update | ( | float | h, | |
| float | t, | |||
| float | p | |||
| ) | [inline, virtual] |
float StatisticBoard::m_avet [private] |
int StatisticBoard::m_count [private] |
ParaWeatherData& StatisticBoard::m_data [private] |
float StatisticBoard::m_maxt [private] |
float StatisticBoard::m_mint [private] |