Monado OpenXR Runtime
Loading...
Searching...
No Matches
t_time_sync.h File Reference

Header defining interfaces for time synchronization in Monado. More...

#include "xrt/xrt_defines.h"
Include dependency graph for t_time_sync.h:

Go to the source code of this file.

Data Structures

struct  t_timing_event_camera_exposure_start
 Marks beginning of a camera exposure, pushed from the source to the sink. More...
 
struct  t_timing_event
 
interface  t_timing_event_sink
 A time sync sink is a component that receives timing events from a stable timing source, such as the exposure of a camera frame. More...
 
interface  t_timing_event_source
 A time sync source is a component that generates timing events for an t_timing_event_sink to consume. More...
 

Enumerations

enum  t_timing_event_type { T_TIMING_EVENT_TYPE_CAMERA_EXPOSURE_START }
 

Detailed Description

Header defining interfaces for time synchronization in Monado.

Author
Beyley Cardellio ep1cm.nosp@m.1n10.nosp@m.n123@.nosp@m.gmai.nosp@m.l.com

Enumeration Type Documentation

◆ t_timing_event_type

Enumerator
T_TIMING_EVENT_TYPE_CAMERA_EXPOSURE_START 

Marks the beginning of an exposure.