diff --git a/Tle.h b/Tle.h index 59feb30..b6e1609 100755 --- a/Tle.h +++ b/Tle.h @@ -98,6 +98,9 @@ public: /* * helper / validation methods */ + static unsigned int GetLineLength() { + return TLE_LEN_LINE_DATA; + } static bool IsValidPair(const std::string& line1, const std::string& line2); static bool IsValidLine(const std::string& str, unsigned char line_number);