class FilePlaybackConfig
Defined at line 793 of file fidling/gen/sdk/fidl/fuchsia.hardware.sensors/fuchsia.hardware.sensors/cpp/fidl/fuchsia.hardware.sensors/cpp/natural_types.h
A playback configuration which specifies a file from which to read sensor
events.
Public Methods
void FilePlaybackConfig (Storage_ storage)
void FilePlaybackConfig ()
Defined at line 799 of file fidling/gen/sdk/fidl/fuchsia.hardware.sensors/fuchsia.hardware.sensors/cpp/fidl/fuchsia.hardware.sensors/cpp/natural_types.h
void FilePlaybackConfig (FilePlaybackConfig && )
Defined at line 800 of file fidling/gen/sdk/fidl/fuchsia.hardware.sensors/fuchsia.hardware.sensors/cpp/fidl/fuchsia.hardware.sensors/cpp/natural_types.h
void FilePlaybackConfig (const FilePlaybackConfig & other)
FilePlaybackConfig & operator= (FilePlaybackConfig && )
Defined at line 801 of file fidling/gen/sdk/fidl/fuchsia.hardware.sensors/fuchsia.hardware.sensors/cpp/fidl/fuchsia.hardware.sensors/cpp/natural_types.h
FilePlaybackConfig & operator= (const FilePlaybackConfig & other)
bool operator== (const FilePlaybackConfig & other)
bool operator!= (const FilePlaybackConfig & other)
bool IsEmpty ()
const std::optional< ::std::string> & file_path ()
The path of the data file to read.
::std::optional< ::std::string> & file_path ()
The path of the data file to read.
FilePlaybackConfig & file_path (std::optional< ::std::string> value)
The path of the data file to read.
void FilePlaybackConfig (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits