Added GetLineLength to Tle
parent
7eeefb82d5
commit
7252db58a0
3
Tle.h
3
Tle.h
|
@ -98,6 +98,9 @@ public:
|
||||||
/*
|
/*
|
||||||
* helper / validation methods
|
* 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 IsValidPair(const std::string& line1, const std::string& line2);
|
||||||
static bool IsValidLine(const std::string& str, unsigned char line_number);
|
static bool IsValidLine(const std::string& str, unsigned char line_number);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue