20 static std::optional<wpi::math::DifferentialDriveWheelPositions>
Unpack(
#define WPILIB_DLLEXPORT
Definition SymbolExports.hpp:36
Class for wrapping a nanopb ostream.
Definition Protobuf.hpp:119
struct _wpi_proto_ProtobufDifferentialDriveWheelPositions wpi_proto_ProtobufDifferentialDriveWheelPositions
Definition CvSource.hpp:15
Represents the wheel positions for a differential drive drivetrain.
Definition DifferentialDriveWheelPositions.hpp:15
static bool Pack(OutputStream &stream, const wpi::math::DifferentialDriveWheelPositions &value)
wpi_proto_ProtobufDifferentialDriveWheelPositions MessageStruct
Definition DifferentialDriveWheelPositionsProto.hpp:15
static std::optional< wpi::math::DifferentialDriveWheelPositions > Unpack(InputStream &stream)
wpi::util::ProtoInputStream< wpi::math::DifferentialDriveWheelPositions > InputStream
Definition DifferentialDriveWheelPositionsProto.hpp:16
wpi::util::ProtoOutputStream< wpi::math::DifferentialDriveWheelPositions > OutputStream
Definition DifferentialDriveWheelPositionsProto.hpp:18
Protobuf serialization template.
Definition Protobuf.hpp:36