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