WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
Twist3dProto.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
Class for wrapping a nanopb istream.
Definition Protobuf.hpp:55
Class for wrapping a nanopb ostream.
Definition Protobuf.hpp:119
struct _wpi_proto_ProtobufTwist3d wpi_proto_ProtobufTwist3d
Definition CvSource.hpp:15
A change in distance along a 3D arc since the last pose update.
Definition Twist3d.hpp:23
wpi::util::ProtoInputStream< wpi::math::Twist3d > InputStream
Definition Twist3dProto.hpp:15
static bool Pack(OutputStream &stream, const wpi::math::Twist3d &value)
wpi::util::ProtoOutputStream< wpi::math::Twist3d > OutputStream
Definition Twist3dProto.hpp:16
wpi_proto_ProtobufTwist3d MessageStruct
Definition Twist3dProto.hpp:14
static std::optional< wpi::math::Twist3d > Unpack(InputStream &stream)
Protobuf serialization template.
Definition Protobuf.hpp:36