#include <filereader.hh>
|
typedef LDASTools::AL::filebuf | filebuf |
|
◆ chkSum_type
◆ file_dt_type
◆ file_frame_count_type
◆ file_start_time_type
◆ filebuf
◆ FileWriter() [1/2]
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() [2/2]
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 |
( |
| ) |
|
◆ Dt()
◆ finish()
void FrameFile::finish |
( |
| ) |
|
|
inlineprotectedinherited |
- Todo:
- Need to understand why this causes instability in the frameAPI. Use libumem to quickly raise the issue.
◆ FrameCount()
◆ GetFilename()
const std::string & FrameFile::GetFilename |
( |
| ) |
const |
|
inlineinherited |
ret: const std::string& - Name of the file
◆ Rename()
void FileWriter::Rename |
( |
| ) |
|
◆ ResetMD5Sum()
void FileWriter::ResetMD5Sum |
( |
bool |
CalculateMD5Sum | ) |
|
|
inline |
◆ StartTime()
◆ WriteFrame() [1/2]
void FileWriter::WriteFrame |
( |
object_type |
FrameObject, |
|
|
chkSum_type |
FrameChecksumType = FrameCPP::Common::CheckSum::NONE |
|
) |
| |
Write Frame data to the stream.
◆ WriteFrame() [2/2]
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.
◆ m_frame_buf
FrameCPP::Common::FrameBuffer< filebuf >* FrameFile::m_frame_buf |
|
protectedinherited |
The documentation for this class was generated from the following files: