#include <NovatelStream.hpp>
Inheritance diagram for NovatelStream:


Definition at line 67 of file NovatelStream.hpp.
Public Member Functions | |
| NovatelStream () | |
| default constructor | |
| NovatelStream (const char *fn, std::ios::openmode mode=std::ios::in|std::ios::binary) | |
| Constructor. | |
| virtual | ~NovatelStream () |
| destructor per the coding standards | |
| virtual void | open (const char *fn, std::ios::openmode mode=std::ios::in|std::ios::binary) |
| overrides open | |
|
|
default constructor
Definition at line 71 of file NovatelStream.hpp. |
|
||||||||||||
|
Constructor.
Definition at line 78 of file NovatelStream.hpp. |
|
|
destructor per the coding standards
Definition at line 84 of file NovatelStream.hpp. |
|
||||||||||||
|
overrides open
Reimplemented from FFBinaryStream. Definition at line 87 of file NovatelStream.hpp. |
1.3.9.1