WPILibC++ 2025.1.1
Loading...
Searching...
No Matches
DifferentialDriveFeedforwardProto.h
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 <wpi/SymbolExports.h>
9
11#include "pb.h"
13
14template <>
#define WPILIB_DLLEXPORT
Definition SymbolExports.h:36
A helper class which computes the feedforward outputs for a differential drive drivetrain.
Definition DifferentialDriveFeedforward.h:25
Class for wrapping a nanopb istream.
Definition Protobuf.h:55
Class for wrapping a nanopb ostream.
Definition Protobuf.h:119
struct _wpi_proto_ProtobufDifferentialDriveFeedforward wpi_proto_ProtobufDifferentialDriveFeedforward
Foonathan namespace.
Definition ntcore_cpp.h:26
static std::optional< frc::DifferentialDriveFeedforward > Unpack(InputStream &stream)
static bool Pack(OutputStream &stream, const frc::DifferentialDriveFeedforward &value)
Protobuf serialization template.
Definition Protobuf.h:36