Simple class containing information about found kea cameras.
More...
#include <kea_camera.hpp>
|
| DiscoveredKea (tof_discovered_kea_t ptr=nullptr) |
| Construct from pointer.
|
|
const char * | serial () const |
| The serial.
|
|
const char * | info () const |
| Additional information about the discovered camera.
|
|
const char * | model () const |
| Get the camera model name.
|
|
bool | is_tui () const |
| Check whether this camera is a TUI camera.
|
|
Simple class containing information about found kea cameras.
Definition at line 270 of file kea_camera.hpp.
◆ DiscoveredKea()
chronoptics::tof::DiscoveredKea::DiscoveredKea |
( |
tof_discovered_kea_t |
ptr = nullptr | ) |
|
|
inline |
◆ info()
const char * chronoptics::tof::DiscoveredKea::info |
( |
| ) |
const |
|
inline |
Additional information about the discovered camera.
- Returns
- Additional information
Definition at line 287 of file kea_camera.hpp.
◆ is_tui()
bool chronoptics::tof::DiscoveredKea::is_tui |
( |
| ) |
const |
|
inline |
Check whether this camera is a TUI camera.
- Returns
- Is tui
Definition at line 301 of file kea_camera.hpp.
◆ model()
const char * chronoptics::tof::DiscoveredKea::model |
( |
| ) |
const |
|
inline |
◆ serial()
const char * chronoptics::tof::DiscoveredKea::serial |
( |
| ) |
const |
|
inline |