Package org.photonvision.struct
Class PhotonPipelineResultSerde
java.lang.Object
org.photonvision.struct.PhotonPipelineResultSerde
- All Implemented Interfaces:
 PacketSerde<PhotonPipelineResult>
Auto-generated serialization/deserialization helper for PhotonPipelineResult
- 
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")voidpack(Packet packet, PhotonPipelineResult value) Methods 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
- 
PhotonPipelineResultSerde
public PhotonPipelineResultSerde() 
 - 
 - 
Method Details
- 
getInterfaceUUID
Description copied from interface:PacketSerdeThe hash of the schema string- Specified by:
 getInterfaceUUIDin interfacePacketSerde<PhotonPipelineResult>
 - 
getSchema
Description copied from interface:PacketSerdeThe schema definition, as defined in photon-serde/README.md- Specified by:
 getSchemain interfacePacketSerde<PhotonPipelineResult>
 - 
getTypeName
Description copied from interface:PacketSerdeThe name of this struct (eg "PhotonTrackedTarget")- Specified by:
 getTypeNamein interfacePacketSerde<PhotonPipelineResult>
 - 
getMaxByteSize
- Specified by:
 getMaxByteSizein interfacePacketSerde<PhotonPipelineResult>
 - 
pack
- Specified by:
 packin interfacePacketSerde<PhotonPipelineResult>
 - 
unpack
- Specified by:
 unpackin interfacePacketSerde<PhotonPipelineResult>
 - 
getNestedPhotonMessages
Description copied from interface:PacketSerdeGets the list of photonstruct types referenced by this struct.- Specified by:
 getNestedPhotonMessagesin interfacePacketSerde<PhotonPipelineResult>
 - 
getNestedWpilibMessages
Description copied from interface:PacketSerdeGets the list of WPILib struct types referenced by this struct.- Specified by:
 getNestedWpilibMessagesin interfacePacketSerde<PhotonPipelineResult>
 
 -