#include <rdsframe.hh>
|
| FileOptions () |
|
| FileOptions (const INT_4U Start, const INT_4U Stop, const char *dir, const char *type, const char *compression_method, const INT_2U 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, const std::string &MD5SumOutputDirectory) |
|
| FileOptions (const FileOptions &Source) |
|
const std::string & | DirectoryOutputFrames () const |
|
const std::string & | DirectoryOutputMD5Sum () const |
|
const std::string & | OutputDirectory () const |
|
const std::string & | MD5SumOutputDirectory () const |
|
void | DirectoryOutputFrames (const std::string &Value) |
|
void | DirectoryOutputMD5Sum (const std::string &Value) |
|
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) |
|
◆ compression_level_type
◆ compression_method_type
◆ end_type
◆ frames_per_file_type
◆ padding_type
◆ rds_level_type
◆ seconds_per_frame_type
◆ start_type
◆ FileOptions() [1/3]
FrameAPI::RDS::FileOptions::FileOptions |
( |
| ) |
|
◆ FileOptions() [2/3]
FrameAPI::RDS::FileOptions::FileOptions |
( |
const INT_4U |
Start, |
|
|
const INT_4U |
Stop, |
|
|
const char * |
dir, |
|
|
const char * |
type, |
|
|
const char * |
compression_method, |
|
|
const INT_2U |
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, |
|
|
const std::string & |
MD5SumOutputDirectory |
|
) |
| |
◆ FileOptions() [3/3]
FrameAPI::RDS::FileOptions::FileOptions |
( |
const FileOptions & |
Source | ) |
|
◆ AllowShortFrames() [1/2]
bool FrameAPI::RDS::Options::AllowShortFrames |
( |
| ) |
const |
|
inlineinherited |
◆ AllowShortFrames() [2/2]
void FrameAPI::RDS::Options::AllowShortFrames |
( |
bool |
Value | ) |
|
|
inlineinherited |
◆ CompressionLevel() [1/2]
◆ CompressionLevel() [2/2]
◆ CompressionMethod() [1/2]
◆ CompressionMethod() [2/2]
void FrameAPI::RDS::Options::CompressionMethod |
( |
const std::string & |
Value | ) |
|
|
inherited |
◆ CreateChecksumPerFrame() [1/2]
bool FrameAPI::RDS::Options::CreateChecksumPerFrame |
( |
| ) |
const |
|
inlineinherited |
◆ CreateChecksumPerFrame() [2/2]
void FrameAPI::RDS::Options::CreateChecksumPerFrame |
( |
bool |
Value | ) |
|
|
inlineinherited |
◆ DirectoryOutputFrames() [1/2]
const std::string & FrameAPI::RDS::FileOptions::DirectoryOutputFrames |
( |
| ) |
const |
|
inline |
◆ DirectoryOutputFrames() [2/2]
void FrameAPI::RDS::FileOptions::DirectoryOutputFrames |
( |
const std::string & |
Value | ) |
|
|
inline |
◆ DirectoryOutputMD5Sum() [1/2]
const std::string & FrameAPI::RDS::FileOptions::DirectoryOutputMD5Sum |
( |
| ) |
const |
|
inline |
◆ DirectoryOutputMD5Sum() [2/2]
void FrameAPI::RDS::FileOptions::DirectoryOutputMD5Sum |
( |
const std::string & |
Value | ) |
|
|
inline |
◆ FillMissingDataValidArray() [1/2]
bool FrameAPI::RDS::Options::FillMissingDataValidArray |
( |
| ) |
const |
|
inlineinherited |
◆ FillMissingDataValidArray() [2/2]
void FrameAPI::RDS::Options::FillMissingDataValidArray |
( |
bool |
Value | ) |
|
|
inlineinherited |
◆ FramesPerFile() [1/2]
◆ FramesPerFile() [2/2]
◆ GenerateFrameChecksum() [1/2]
bool FrameAPI::RDS::Options::GenerateFrameChecksum |
( |
| ) |
const |
|
inlineinherited |
◆ GenerateFrameChecksum() [2/2]
void FrameAPI::RDS::Options::GenerateFrameChecksum |
( |
bool |
Value | ) |
|
|
inlineinherited |
◆ HistoryRecord() [1/2]
bool FrameAPI::RDS::Options::HistoryRecord |
( |
| ) |
const |
|
inlineinherited |
◆ HistoryRecord() [2/2]
void FrameAPI::RDS::Options::HistoryRecord |
( |
bool |
Value | ) |
|
|
inlineinherited |
◆ MD5SumOutputDirectory()
const std::string & FrameAPI::RDS::FileOptions::MD5SumOutputDirectory |
( |
| ) |
const |
|
inline |
◆ OutputDirectory()
const std::string & FrameAPI::RDS::FileOptions::OutputDirectory |
( |
| ) |
const |
|
inline |
◆ OutputTimeEnd() [1/2]
◆ OutputTimeEnd() [2/2]
void FrameAPI::RDS::Options::OutputTimeEnd |
( |
end_type |
Value | ) |
|
|
inlineinherited |
◆ OutputTimeStart() [1/2]
◆ OutputTimeStart() [2/2]
void FrameAPI::RDS::Options::OutputTimeStart |
( |
start_type |
Value | ) |
|
|
inlineinherited |
◆ OutputType() [1/2]
const std::string & FrameAPI::RDS::Options::OutputType |
( |
| ) |
const |
|
inlineinherited |
◆ OutputType() [2/2]
void FrameAPI::RDS::Options::OutputType |
( |
const std::string & |
Value | ) |
|
|
inlineinherited |
◆ Padding() [1/2]
◆ Padding() [2/2]
◆ RDSLevel() [1/2]
◆ RDSLevel() [2/2]
◆ SecondsPerFrame() [1/2]
◆ SecondsPerFrame() [2/2]
◆ VerifyChecksum()
bool FrameAPI::RDS::Options::VerifyChecksum |
( |
| ) |
const |
|
inlineinherited |
◆ VerifyChecksumOfFrame()
bool FrameAPI::RDS::Options::VerifyChecksumOfFrame |
( |
| ) |
const |
|
inlineinherited |
◆ VerifyChecksumOfStream() [1/2]
bool FrameAPI::RDS::Options::VerifyChecksumOfStream |
( |
| ) |
const |
|
inlineinherited |
◆ VerifyChecksumOfStream() [2/2]
void FrameAPI::RDS::Options::VerifyChecksumOfStream |
( |
bool |
Value | ) |
|
|
inlineinherited |
◆ VerifyChecksumPerFrame() [1/2]
bool FrameAPI::RDS::Options::VerifyChecksumPerFrame |
( |
| ) |
const |
|
inlineinherited |
◆ VerifyChecksumPerFrame() [2/2]
void FrameAPI::RDS::Options::VerifyChecksumPerFrame |
( |
bool |
Value | ) |
|
|
inlineinherited |
◆ VerifyDataValid() [1/2]
bool FrameAPI::RDS::Options::VerifyDataValid |
( |
| ) |
const |
|
inlineinherited |
◆ VerifyDataValid() [2/2]
void FrameAPI::RDS::Options::VerifyDataValid |
( |
bool |
Value | ) |
|
|
inlineinherited |
◆ VerifyFilenameMetadata() [1/2]
bool FrameAPI::RDS::Options::VerifyFilenameMetadata |
( |
| ) |
const |
|
inlineinherited |
◆ VerifyFilenameMetadata() [2/2]
void FrameAPI::RDS::Options::VerifyFilenameMetadata |
( |
bool |
Value | ) |
|
|
inlineinherited |
◆ VerifyTimeRange() [1/2]
bool FrameAPI::RDS::Options::VerifyTimeRange |
( |
| ) |
const |
|
inlineinherited |
◆ VerifyTimeRange() [2/2]
void FrameAPI::RDS::Options::VerifyTimeRange |
( |
bool |
Value | ) |
|
|
inlineinherited |
The documentation for this class was generated from the following files: