This file defines the HFL camera's interface class. More...
#include <hfl_configs.h>#include <hfl_frame.h>#include <string>#include <vector>#include <memory>

Go to the source code of this file.
Classes | |
| class | hfl::HflInterface |
| Base class for all of the HFL cameras. More... | |
Namespaces | |
| hfl | |
Enumerations | |
| enum | hfl::num_bits { hfl::eight_bit = 0, hfl::ten_bit, hfl::twelve_bit, hfl::fourteen_bit } |
| Number of Bits. More... | |
| enum | hfl::udp_port_types { hfl::frame_data, hfl::object_data, hfl::lut_data } |
| UDP ports types. More... | |
Functions | |
| static float | hfl::big_to_native (float x) |
| static uint32_t | hfl::big_to_native (uint32_t x) |
| static uint16_t | hfl::big_to_native (uint16_t x) |
| static uint8_t | hfl::big_to_native (uint8_t x) |
This file defines the HFL camera's interface class.
Definition in file hfl_interface.h.