class PresentReceivedInfo
Defined at line 151 of file fidling/gen/sdk/fidl/fuchsia.scenic.scheduling/fuchsia.scenic.scheduling/hlcpp/fuchsia/scenic/scheduling/cpp/fidl.h
The times we record for each Present2, expressed in nanoseconds in the
`CLOCK_MONOTONIC` timebase.
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
const int64_t & present_received_time ()
The time Scenic receives the Present2 call.
Defined at line 158 of file fidling/gen/sdk/fidl/fuchsia.scenic.scheduling/fuchsia.scenic.scheduling/hlcpp/fuchsia/scenic/scheduling/cpp/fidl.h
bool has_present_received_time ()
Defined at line 162 of file fidling/gen/sdk/fidl/fuchsia.scenic.scheduling/fuchsia.scenic.scheduling/hlcpp/fuchsia/scenic/scheduling/cpp/fidl.h
int64_t * mutable_present_received_time ()
The time Scenic receives the Present2 call.
Defined at line 167 of file fidling/gen/sdk/fidl/fuchsia.scenic.scheduling/fuchsia.scenic.scheduling/hlcpp/fuchsia/scenic/scheduling/cpp/fidl.h
void clear_present_received_time ()
Defined at line 175 of file fidling/gen/sdk/fidl/fuchsia.scenic.scheduling/fuchsia.scenic.scheduling/hlcpp/fuchsia/scenic/scheduling/cpp/fidl.h
const int64_t & latched_time ()
The time Scenic latched the Present2 call to. This is guaranteed to be
greater than the `present_received_time`.
Defined at line 185 of file fidling/gen/sdk/fidl/fuchsia.scenic.scheduling/fuchsia.scenic.scheduling/hlcpp/fuchsia/scenic/scheduling/cpp/fidl.h
bool has_latched_time ()
Defined at line 189 of file fidling/gen/sdk/fidl/fuchsia.scenic.scheduling/fuchsia.scenic.scheduling/hlcpp/fuchsia/scenic/scheduling/cpp/fidl.h
int64_t * mutable_latched_time ()
The time Scenic latched the Present2 call to. This is guaranteed to be
greater than the `present_received_time`.
Defined at line 195 of file fidling/gen/sdk/fidl/fuchsia.scenic.scheduling/fuchsia.scenic.scheduling/hlcpp/fuchsia/scenic/scheduling/cpp/fidl.h
void clear_latched_time ()
Defined at line 203 of file fidling/gen/sdk/fidl/fuchsia.scenic.scheduling/fuchsia.scenic.scheduling/hlcpp/fuchsia/scenic/scheduling/cpp/fidl.h
PresentReceivedInfo & set_present_received_time (int64_t _value)
PresentReceivedInfo & set_latched_time (int64_t _value)
void PresentReceivedInfo ()
void PresentReceivedInfo (PresentReceivedInfo && other)
void ~PresentReceivedInfo ()
PresentReceivedInfo & operator= (PresentReceivedInfo && other)
::std::unique_ptr<PresentReceivedInfo> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, PresentReceivedInfo * _value, size_t _offset)
zx_status_t Clone (PresentReceivedInfo * _result)