Normal gnsstk::Sinex::Block cannot handle comments after block start. This class adds the support. More...

Static Public Member Functions | |
| static gnsstk::Sinex::BlockBase * | create () |
Static Public Member Functions inherited from gnsstk::Sinex::Block< T > | |
| static BlockBase * | create () |
Protected Member Functions | |
| size_t | getBlock (gnsstk::Sinex::Stream &s) override |
Protected Member Functions inherited from gnsstk::Sinex::Block< T > | |
| virtual size_t | putBlock (Sinex::Stream &s) const |
Additional Inherited Members | |
Public Member Functions inherited from gnsstk::Sinex::Block< T > | |
| std::vector< T > & | getData () |
| size_t | getSize () const |
| std::string | getTitle () const |
| void | push_back (const T &x) |
| virtual | ~Block () |
Public Member Functions inherited from gnsstk::Sinex::BlockBase | |
| virtual size_t | getSize () const=0 |
| virtual std::string | getTitle () const=0 |
| virtual | ~BlockBase () |
Public Attributes inherited from gnsstk::Sinex::BlockBase | |
| std::string | comment |
Protected Attributes inherited from gnsstk::Sinex::Block< T > | |
| std::vector< T > | dataVec |
Normal gnsstk::Sinex::Block cannot handle comments after block start. This class adds the support.
Definition at line 280 of file igs_satellite_metadata.cpp.
|
inlinestatic |
Definition at line 325 of file igs_satellite_metadata.cpp.
|
inlineoverrideprotectedvirtual |
Reimplemented from gnsstk::Sinex::Block< T >.
Definition at line 283 of file igs_satellite_metadata.cpp.