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