|
ldas-tools-frameAPI
2.6.6
|
#include <filereader.hh>


Public Types | |
| typedef INT_4U | file_start_time_type |
| typedef INT_4U | file_dt_type |
| typedef INT_4U | file_frame_count_type |
| typedef FrameCPP::Common::OFrameStream::chkSum_type | chkSum_type |
| typedef INT_4U | file_start_time_type |
| typedef INT_4U | file_dt_type |
| typedef INT_4U | file_frame_count_type |
| typedef FrameCPP::Common::OFrameStream::chkSum_type | chkSum_type |
| typedef INT_4U | file_start_time_type |
| typedef INT_4U | file_dt_type |
| typedef INT_4U | file_frame_count_type |
| typedef FrameCPP::Common::OFrameStream::chkSum_type | chkSum_type |
Public Member Functions | |
| FileWriter (const char *filename, const char *tmp_filename=(const char *) NULL) | |
| exc: SwigException More... | |
| FileWriter (const char *filename, unsigned int size, char *buffer=(char *) NULL, bool EnableMemoryMappedIO=FrameAPI::EnableMemoryMappedIO, const char *tmp_filename=(const char *) NULL) | |
| exc: SwigException More... | |
| ~FileWriter () | |
| file_dt_type | Dt () const |
| file_frame_count_type | FrameCount () const |
| void | Rename () |
| void | ResetMD5Sum (bool CalculateMD5Sum) |
| file_start_time_type | StartTime () const |
| void | WriteFrame (object_type FrameObject, chkSum_type FrameChecksumType=FrameCPP::Common::CheckSum::NONE) |
| Write Frame data to the stream. More... | |
| void | WriteFrame (object_type FrameObject, INT_2U CompressionScheme, INT_2U CompressionLevel, chkSum_type FrameChecksumType=FrameCPP::Common::CheckSum::NONE) |
| Write Frame data to the stream. More... | |
| FileWriter (const char *filename, const char *tmp_filename=(const char *) NULL) | |
| exc: SwigException More... | |
| FileWriter (const char *filename, unsigned int size, char *buffer=(char *) NULL, bool EnableMemoryMappedIO=FrameAPI::EnableMemoryMappedIO, const char *tmp_filename=(const char *) NULL) | |
| exc: SwigException More... | |
| ~FileWriter () | |
| file_dt_type | Dt () const |
| file_frame_count_type | FrameCount () const |
| void | Rename () |
| void | ResetMD5Sum (bool CalculateMD5Sum) |
| file_start_time_type | StartTime () const |
| void | WriteFrame (object_type FrameObject, chkSum_type FrameChecksumType=FrameCPP::Common::CheckSum::NONE) |
| Write Frame data to the stream. More... | |
| void | WriteFrame (object_type FrameObject, INT_2U CompressionScheme, INT_2U CompressionLevel, chkSum_type FrameChecksumType=FrameCPP::Common::CheckSum::NONE) |
| Write Frame data to the stream. More... | |
| FileWriter (const char *filename, const char *tmp_filename=(const char *) NULL) | |
| exc: SwigException More... | |
| FileWriter (const char *filename, unsigned int size, char *buffer=(char *) NULL, bool EnableMemoryMappedIO=FrameAPI::EnableMemoryMappedIO, const char *tmp_filename=(const char *) NULL) | |
| exc: SwigException More... | |
| ~FileWriter () | |
| file_dt_type | Dt () const |
| file_frame_count_type | FrameCount () const |
| void | Rename () |
| void | ResetMD5Sum (bool CalculateMD5Sum) |
| file_start_time_type | StartTime () const |
| void | WriteFrame (object_type FrameObject, chkSum_type FrameChecksumType=FrameCPP::Common::CheckSum::NONE) |
| Write Frame data to the stream. More... | |
| void | WriteFrame (object_type FrameObject, INT_2U CompressionScheme, INT_2U CompressionLevel, chkSum_type FrameChecksumType=FrameCPP::Common::CheckSum::NONE) |
| Write Frame data to the stream. More... | |
| const std::string & | GetFilename () const |
| ret: const std::string& - Name of the file More... | |
| const std::string & | GetFilename () const |
| const std::string & | GetFilename () const |
Protected Types | |
| typedef LDASTools::AL::filebuf | filebuf |
| typedef LDASTools::AL::filebuf | filebuf |
| typedef LDASTools::AL::filebuf | filebuf |
Protected Member Functions | |
| void | finish () |
| void | finish () |
| void | finish () |
Protected Attributes | |
| FrameCPP::Common::FrameBuffer< filebuf > * | m_frame_buf |
Private Member Functions | |
| int | rename_file () |
| void | update (object_type FrameObject) |
| int | rename_file () |
| void | update (object_type FrameObject) |
| int | rename_file () |
| void | update (object_type FrameObject) |
Private Attributes | |
| file_start_time_type | file_start_time |
| file_dt_type | file_dt |
| file_frame_count_type | file_frame_count |
| std::string | mTmpFilename |
| FrameCPP::Common::MD5Sum | m_md5 |
| typedef FrameCPP::Common::OFrameStream::chkSum_type FileWriter::chkSum_type |
| typedef FrameCPP::Common::OFrameStream::chkSum_type FileWriter::chkSum_type |
| typedef FrameCPP::Common::OFrameStream::chkSum_type FileWriter::chkSum_type |
| typedef INT_4U FileWriter::file_dt_type |
| typedef INT_4U FileWriter::file_dt_type |
| typedef INT_4U FileWriter::file_dt_type |
| typedef INT_4U FileWriter::file_frame_count_type |
| typedef INT_4U FileWriter::file_frame_count_type |
| typedef INT_4U FileWriter::file_frame_count_type |
| typedef INT_4U FileWriter::file_start_time_type |
| typedef INT_4U FileWriter::file_start_time_type |
| typedef INT_4U FileWriter::file_start_time_type |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
| FileWriter::FileWriter | ( | const char * | filename, |
| const char * | tmp_filename = (const char*)NULL |
||
| ) |
exc: SwigException
param: unsigned int size - size of the buffer to use. If the value
param: const char* filename - The name of the frame file. param: char* buffer - optional buffer for i/o. If the value isparam: const char* tmp_filename - The name of the temporary file. NOTE: exc: SwigException - this is one of:
| FileWriter::FileWriter | ( | const char * | filename, |
| unsigned int | size, | ||
| char * | buffer = (char*)NULL, |
||
| bool | EnableMemoryMappedIO = FrameAPI::EnableMemoryMappedIO, |
||
| const char * | tmp_filename = (const char*)NULL |
||
| ) |
exc: SwigException
param: unsigned int size - size of the buffer to use. If the value
param: const char* filename - The name of the frame file. param: char* buffer - optional buffer for i/o. If the value isparam: const char* tmp_filename - The name of the temporary file. NOTE: exc: SwigException - this is one of:
| FileWriter::~FileWriter | ( | ) |
| FileWriter::FileWriter | ( | const char * | filename, |
| const char * | tmp_filename = (const char *) NULL |
||
| ) |
exc: SwigException
| FileWriter::FileWriter | ( | const char * | filename, |
| unsigned int | size, | ||
| char * | buffer = (char *) NULL, |
||
| bool | EnableMemoryMappedIO = FrameAPI::EnableMemoryMappedIO, |
||
| const char * | tmp_filename = (const char *) NULL |
||
| ) |
exc: SwigException
| FileWriter::~FileWriter | ( | ) |
| FileWriter::FileWriter | ( | const char * | filename, |
| const char * | tmp_filename = (const char *) NULL |
||
| ) |
exc: SwigException
| FileWriter::FileWriter | ( | const char * | filename, |
| unsigned int | size, | ||
| char * | buffer = (char *) NULL, |
||
| bool | EnableMemoryMappedIO = FrameAPI::EnableMemoryMappedIO, |
||
| const char * | tmp_filename = (const char *) NULL |
||
| ) |
exc: SwigException
| FileWriter::~FileWriter | ( | ) |
|
inline |
| file_dt_type FileWriter::Dt | ( | ) | const |
| file_dt_type FileWriter::Dt | ( | ) | const |
|
protectedinherited |
|
protectedinherited |
|
inlineprotectedinherited |
|
inline |
| file_frame_count_type FileWriter::FrameCount | ( | ) | const |
| file_frame_count_type FileWriter::FrameCount | ( | ) | const |
|
inherited |
|
inlineinherited |
ret: const std::string& - Name of the file
|
inherited |
| void FileWriter::Rename | ( | ) |
| void FileWriter::Rename | ( | ) |
| void FileWriter::Rename | ( | ) |
|
private |
|
private |
|
private |
| void FileWriter::ResetMD5Sum | ( | bool | CalculateMD5Sum | ) |
|
inline |
| void FileWriter::ResetMD5Sum | ( | bool | CalculateMD5Sum | ) |
|
inline |
| file_start_time_type FileWriter::StartTime | ( | ) | const |
| file_start_time_type FileWriter::StartTime | ( | ) | const |
|
inlineprivate |
|
private |
|
private |
| void FileWriter::WriteFrame | ( | object_type | FrameObject, |
| chkSum_type | FrameChecksumType = FrameCPP::Common::CheckSum::NONE |
||
| ) |
Write Frame data to the stream.
| void FileWriter::WriteFrame | ( | object_type | FrameObject, |
| chkSum_type | FrameChecksumType = FrameCPP::Common::CheckSum::NONE |
||
| ) |
Write Frame data to the stream.
| void FileWriter::WriteFrame | ( | object_type | FrameObject, |
| chkSum_type | FrameChecksumType = FrameCPP::Common::CheckSum::NONE |
||
| ) |
Write Frame data to the stream.
| void FileWriter::WriteFrame | ( | object_type | FrameObject, |
| INT_2U | CompressionScheme, | ||
| INT_2U | CompressionLevel, | ||
| chkSum_type | FrameChecksumType = FrameCPP::Common::CheckSum::NONE |
||
| ) |
Write Frame data to the stream.
| void FileWriter::WriteFrame | ( | object_type | FrameObject, |
| INT_2U | CompressionScheme, | ||
| INT_2U | CompressionLevel, | ||
| chkSum_type | FrameChecksumType = FrameCPP::Common::CheckSum::NONE |
||
| ) |
Write Frame data to the stream.
| void FileWriter::WriteFrame | ( | object_type | FrameObject, |
| INT_2U | CompressionScheme, | ||
| INT_2U | CompressionLevel, | ||
| chkSum_type | FrameChecksumType = FrameCPP::Common::CheckSum::NONE |
||
| ) |
Write Frame data to the stream.
|
private |
|
private |
|
private |
|
protectedinherited |
|
private |
|
mutableprivate |
1.8.13