|
Zivid
1.0.1+3607.8a7510c4
Zivid API
|
#include <CameraRevision.h>
Public Member Functions | |
| ZIVID_COMMON | CameraRevision (int major, int minor) |
| Constructor More... | |
| ZIVID_COMMON | CameraRevision () |
| Constructor More... | |
| ZIVID_COMMON int | majorRevision () const |
| Major hardware revision More... | |
| ZIVID_COMMON int | minorRevision () const |
| Minor hardware revision More... | |
| ZIVID_COMMON std::string | toString () const |
| Get string representation of the camera revision More... | |
Camera revision
| ZIVID_COMMON Zivid::CameraRevision::CameraRevision | ( | int | major, |
| int | minor | ||
| ) |
Constructor
| ZIVID_COMMON Zivid::CameraRevision::CameraRevision | ( | ) |
Constructor
| ZIVID_COMMON int Zivid::CameraRevision::majorRevision | ( | ) | const |
Major hardware revision
| ZIVID_COMMON int Zivid::CameraRevision::minorRevision | ( | ) | const |
Minor hardware revision
| ZIVID_COMMON std::string Zivid::CameraRevision::toString | ( | ) | const |
Get string representation of the camera revision
1.8.13