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