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