WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
ArmFeedforwardProto.hpp
Go to the documentation of this file.
1// Copyright (c) FIRST and other WPILib contributors.
2// Open Source Software; you can modify and/or share it under the terms of
3// the WPILib BSD license file in the root directory of this project.
4
5#pragma once
6
7#include "pb.h"
12
13template <>
#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 istream.
Definition Protobuf.hpp:55
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