#include <iostream>
#include <fstream>
#include <array>
#include <sstream>
#include <vector>
#include <iomanip>
#include <rtklib.h>
#include "../Utils/Utils.hh"
Go to the source code of this file.
Classes | |
class | petitpoucet::serverinterface::ConfigurationSetup |
This class stores the method for reading the configuration file. More... | |
class | petitpoucet::serverinterface::PPServerOptions |
This class stores the options for the PPServer when setup by PPServerInterface::SetupServer. More... | |
class | petitpoucet::serverinterface::PPServer |
This class is the core of PetitPoucet and stores the server as private member as well as methods for creation of server and solution reading. More... | |
Namespaces | |
namespace | petitpoucet |
namespace | petitpoucet::serverinterface |
Namespace for the server interface. | |
Enumerations | |
enum | petitpoucet::serverinterface::CoordinateSystem { petitpoucet::serverinterface::WGSDegrees = 0 , petitpoucet::serverinterface::WGSDecimals = 1 } |
Enum for the different coordinate systems. Destined to be expanded. More... | |