#include <filereader.hh>
|
| FileReader (const char *filename, unsigned int size=FrameAPI::StreamBufferSize, char *buffer=(char *) NULL, bool EnableMemoryMappedIO=FrameAPI::EnableMemoryMappedIO, bool VerifyFilename=false) |
|
| FileReader (const char *filename, unsigned int size=FrameAPI::StreamBufferSize, char *buffer=(char *) NULL, bool EnableMemoryMappedIO=FrameAPI::EnableMemoryMappedIO, bool VerifyFilename=false) |
|
| FileReader (const char *filename, unsigned int size=FrameAPI::StreamBufferSize, char *buffer=(char *) NULL, bool EnableMemoryMappedIO=FrameAPI::EnableMemoryMappedIO, bool VerifyFilename=false) |
|
const std::string & | GetFilename () const |
| ret: const std::string& - Name of the file More...
|
|
const std::string & | GetFilename () const |
|
const std::string & | GetFilename () const |
|
|
typedef LDASTools::AL::filebuf | filebuf |
|
typedef LDASTools::AL::filebuf | filebuf |
|
typedef LDASTools::AL::filebuf | filebuf |
|
◆ filebuf [1/3]
◆ filebuf [2/3]
◆ filebuf [3/3]
◆ FileReader() [1/3]
exc: SwigException exc: bad_alloc - Memory allocation failed.
- Parameters
-
[in] | filename | The name of the frame file. |
[in] | size | Size of the buffer to use. If the value is zero, then the default size will be used and the buffer parameter will be ignored |
[in] | buffer | Optional buffer for i/o. If the value is (char*)NULL, then the class will allocate and manage a buffer based on size. |
[in] | EnableMemoryMappedIO | True if memory mapped io is to be used |
[in] | VerifyFilename | True if the filename is to be verified against the internal data. |
◆ FileReader() [2/3]
exc: SwigException exc: bad_alloc - Memory allocation failed.
◆ FileReader() [3/3]
exc: SwigException exc: bad_alloc - Memory allocation failed.
◆ check_if_dir() [1/3]
void FrameFile::check_if_dir |
( |
const std::string & |
Filename | ) |
const |
|
privateinherited |
◆ check_if_dir() [2/3]
void FrameFile::check_if_dir |
( |
const std::string & |
Filename | ) |
const |
|
privateinherited |
◆ check_if_dir() [3/3]
void FrameFile::check_if_dir |
( |
const std::string & |
Filename | ) |
const |
|
privateinherited |
◆ error() [1/3]
void FrameFile::error |
( |
| ) |
const |
|
privateinherited |
◆ error() [2/3]
void FrameFile::error |
( |
| ) |
const |
|
privateinherited |
◆ error() [3/3]
void FrameFile::error |
( |
| ) |
const |
|
privateinherited |
◆ finish() [1/3]
void FrameFile::finish |
( |
| ) |
|
|
inlineprotectedinherited |
- Todo:
- Need to understand why this causes instability in the frameAPI. Use libumem to quickly raise the issue.
◆ finish() [2/3]
void FrameFile::finish |
( |
| ) |
|
|
protectedinherited |
◆ finish() [3/3]
void FrameFile::finish |
( |
| ) |
|
|
protectedinherited |
◆ GetFilename() [1/3]
const std::string & FrameFile::GetFilename |
( |
| ) |
const |
|
inlineinherited |
ret: const std::string& - Name of the file
◆ GetFilename() [2/3]
const std::string & FrameFile::GetFilename |
( |
| ) |
const |
|
inherited |
◆ GetFilename() [3/3]
const std::string & FrameFile::GetFilename |
( |
| ) |
const |
|
inherited |
◆ m_buffer
boost::shared_array< char > FrameFile::m_buffer |
|
privateinherited |
◆ m_filename
const std::string FrameFile::m_filename |
|
privateinherited |
◆ m_finished
bool FrameFile::m_finished |
|
privateinherited |
◆ m_frame_buf
FrameCPP::Common::FrameBuffer< filebuf > * FrameFile::m_frame_buf |
|
protectedinherited |
The documentation for this class was generated from the following files:
- /build/ldas-tools-frameapi-2.6.6/debian/tmp/usr/include/frameAPI/filereader.hh
- /build/ldas-tools-frameapi-2.6.6/obj-x86_64-linux-gnu/include/frameAPI/filereader.hh
- /build/ldas-tools-frameapi-2.6.6/src/filereader.hh
- /build/ldas-tools-frameapi-2.6.6/src/filereader.cc