PhotonVision C++ dev-v2025.0.0-beta-8-2-gbd1c5c03
|
#include <algorithm>
#include <bit>
#include <cstring>
#include <iostream>
#include <optional>
#include <span>
#include <string>
#include <vector>
#include <wpi/Demangle.h>
#include <wpi/ct_string.h>
#include <wpi/struct/Struct.h>
Go to the source code of this file.
Classes | |
struct | photon::SerdeType< T > |
class | photon::Packet |
A packet that holds byte-packed data to be sent over NetworkTables. More... | |
struct | photon::SerdeType< std::vector< T > > |
struct | photon::SerdeType< std::optional< T > > |
Namespaces | |
namespace | photon |
Concepts | |
concept | photon::PhotonStructSerializable |
concept | photon::arithmetic |