OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimNmeaMessageSequencer.h
Go to the documentation of this file.
1 #ifndef ossimNmeaMessageSequencer_HEADER
2 #define ossimNmeaMessageSequencer_HEADER
5 #include <string>
6 
8 {
9 public:
12  ossimNmeaMessageSequencer(const std::string& str);
14 
15  void initialize(const ossimFilename& file);
16  void initialize(const std::string& str);
17 
18  virtual bool next(ossimNmeaMessage& msg);
19 
20  virtual void reset();
21  virtual bool valid()const;
22 
23 protected:
24  void destroy();
26 };
27 #endif
std::basic_istream< char > istream
Base class for char input streams.
Definition: ossimIosFwd.h:20
#define OSSIM_DLL