19 static std::optional<wpi::math::SwerveModuleVelocity>
Unpack(
#define WPILIB_DLLEXPORT
Definition SymbolExports.hpp:36
Class for wrapping a nanopb ostream.
Definition Protobuf.hpp:119
struct _wpi_proto_ProtobufSwerveModuleVelocity wpi_proto_ProtobufSwerveModuleVelocity
Definition CvSource.hpp:15
Represents the velocity of one swerve module.
Definition SwerveModuleVelocity.hpp:17
static bool Pack(OutputStream &stream, const wpi::math::SwerveModuleVelocity &value)
static std::optional< wpi::math::SwerveModuleVelocity > Unpack(InputStream &stream)
wpi::util::ProtoInputStream< wpi::math::SwerveModuleVelocity > InputStream
Definition SwerveModuleVelocityProto.hpp:15
wpi_proto_ProtobufSwerveModuleVelocity MessageStruct
Definition SwerveModuleVelocityProto.hpp:14
wpi::util::ProtoOutputStream< wpi::math::SwerveModuleVelocity > OutputStream
Definition SwerveModuleVelocityProto.hpp:17
Protobuf serialization template.
Definition Protobuf.hpp:36