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 | |
filebuf_type * | rdbuf () const |
bool | is_open () const |
void | open (INodeMap *pInterface, const char *pFileName, std::ios_base::openmode mode=std::ios_base::out|std::ios_base::trunc) |
Open file on device in write mode. More... | |
void | close () |
Close the file on device. More... | |
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 |
|
inline |
Open file on device in write mode.
pInterface | NodeMap of the device to which the FileProtocolAdapter is attached |
pFileName | Name of the file to open |
mode | open mode |
|
inline |
Contact Support | Spinnaker® SDK Programmer's Guide and API Reference | Thu Dec 16 2021 © FLIR Integrated Imaging Solutions Inc. All rights reserved. |