Package org.photonvision.struct
Class PnpResultSerde
java.lang.Object
org.photonvision.struct.PnpResultSerde
- All Implemented Interfaces:
 PacketSerde<PnpResult>
Auto-generated serialization/deserialization helper for PnpResult
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe hash of the schema stringintPacketSerde<?>[]Gets the list of photonstruct types referenced by this struct.Struct<?>[]Gets the list of WPILib struct types referenced by this struct.final StringThe schema definition, as defined in photon-serde/README.mdfinal StringThe name of this struct (eg "PhotonTrackedTarget")voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.photonvision.common.dataflow.structures.PacketSerde
getTypeString 
- 
Constructor Details
- 
PnpResultSerde
public PnpResultSerde() 
 - 
 - 
Method Details
- 
getInterfaceUUID
Description copied from interface:PacketSerdeThe hash of the schema string- Specified by:
 getInterfaceUUIDin interfacePacketSerde<PnpResult>
 - 
getSchema
Description copied from interface:PacketSerdeThe schema definition, as defined in photon-serde/README.md- Specified by:
 getSchemain interfacePacketSerde<PnpResult>
 - 
getTypeName
Description copied from interface:PacketSerdeThe name of this struct (eg "PhotonTrackedTarget")- Specified by:
 getTypeNamein interfacePacketSerde<PnpResult>
 - 
getMaxByteSize
- Specified by:
 getMaxByteSizein interfacePacketSerde<PnpResult>
 - 
pack
- Specified by:
 packin interfacePacketSerde<PnpResult>
 - 
unpack
- Specified by:
 unpackin interfacePacketSerde<PnpResult>
 - 
getNestedPhotonMessages
Description copied from interface:PacketSerdeGets the list of photonstruct types referenced by this struct.- Specified by:
 getNestedPhotonMessagesin interfacePacketSerde<PnpResult>
 - 
getNestedWpilibMessages
Description copied from interface:PacketSerdeGets the list of WPILib struct types referenced by this struct.- Specified by:
 getNestedWpilibMessagesin interfacePacketSerde<PnpResult>
 
 -