![]() |
Zivid C++ API
1.8.1+6967bc1b-1
Defining the Future of 3D Machine Vision
|
#include <Zivid/CameraRevision.h>
Public Member Functions | |
ZIVID_API_EXPORT | CameraRevision (int major, int minor) |
Constructor More... | |
ZIVID_API_EXPORT | CameraRevision () |
Constructor More... | |
ZIVID_API_EXPORT int | majorRevision () const |
Major hardware revision More... | |
ZIVID_API_EXPORT int | minorRevision () const |
Minor hardware revision More... | |
ZIVID_API_EXPORT std::string | toString () const |
Get string representation of the camera revision More... | |
ZIVID_API_EXPORT bool | operator== (const CameraRevision &other) const |
Compare with other camera revision for equality More... | |
ZIVID_API_EXPORT bool | operator!= (const CameraRevision &other) const |
Compare with other camera revision for inequality More... | |
Camera revision
ZIVID_API_EXPORT Zivid::CameraRevision::CameraRevision | ( | int | major, |
int | minor | ||
) |
Constructor
ZIVID_API_EXPORT Zivid::CameraRevision::CameraRevision | ( | ) |
Constructor
ZIVID_API_EXPORT int Zivid::CameraRevision::majorRevision | ( | ) | const |
Major hardware revision
ZIVID_API_EXPORT int Zivid::CameraRevision::minorRevision | ( | ) | const |
Minor hardware revision
ZIVID_API_EXPORT bool Zivid::CameraRevision::operator!= | ( | const CameraRevision & | other | ) | const |
Compare with other camera revision for inequality
ZIVID_API_EXPORT bool Zivid::CameraRevision::operator== | ( | const CameraRevision & | other | ) | const |
Compare with other camera revision for equality
ZIVID_API_EXPORT std::string Zivid::CameraRevision::toString | ( | ) | const |
Get string representation of the camera revision