perturb 1.0.0
A modern C++11 wrapper for the SGP4 orbit propagator
Loading...
Searching...
No Matches
tle.hpp File Reference

Header for custom TLE (two line element) processing. More...

#include <cstddef>
#include <string>

Go to the source code of this file.

Classes

struct  perturb::TwoLineElement
 Represents a pre-parsed TLE record. More...
 

Namespaces

namespace  perturb
 Primary namespace for the perturb library, everything is in here.
 

Enumerations

enum class  perturb::TLEParseError {
  perturb::NONE , perturb::SHOULD_BE_SPACE , perturb::INVALID_FORMAT , perturb::INVALID_VALUE ,
  perturb::CHECKSUM_MISMATCH
}
 Possible errors when parsing a TLE. More...
 

Variables

constexpr std::size_t perturb::TLE_LINE_LEN = 69
 Both lines of a TLE must be this length, for TLE constructors. More...
 

Detailed Description

Header for custom TLE (two line element) processing.

Author
Gunvir Ranu
Version
1.0.0