template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 384 of file fidling/gen/sdk/fidl/fuchsia.scenic.scheduling/fuchsia.scenic.scheduling/cpp/fidl/fuchsia.scenic.scheduling/cpp/wire_types.h
Public Methods
::fuchsia_scenic_scheduling::wire::PresentReceivedInfo Build ()
Build and return the table. The builder should not be used after this.
bool has_present_received_time ()
void clear_present_received_time ()
Clears the present_received_time field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
int64_t & present_received_time ()
The time Scenic receives the Present2 call.
BuilderImpl & present_received_time (Wrapper_Ignore_Me_< ::fidl::ObjectView<int64_t>> elem)
The time Scenic receives the Present2 call.
bool has_latched_time ()
void clear_latched_time ()
Clears the latched_time field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
int64_t & latched_time ()
The time Scenic latched the Present2 call to. This is guaranteed to be
greater than the `present_received_time`.
BuilderImpl & latched_time (Wrapper_Ignore_Me_< ::fidl::ObjectView<int64_t>> elem)
The time Scenic latched the Present2 call to. This is guaranteed to be
greater than the `present_received_time`.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_scenic_scheduling::wire::PresentReceivedInfo, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_scenic_scheduling::wire::PresentReceivedInfo>> && frame)