class PresentReceivedInfo
Defined at line 108 of file fidling/gen/sdk/fidl/fuchsia.scenic.scheduling/fuchsia.scenic.scheduling/cpp/fidl/fuchsia.scenic.scheduling/cpp/natural_types.h
The times we record for each Present2, expressed in nanoseconds in the
`CLOCK_MONOTONIC` timebase.
Public Methods
void PresentReceivedInfo (Storage_ storage)
void PresentReceivedInfo ()
Defined at line 114 of file fidling/gen/sdk/fidl/fuchsia.scenic.scheduling/fuchsia.scenic.scheduling/cpp/fidl/fuchsia.scenic.scheduling/cpp/natural_types.h
void PresentReceivedInfo (PresentReceivedInfo && )
Defined at line 115 of file fidling/gen/sdk/fidl/fuchsia.scenic.scheduling/fuchsia.scenic.scheduling/cpp/fidl/fuchsia.scenic.scheduling/cpp/natural_types.h
void PresentReceivedInfo (const PresentReceivedInfo & other)
PresentReceivedInfo & operator= (PresentReceivedInfo && )
Defined at line 116 of file fidling/gen/sdk/fidl/fuchsia.scenic.scheduling/fuchsia.scenic.scheduling/cpp/fidl/fuchsia.scenic.scheduling/cpp/natural_types.h
PresentReceivedInfo & operator= (const PresentReceivedInfo & other)
bool operator== (const PresentReceivedInfo & other)
bool operator!= (const PresentReceivedInfo & other)
bool IsEmpty ()
const std::optional<int64_t> & present_received_time ()
The time Scenic receives the Present2 call.
::std::optional<int64_t> & present_received_time ()
The time Scenic receives the Present2 call.
PresentReceivedInfo & present_received_time (std::optional<int64_t> value)
The time Scenic receives the Present2 call.
const std::optional<int64_t> & latched_time ()
The time Scenic latched the Present2 call to. This is guaranteed to be
greater than the `present_received_time`.
::std::optional<int64_t> & latched_time ()
The time Scenic latched the Present2 call to. This is guaranteed to be
greater than the `present_received_time`.
PresentReceivedInfo & latched_time (std::optional<int64_t> value)
The time Scenic latched the Present2 call to. This is guaranteed to be
greater than the `present_received_time`.
void PresentReceivedInfo (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits