#include <algorithm>#include <iostream>#include "Interfaces.h"#include "ParaWeatherData.h"#include "CurrentConditionBoard.h"#include "StatisticBoard.h"

Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 9 of file Observer.cpp.
References ParaWeatherData::removeOb(), and ParaWeatherData::SensorDataChange().
