WPILibC++ 2025.3.2
Loading...
Searching...
No Matches
wpi::Protobuf< frc::Matrixd< Size, 1, Options, MaxRows, MaxCols > > Struct Template Reference

#include <frc/proto/VectorProto.h>

Public Types

using MessageStruct = wpi_proto_ProtobufVector
 
using InputStream
 
using OutputStream
 

Static Public Member Functions

static std::optional< frc::Matrixd< Size, 1, Options, MaxRows, MaxCols > > Unpack (InputStream &stream)
 
static bool Pack (OutputStream &stream, const frc::Matrixd< Size, 1, Options, MaxRows, MaxCols > &value)
 

Member Typedef Documentation

◆ InputStream

template<int Size, int Options, int MaxRows, int MaxCols>
using wpi::Protobuf< frc::Matrixd< Size, 1, Options, MaxRows, MaxCols > >::InputStream
Initial value:
Class for wrapping a nanopb istream.
Definition Protobuf.h:55

◆ MessageStruct

template<int Size, int Options, int MaxRows, int MaxCols>
using wpi::Protobuf< frc::Matrixd< Size, 1, Options, MaxRows, MaxCols > >::MessageStruct = wpi_proto_ProtobufVector

◆ OutputStream

template<int Size, int Options, int MaxRows, int MaxCols>
using wpi::Protobuf< frc::Matrixd< Size, 1, Options, MaxRows, MaxCols > >::OutputStream
Initial value:
Class for wrapping a nanopb ostream.
Definition Protobuf.h:119

Member Function Documentation

◆ Pack()

template<int Size, int Options, int MaxRows, int MaxCols>
static bool wpi::Protobuf< frc::Matrixd< Size, 1, Options, MaxRows, MaxCols > >::Pack ( OutputStream & stream,
const frc::Matrixd< Size, 1, Options, MaxRows, MaxCols > & value )
inlinestatic

◆ Unpack()

template<int Size, int Options, int MaxRows, int MaxCols>
static std::optional< frc::Matrixd< Size, 1, Options, MaxRows, MaxCols > > wpi::Protobuf< frc::Matrixd< Size, 1, Options, MaxRows, MaxCols > >::Unpack ( InputStream & stream)
inlinestatic

The documentation for this struct was generated from the following file: