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