21 static std::optional<wpi::math::DifferentialDriveFeedforward>
Unpack(
#define WPILIB_DLLEXPORT
Definition SymbolExports.hpp:36
A helper class which computes the feedforward outputs for a differential drive drivetrain.
Definition DifferentialDriveFeedforward.hpp:24
Class for wrapping a nanopb ostream.
Definition Protobuf.hpp:119
struct _wpi_proto_ProtobufDifferentialDriveFeedforward wpi_proto_ProtobufDifferentialDriveFeedforward
Definition CvSource.hpp:15
wpi::util::ProtoInputStream< wpi::math::DifferentialDriveFeedforward > InputStream
Definition DifferentialDriveFeedforwardProto.hpp:17
static std::optional< wpi::math::DifferentialDriveFeedforward > Unpack(InputStream &stream)
static bool Pack(OutputStream &stream, const wpi::math::DifferentialDriveFeedforward &value)
wpi_proto_ProtobufDifferentialDriveFeedforward MessageStruct
Definition DifferentialDriveFeedforwardProto.hpp:16
wpi::util::ProtoOutputStream< wpi::math::DifferentialDriveFeedforward > OutputStream
Definition DifferentialDriveFeedforwardProto.hpp:19
Protobuf serialization template.
Definition Protobuf.hpp:36