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 BlockBase * | create () |
Protected Member Functions | |
size_t | getBlock (gnsstk::Sinex::Stream &s) override |
![]() | |
virtual size_t | putBlock (Sinex::Stream &s) const |
Additional Inherited Members | |
![]() | |
std::vector< T > & | getData () |
size_t | getSize () const |
std::string | getTitle () const |
void | push_back (const T &x) |
virtual | ~Block () |
![]() | |
virtual size_t | getSize () const=0 |
virtual std::string | getTitle () const=0 |
virtual | ~BlockBase () |
![]() | |
std::string | comment |
![]() | |
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.