Class TrajectoryProto
java.lang.Object
edu.wpi.first.math.trajectory.proto.TrajectoryProto
- All Implemented Interfaces:
Protobuf<Trajectory,Trajectory.ProtobufTrajectory>
public class TrajectoryProto extends Object implements Protobuf<Trajectory,Trajectory.ProtobufTrajectory>
-
Constructor Summary
Constructors Constructor Description TrajectoryProto()
-
Method Summary
Modifier and Type Method Description Trajectory.ProtobufTrajectory
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>
getTypeClass()
Gets the Class object for the stored value.void
pack(Trajectory.ProtobufTrajectory msg, Trajectory value)
Copies the object contents into a protobuf message.Trajectory
unpack(Trajectory.ProtobufTrajectory 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
-
TrajectoryProto
public TrajectoryProto()
-
-
Method Details
-
getTypeClass
Description copied from interface:Protobuf
Gets the Class object for the stored value.- Specified by:
getTypeClass
in interfaceProtobuf<Trajectory,Trajectory.ProtobufTrajectory>
- Returns:
- Class
-
getDescriptor
Description copied from interface:Protobuf
Gets the protobuf descriptor.- Specified by:
getDescriptor
in interfaceProtobuf<Trajectory,Trajectory.ProtobufTrajectory>
- Returns:
- descriptor
-
getNested
Description copied from interface:Protobuf
Gets the list of protobuf types referenced by this protobuf.- Specified by:
getNested
in interfaceProtobuf<Trajectory,Trajectory.ProtobufTrajectory>
- Returns:
- list of protobuf types
-
createMessage
Description copied from interface:Protobuf
Creates protobuf message.- Specified by:
createMessage
in interfaceProtobuf<Trajectory,Trajectory.ProtobufTrajectory>
- Returns:
- protobuf message
-
unpack
Description copied from interface:Protobuf
Deserializes an object from a protobuf message.- Specified by:
unpack
in interfaceProtobuf<Trajectory,Trajectory.ProtobufTrajectory>
- 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,Trajectory.ProtobufTrajectory>
- Parameters:
msg
- protobuf messagevalue
- object to serialize
-