VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
tleParser.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
9 #include <matrix/vlVector.h>
10 #include <list>
11 
13 {
14  std::string line0;
15  std::string line1;
16  std::string line2;
17 };
18 
20 {
21 
22 public:
23  DtTleParser();
24 public:
25  ~DtTleParser();
26 
27 public:
28 
31  virtual bool parse(istream& stream) override;
32 
36  virtual void createObjectList(std::string name = "");
37 
38  virtual std::list<TleParsedItem> & items();
39 
40 protected:
41 
42 
45  std::list<TleParsedItem> myParsedItems;
46 };
47 
Definition: tleParser.h:19
std::string line1
TLE Header line (includes name)
Definition: tleParser.h:15
std::string line0
Definition: tleParser.h:14
std::list< TleParsedItem > myParsedItems
We do a straight parse of each row and store here.
Definition: tleParser.h:45
This class is the base class for parsing out creation information from various textual formats...
Definition: createObjectParser.h:48
std::string line2
TLE Line 1.
Definition: tleParser.h:16
bool myIsMultipleObjects
Definition: tleParser.h:43
virtual bool parse(istream &stream)
Derived classes will set up the tokenizer and determine how extract field information for each record...
Definition: createObjectParser.h:60
voidpf stream
Definition: ioapi.h:39
Definition: tleParser.h:12
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)