15 return "struct:ArmFeedforward";
17 static constexpr size_t GetSize() {
return 32; }
19 return "double ks;double kg;double kv;double ka";
#define WPILIB_DLLEXPORT
Definition: SymbolExports.h:36
A helper class that computes feedforward outputs for a simple arm (modeled as a motor acting against ...
Definition: ArmFeedforward.h:21
Specifies that a type is capable of raw struct serialization and deserialization.
Definition: Struct.h:68
basic_string_view< char > string_view
Definition: core.h:501
Definition: ntcore_cpp.h:26
static constexpr std::string_view GetTypeString()
Definition: ArmFeedforwardStruct.h:14
static constexpr std::string_view GetSchema()
Definition: ArmFeedforwardStruct.h:18
static frc::ArmFeedforward Unpack(std::span< const uint8_t > data)
static constexpr size_t GetSize()
Definition: ArmFeedforwardStruct.h:17
static void Pack(std::span< uint8_t > data, const frc::ArmFeedforward &value)