Class Index | Cross Index | Namespace Index |
Contained in: FrameCPP::Version_6
Derived from:
FrameCPP::Version_6::FrBase
Derived by:
none
#include "../../../../../lib/framecpp/src/Version6/FrSummary.hh"
public function member index: |
|||
FrSummary | (); | Default constructor | |
FrSummary | (const FrSummary& Summary); | ||
FrSummary | (const std::string& name, const std::string& comment, const std::string& test, const GPSTime& gtime); | ||
INT_8U | Bytes | () const; | Number of bytes needed to write this structure |
const std::string& | GetComment | () const; | |
const GPSTime& | GetGTime | () const; | |
const std::string& | GetName | () const; | |
const std::string& | GetTest | () const; | |
FrSummary& | Merge | (const FrSummary& RHS); | Merge with another FrAdcData |
static FrSummary* | ReadDynamic | (IFrameStream& Stream, const FrBase& Base); | Read the structure from stream |
const moments_type& | RefMoments | () const; | |
moments_type& | RefMoments | (); | |
const table_type& | RefTable | () const; | |
table_type& | RefTable | (); | |
virtual void | Write | (OFrameStream& Stream) const; | Write the structure to the stream |
virtual void | WriteDescription | (OFrameStream& Stream) const; | Write the structure description to the stream |
const std::string& | getComment | () const; | |
const GPSTime& | getGTime | () const; | |
const std::string& | getName | () const; | |
static const CHAR* | getStaticName | (); | |
const std::string& | getTest | () const; | |
const moments_type& | refMoments | () const; | |
moments_type& | refMoments | (); | |
const table_type& | refTable | () const; | |
table_type& | refTable | (); | |
private function member index: |
|||
void | read | (IFrameStream& Stream); | |