Zivid C++ API  1.8.1+6967bc1b-1
Defining the Future of 3D Machine Vision
Public Member Functions | List of all members
Zivid::CameraRevision Class Reference

Camera revision More...

#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...
 

Detailed Description

Camera revision

Constructor & Destructor Documentation

◆ CameraRevision() [1/2]

ZIVID_API_EXPORT Zivid::CameraRevision::CameraRevision ( int  major,
int  minor 
)

Constructor

◆ CameraRevision() [2/2]

ZIVID_API_EXPORT Zivid::CameraRevision::CameraRevision ( )

Constructor

Member Function Documentation

◆ majorRevision()

ZIVID_API_EXPORT int Zivid::CameraRevision::majorRevision ( ) const

Major hardware revision

◆ minorRevision()

ZIVID_API_EXPORT int Zivid::CameraRevision::minorRevision ( ) const

Minor hardware revision

◆ operator!=()

ZIVID_API_EXPORT bool Zivid::CameraRevision::operator!= ( const CameraRevision other) const

Compare with other camera revision for inequality

◆ operator==()

ZIVID_API_EXPORT bool Zivid::CameraRevision::operator== ( const CameraRevision other) const

Compare with other camera revision for equality

◆ toString()

ZIVID_API_EXPORT std::string Zivid::CameraRevision::toString ( ) const

Get string representation of the camera revision

Returns
Camera revision as string

The documentation for this class was generated from the following file: