Class TrajectoryStateProto
java.lang.Object
edu.wpi.first.math.trajectory.proto.TrajectoryStateProto
- All Implemented Interfaces:
Protobuf<Trajectory.State,Trajectory.ProtobufTrajectoryState>
public class TrajectoryStateProto extends Object implements Protobuf<Trajectory.State,Trajectory.ProtobufTrajectoryState>
-
Constructor Summary
Constructors Constructor Description TrajectoryStateProto()
-
Method Summary
Modifier and Type Method Description Trajectory.ProtobufTrajectoryState
createMessage()
Creates protobuf message.us.hebi.quickbuf.Descriptors.Descriptor
getDescriptor()
Gets the protobuf descriptor.Protobuf<?,?>[]
getNested()
Gets the list of protobuf types referenced by this protobuf.Class<Trajectory.State>
getTypeClass()
Gets the Class object for the stored value.void
pack(Trajectory.ProtobufTrajectoryState msg, Trajectory.State value)
Copies the object contents into a protobuf message.Trajectory.State
unpack(Trajectory.ProtobufTrajectoryState msg)
Deserializes an object from a protobuf message.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface edu.wpi.first.util.protobuf.Protobuf
forEachDescriptor, getTypeString, unpackInto
-
Constructor Details
-
TrajectoryStateProto
public TrajectoryStateProto()
-
-
Method Details
-
getTypeClass
Description copied from interface:Protobuf
Gets the Class object for the stored value.- Specified by:
getTypeClass
in interfaceProtobuf<Trajectory.State,Trajectory.ProtobufTrajectoryState>
- Returns:
- Class
-
getDescriptor
Description copied from interface:Protobuf
Gets the protobuf descriptor.- Specified by:
getDescriptor
in interfaceProtobuf<Trajectory.State,Trajectory.ProtobufTrajectoryState>
- Returns:
- descriptor
-
getNested
Description copied from interface:Protobuf
Gets the list of protobuf types referenced by this protobuf.- Specified by:
getNested
in interfaceProtobuf<Trajectory.State,Trajectory.ProtobufTrajectoryState>
- Returns:
- list of protobuf types
-
createMessage
Description copied from interface:Protobuf
Creates protobuf message.- Specified by:
createMessage
in interfaceProtobuf<Trajectory.State,Trajectory.ProtobufTrajectoryState>
- Returns:
- protobuf message
-
unpack
Description copied from interface:Protobuf
Deserializes an object from a protobuf message.- Specified by:
unpack
in interfaceProtobuf<Trajectory.State,Trajectory.ProtobufTrajectoryState>
- Parameters:
msg
- protobuf message- Returns:
- New object
-
pack
Description copied from interface:Protobuf
Copies the object contents into a protobuf message. Implementations should call either msg.setMember(member) or member.copyToProto(msg.getMutableMember()) for each member.- Specified by:
pack
in interfaceProtobuf<Trajectory.State,Trajectory.ProtobufTrajectoryState>
- Parameters:
msg
- protobuf messagevalue
- object to serialize
-