Ginan
Loading...
Searching...
No Matches
spaceWeather.cpp File Reference

Functions

void ParseSpaceWeatherData (const std::string &line, SpaceWeatherData &data)
 Parser of each data line.
 
bool dateMatches (const SpaceWeatherData &data, int year, int month, int day)
 

Function Documentation

◆ dateMatches()

bool dateMatches ( const SpaceWeatherData & data,
int year,
int month,
int day )

◆ ParseSpaceWeatherData()

void ParseSpaceWeatherData ( const std::string & line,
SpaceWeatherData & data )

Parser of each data line.

Parameters
lineEach line of the file
dataSpace Weather Struct
Here is the caller graph for this function: