Impact Acquire SDK C++
|
Classes and functions that will be available if the device is used with the GenICam interface layout. More...
Classes | |
class | FileProtocolAdapter |
Adapter between the std::iostreambuf and the SFNC Features representing the device file system. More... | |
class | IDevFileStreamBase< CharType, Traits > |
An output stream buffer derived from std::basic_istream used to read from a file on a device. More... | |
class | IDevFileStreamBuf< CharType, Traits > |
An input stream buffer derived from std::basic_streambuf used to read from a file of a device. More... | |
class | ODevFileStreamBase< CharType, Traits > |
An output stream buffer derived from std::basic_ostream used to write to a file on a device. More... | |
class | ODevFileStreamBuf< CharType, Traits > |
An output stream buffer derived from std::basic_streambuf used to write to a file on a device. More... | |
Typedefs | |
typedef IDevFileStreamBase< char, std::char_traits< char > > | IDevFileStream |
A type for char type file access. | |
typedef ODevFileStreamBase< char, std::char_traits< char > > | ODevFileStream |
A type for char type file access. | |
Classes and functions that will be available if the device is used with the GenICam interface layout.
This group contains classes and functions that will be available if the device is used with the mvIMPACT::acquire::dilGenICam interface layout.
typedef IDevFileStreamBase<char, std::char_traits<char> > IDevFileStream |
A type for char type file access.
Provided for convenience only. This type represents an input file stream for char data.
Example:
typedef ODevFileStreamBase<char, std::char_traits<char> > ODevFileStream |
A type for char type file access.
Provided for convenience only. This type represents an output file stream for char data.
Example: