#include <TBB_File.h>
Public Member Functions | |
TBB_File (const std::string &filename, FileMode mode=READ) | |
virtual void | open (const std::string &filename, FileMode mode=READ) |
virtual void | close () |
Attribute< std::string > | operatingMode () |
Attribute< unsigned > | nofStations () |
virtual std::vector< TBB_Station > | stations () |
virtual TBB_Station | station (const std::string &stationName) |
virtual TBB_Trigger | trigger () |
Interface for TBB Time-Series Data.
dal::TBB_File::TBB_File | ( | const std::string & | filename, |
FileMode | mode = READ |
||
) |
Open `filename` for reading/writing/creation.
void dal::TBB_File::close | ( | ) | [virtual] |
Indicate that this File object will not be used anymore to access the underlying HDF5 file (if any), possibly until a subsequent call to open().
See the class description for more info on reopening and closing files.
Reimplemented from dal::CLA_File.