Class Index | Cross Index | Namespace Index |
Class to parse frame filename
Contained in: FrameCPP
Derived from:
none
Derived by:
none
#include "framecpp/FrameFilename.hh"
public function member index: |
|||
FrameFilename | (const std::string& Filename); | Constructor | |
const std::string& | Base | () const; | Return the base filename |
const std::string& | D | () const; | Return the description of the contents of a file |
const std::string& | Dir | () const; | Return the directory component of the filename |
const std::string& | Ext | () const; | Return the extension component of the filename |
gps_seconds_type | G | () const; | Return the GPS start time in seconds of the first frame in the file |
const std::string& | S | () const; | Return the source of the data |
total_time_interval_type | T | () const; | Return the total time interval covered by the file, in seconds |