Impact Acquire SDK C++
|
An output stream buffer derived from std::basic_ostream used to write to a file on a device. More...
#include <mvIMPACT_acquire_GenICam_FileStream.h>
Public Types | |
typedef ODevFileStreamBuf< CharType, Traits > | filebuf_type |
typedef std::basic_ios< CharType, Traits > | ios_type |
typedef std::basic_ostream< CharType, Traits > | ostream_type |
Public Member Functions | |
void | close (void) |
Close the file on device. | |
bool | is_open (void) const |
Determines if a file is open. | |
void | open (mvIMPACT::acquire::Device *pDev, const char *pFileName, std::ios_base::openmode mode=std::ios_base::out|std::ios_base::trunc) |
Open file on device in write mode. | |
filebuf_type * | rdbuf (void) const |
Returns the address of the stored stream buffer. | |
An output stream buffer derived from std::basic_ostream used to write to a file on a device.
typedef ODevFileStreamBuf<CharType, Traits> filebuf_type |
typedef std::basic_ios<CharType, Traits> ios_type |
typedef std::basic_ostream<CharType, Traits> ostream_type |
|
inline |
Close the file on device.
|
inline |
Determines if a file is open.
|
inline |
Open file on device in write mode.
pDev | A pointer to a mvIMPACT::acquire::Device object obtained from a mvIMPACT::acquire::DeviceManager object. |
pFileName | Name of the file to open |
mode | File open mode |
|
inline |
Returns the address of the stored stream buffer.