#include <rdsframe.hh>
|
| Options () |
|
| Options (const start_type start, const end_type stop, const char *type, const char *compression_method, const compression_level_type level, const bool VerifyChecksum, const bool VerifyFrameChecksum, const bool VerifyTimeRange, const bool VerifyDataValid, const frames_per_file_type FramesPerFile, const seconds_per_frame_type SecondsPerFrame, const bool AllowShortFrames, const bool GenerateFrameChecksum, const bool FillMissingDataValidArray, const bool VerifyFilenameMetadata) |
|
| Options (const Options &Source) |
|
bool | AllowShortFrames () const |
|
void | AllowShortFrames (bool Value) |
|
compression_level_type | CompressionLevel () const |
|
void | CompressionLevel (compression_level_type Value) |
|
compression_method_type | CompressionMethod () const |
|
void | CompressionMethod (const std::string &Value) |
|
bool | CreateChecksumPerFrame () const |
|
void | CreateChecksumPerFrame (bool Value) |
|
bool | FillMissingDataValidArray () const |
|
void | FillMissingDataValidArray (bool Value) |
|
frames_per_file_type | FramesPerFile () const |
|
void | FramesPerFile (frames_per_file_type FPF) |
|
bool | GenerateFrameChecksum () const |
|
void | GenerateFrameChecksum (bool Value) |
|
bool | HistoryRecord () const |
|
void | HistoryRecord (bool Value) |
|
end_type | OutputTimeEnd () const |
|
void | OutputTimeEnd (end_type Value) |
|
start_type | OutputTimeStart () const |
|
void | OutputTimeStart (start_type Value) |
|
const std::string & | OutputType () const |
|
void | OutputType (const std::string &Value) |
|
padding_type | Padding () const |
|
void | Padding (padding_type Value) |
|
rds_level_type | RDSLevel () const |
|
void | RDSLevel (rds_level_type Level) |
|
seconds_per_frame_type | SecondsPerFrame () const |
|
void | SecondsPerFrame (seconds_per_frame_type SPF) |
|
bool | VerifyChecksum () const |
|
bool | VerifyChecksumOfFrame () const |
|
bool | VerifyChecksumPerFrame () const |
|
void | VerifyChecksumPerFrame (bool Value) |
|
bool | VerifyChecksumOfStream () const |
|
void | VerifyChecksumOfStream (bool Value) |
|
bool | VerifyDataValid () const |
|
void | VerifyDataValid (bool Value) |
|
bool | VerifyFilenameMetadata () const |
|
void | VerifyFilenameMetadata (bool Value) |
|
bool | VerifyTimeRange () const |
|
void | VerifyTimeRange (bool Value) |
|
FrameAPI::RDS::Options::Options |
( |
| ) |
|
FrameAPI::RDS::Options::Options |
( |
const start_type |
start, |
|
|
const end_type |
stop, |
|
|
const char * |
type, |
|
|
const char * |
compression_method, |
|
|
const compression_level_type |
level, |
|
|
const bool |
VerifyChecksum, |
|
|
const bool |
VerifyFrameChecksum, |
|
|
const bool |
VerifyTimeRange, |
|
|
const bool |
VerifyDataValid, |
|
|
const frames_per_file_type |
FramesPerFile, |
|
|
const seconds_per_frame_type |
SecondsPerFrame, |
|
|
const bool |
AllowShortFrames, |
|
|
const bool |
GenerateFrameChecksum, |
|
|
const bool |
FillMissingDataValidArray, |
|
|
const bool |
VerifyFilenameMetadata |
|
) |
| |
FrameAPI::RDS::Options::Options |
( |
const Options & |
Source | ) |
|
bool FrameAPI::RDS::Options::AllowShortFrames |
( |
| ) |
const |
|
inline |
void FrameAPI::RDS::Options::AllowShortFrames |
( |
bool |
Value | ) |
|
|
inline |
void FrameAPI::RDS::Options::CompressionMethod |
( |
const std::string & |
Value | ) |
|
bool FrameAPI::RDS::Options::CreateChecksumPerFrame |
( |
| ) |
const |
|
inline |
void FrameAPI::RDS::Options::CreateChecksumPerFrame |
( |
bool |
Value | ) |
|
|
inline |
bool FrameAPI::RDS::Options::FillMissingDataValidArray |
( |
| ) |
const |
|
inline |
void FrameAPI::RDS::Options::FillMissingDataValidArray |
( |
bool |
Value | ) |
|
|
inline |
bool FrameAPI::RDS::Options::GenerateFrameChecksum |
( |
| ) |
const |
|
inline |
void FrameAPI::RDS::Options::GenerateFrameChecksum |
( |
bool |
Value | ) |
|
|
inline |
bool FrameAPI::RDS::Options::HistoryRecord |
( |
| ) |
const |
|
inline |
void FrameAPI::RDS::Options::HistoryRecord |
( |
bool |
Value | ) |
|
|
inline |
void FrameAPI::RDS::Options::OutputTimeEnd |
( |
end_type |
Value | ) |
|
|
inline |
void FrameAPI::RDS::Options::OutputTimeStart |
( |
start_type |
Value | ) |
|
|
inline |
const std::string & FrameAPI::RDS::Options::OutputType |
( |
| ) |
const |
|
inline |
void FrameAPI::RDS::Options::OutputType |
( |
const std::string & |
Value | ) |
|
|
inline |
bool FrameAPI::RDS::Options::VerifyChecksum |
( |
| ) |
const |
|
inline |
bool FrameAPI::RDS::Options::VerifyChecksumOfFrame |
( |
| ) |
const |
|
inline |
bool FrameAPI::RDS::Options::VerifyChecksumOfStream |
( |
| ) |
const |
|
inline |
void FrameAPI::RDS::Options::VerifyChecksumOfStream |
( |
bool |
Value | ) |
|
|
inline |
bool FrameAPI::RDS::Options::VerifyChecksumPerFrame |
( |
| ) |
const |
|
inline |
void FrameAPI::RDS::Options::VerifyChecksumPerFrame |
( |
bool |
Value | ) |
|
|
inline |
bool FrameAPI::RDS::Options::VerifyDataValid |
( |
| ) |
const |
|
inline |
void FrameAPI::RDS::Options::VerifyDataValid |
( |
bool |
Value | ) |
|
|
inline |
bool FrameAPI::RDS::Options::VerifyFilenameMetadata |
( |
| ) |
const |
|
inline |
void FrameAPI::RDS::Options::VerifyFilenameMetadata |
( |
bool |
Value | ) |
|
|
inline |
bool FrameAPI::RDS::Options::VerifyTimeRange |
( |
| ) |
const |
|
inline |
void FrameAPI::RDS::Options::VerifyTimeRange |
( |
bool |
Value | ) |
|
|
inline |
The documentation for this class was generated from the following files: