Public Types | |
| typedef IDevFileStreamBuf< CharType, Traits > | filebuf_type |
| typedef std::basic_ios< CharType, Traits > | ios_type |
| typedef std::basic_istream< CharType, Traits > | istream_type |
Public Member Functions | |
| filebuf_type * | rdbuf () const |
| bool | is_open () const |
| void | open (Spinnaker::GenApi::INodeMap *pInterface, const char *pFileName, std::ios_base::openmode mode=std::ios_base::in) |
| Open file on device in write mode. More... | |
| void | close () |
| Close the file on the device. More... | |
| typedef IDevFileStreamBuf<CharType, Traits> filebuf_type |
| typedef std::basic_ios<CharType, Traits> ios_type |
| typedef std::basic_istream<CharType, Traits> istream_type |
|
inline |
Close the file on the 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 |