Class IStreamInfo¶
Defined in File streaminfo.hpp
Inheritance Relationships¶
Derived Type¶
public StreamInfo< DATATYPE >(Template Class StreamInfo)
Class Documentation¶
-
class IStreamInfo¶
Subclassed by StreamInfo< DATATYPE >
Public Functions
-
inline IStreamInfo(double stream_rate = IRREGULARSTREAM, std::string datatype = "none", std::string stream_name = "data")¶
-
bool finalized() const¶
-
virtual void Finalize() = 0¶
-
double stream_rate() const¶
-
void set_stream_rate(double stream_rate)¶
-
void set_stream_rate(const IStreamInfo &info)¶
-
std::string datatype() const¶
-
inline std::string stream_name() const¶
-
void set_stream_name(std::string stream_name)¶
-
void set_stream_name(const IStreamInfo &info)¶
-
void set_stream_parameters(const IStreamInfo &info)¶
-
void set_stream_parameters(double stream_rate, std::string stream_name)¶
-
inline IStreamInfo(double stream_rate = IRREGULARSTREAM, std::string datatype = "none", std::string stream_name = "data")¶