2025-03-08 09:24:38 +00:00
# pragma once
# ifndef __SPG4FUNCTION__H__
# define __SPG4FUNCTION__H__
2025-03-12 02:23:09 +00:00
# include "SPG4Tool_global.h"
2025-03-08 09:24:38 +00:00
# include "BaseConstVariable.h"
# include <vector>
//void RunTle(libsgp4::Tle tle, double start, double end, double inc);
2025-03-15 09:14:17 +00:00
SPG4TOOL_EXPORT double parseTLETimeOffset ( const std : : string & tle ) ;
/// <summary>
/// <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> и<EFBFBD> <D0B8> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ٶȣ <D9B6> <C8A3> <EFBFBD> ע<EFBFBD> ⷵ<EFBFBD> صĵ<D8B5> λ<EFBFBD> <CEBB> km
/// </summary>
/// <param name="line1"></param>
/// <param name="line2"></param>
/// <param name="start"></param>
/// <param name="end"></param>
/// <param name="inc"></param>
/// <param name="printfinfoflag"></param>
/// <param name="running"></param>
/// <param name="first_run"></param>
/// <returns></returns>
SPG4TOOL_EXPORT std : : vector < SatelliteAntPos > getGPSPoints ( std : : string line1 , std : : string line2 , double start , double end , double inc , bool printfinfoflag = false , bool running = true , bool first_run = true ) ;
2025-03-08 09:24:38 +00:00
# endif