#include <types.h>
Definition at line 799 of file src/types.h.
librealsense::firmware_version::firmware_version |
( |
| ) |
|
|
inline |
librealsense::firmware_version::firmware_version |
( |
int |
major, |
|
|
int |
minor, |
|
|
int |
patch, |
|
|
int |
build, |
|
|
bool |
is_any = false |
|
) |
| |
|
inline |
librealsense::firmware_version::firmware_version |
( |
const std::string & |
name | ) |
|
|
inlineexplicit |
bool librealsense::firmware_version::experimental |
( |
| ) |
const |
|
inline |
librealsense::firmware_version::operator const char * |
( |
| ) |
const |
|
inline |
librealsense::firmware_version::operator std::string |
( |
| ) |
const |
|
inline |
bool librealsense::firmware_version::operator!= |
( |
const firmware_version & |
other | ) |
const |
|
inline |
bool librealsense::firmware_version::operator< |
( |
const firmware_version & |
other | ) |
const |
|
inline |
bool librealsense::firmware_version::operator<= |
( |
const firmware_version & |
other | ) |
const |
|
inline |
bool librealsense::firmware_version::operator== |
( |
const firmware_version & |
other | ) |
const |
|
inline |
bool librealsense::firmware_version::operator> |
( |
const firmware_version & |
other | ) |
const |
|
inline |
bool librealsense::firmware_version::operator>= |
( |
const firmware_version & |
other | ) |
const |
|
inline |
int librealsense::firmware_version::parse_part |
( |
const std::string & |
name, |
|
|
int |
part |
|
) |
| |
|
staticprivate |
std::string librealsense::firmware_version::to_string |
( |
| ) |
const |
|
private |
bool librealsense::firmware_version::is_any |
|
private |
int librealsense::firmware_version::m_build |
|
private |
int librealsense::firmware_version::m_major |
|
private |
int librealsense::firmware_version::m_minor |
|
private |
int librealsense::firmware_version::m_patch |
|
private |
std::string librealsense::firmware_version::string_representation |
|
private |
The documentation for this class was generated from the following files: