Struct ILLIXR::data_format::compressed_frame
ClassList > ILLIXR > data_format > compressed_frame
Inherits the following classes: ILLIXR::switchboard::event
Public Attributes
| Type | Name |
|---|---|
| char * | left_color_nalu = nullptr |
| int | left_color_nalu_size |
| char * | left_depth_nalu = nullptr |
| int | left_depth_nalu_size |
| long | magic = 0 |
| bool | nalu_only |
| fast_pose_type | pose |
| char * | right_color_nalu = nullptr |
| int | right_color_nalu_size |
| char * | right_depth_nalu = nullptr |
| int | right_depth_nalu_size |
| uint64_t | sent_time |
| bool | use_depth |
Public Functions
| Type | Name |
|---|---|
| compressed_frame () = default |
|
| void | load (Archive & ar, const unsigned int version) |
| void | save (Archive & ar, const unsigned int version) const |
| ~compressed_frame () |
Public Functions inherited from ILLIXR::switchboard::event
See ILLIXR::switchboard::event
| Type | Name |
|---|---|
| void | serialize (Archive & ar, const unsigned int version) |
| virtual | ~event () = default |
Public Attributes Documentation
variable left_color_nalu
char* ILLIXR::data_format::compressed_frame::left_color_nalu;
variable left_color_nalu_size
int ILLIXR::data_format::compressed_frame::left_color_nalu_size;
variable left_depth_nalu
char* ILLIXR::data_format::compressed_frame::left_depth_nalu;
variable left_depth_nalu_size
int ILLIXR::data_format::compressed_frame::left_depth_nalu_size;
variable magic
long ILLIXR::data_format::compressed_frame::magic;
variable nalu_only
bool ILLIXR::data_format::compressed_frame::nalu_only;
variable pose
fast_pose_type ILLIXR::data_format::compressed_frame::pose;
variable right_color_nalu
char* ILLIXR::data_format::compressed_frame::right_color_nalu;
variable right_color_nalu_size
int ILLIXR::data_format::compressed_frame::right_color_nalu_size;
variable right_depth_nalu
char* ILLIXR::data_format::compressed_frame::right_depth_nalu;
variable right_depth_nalu_size
int ILLIXR::data_format::compressed_frame::right_depth_nalu_size;
variable sent_time
uint64_t ILLIXR::data_format::compressed_frame::sent_time;
variable use_depth
bool ILLIXR::data_format::compressed_frame::use_depth;
Public Functions Documentation
function compressed_frame
ILLIXR::data_format::compressed_frame::compressed_frame () = default
function load
template<class Archive>
inline void ILLIXR::data_format::compressed_frame::load (
Archive & ar,
const unsigned int version
)
function save
template<class Archive>
inline void ILLIXR::data_format::compressed_frame::save (
Archive & ar,
const unsigned int version
) const
function ~compressed_frame
inline ILLIXR::data_format::compressed_frame::~compressed_frame ()
Friends Documentation
friend access
class ILLIXR::data_format::compressed_frame::access (
boost::serialization::access
)
The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR/ILLIXR/include/illixr/data_format/frame.hpp