WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
CubicHermiteSplineProto.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
11
12template <>
#define WPILIB_DLLEXPORT
Definition SymbolExports.hpp:36
Represents a hermite spline of degree 3.
Definition CubicHermiteSpline.hpp:16
Class for wrapping a nanopb istream.
Definition Protobuf.hpp:55
Class for wrapping a nanopb ostream.
Definition Protobuf.hpp:119
Definition CvSource.hpp:15
struct _wpi_proto_ProtobufCubicHermiteSpline wpi_proto_ProtobufCubicHermiteSpline
wpi::util::ProtoInputStream< wpi::math::CubicHermiteSpline > InputStream
Definition CubicHermiteSplineProto.hpp:15
static std::optional< wpi::math::CubicHermiteSpline > Unpack(InputStream &stream)
wpi::util::ProtoOutputStream< wpi::math::CubicHermiteSpline > OutputStream
Definition CubicHermiteSplineProto.hpp:17
wpi_proto_ProtobufCubicHermiteSpline MessageStruct
Definition CubicHermiteSplineProto.hpp:14
static bool Pack(OutputStream &stream, const wpi::math::CubicHermiteSpline &value)
Protobuf serialization template.
Definition Protobuf.hpp:36