#pragma once

#include "UBloxGPSuart.hpp"

class GPSim : UBloxGPSuart
{
public:
	GPSim()
	{
	}
	
	using UBloxGPSuart::getPosition2;
	using UBloxGPSuart::getTime2;
	using UBloxGPSuart::parseTime2;
	using UBloxGPSuart::getTime2Fake;
	using UBloxGPSuart::parseTime2Fake;

private:
};
