20 static std::optional<wpi::math::ElevatorFeedforward>
Unpack(
#define WPILIB_DLLEXPORT
Definition SymbolExports.hpp:36
A helper class that computes feedforward outputs for a simple elevator (modeled as a motor acting aga...
Definition ElevatorFeedforward.hpp:20
Class for wrapping a nanopb ostream.
Definition Protobuf.hpp:119
struct _wpi_proto_ProtobufElevatorFeedforward wpi_proto_ProtobufElevatorFeedforward
Definition CvSource.hpp:15
wpi::util::ProtoInputStream< wpi::math::ElevatorFeedforward > InputStream
Definition ElevatorFeedforwardProto.hpp:16
static std::optional< wpi::math::ElevatorFeedforward > Unpack(InputStream &stream)
wpi::util::ProtoOutputStream< wpi::math::ElevatorFeedforward > OutputStream
Definition ElevatorFeedforwardProto.hpp:18
static bool Pack(OutputStream &stream, const wpi::math::ElevatorFeedforward &value)
wpi_proto_ProtobufElevatorFeedforward MessageStruct
Definition ElevatorFeedforwardProto.hpp:15
Protobuf serialization template.
Definition Protobuf.hpp:36