Class Twist3dProto
java.lang.Object
edu.wpi.first.math.geometry.proto.Twist3dProto
- All Implemented Interfaces:
Protobuf<Twist3d,Geometry3D.ProtobufTwist3d>
public class Twist3dProto extends Object implements Protobuf<Twist3d,Geometry3D.ProtobufTwist3d>
-
Constructor Summary
Constructors Constructor Description Twist3dProto()
-
Method Summary
Modifier and Type Method Description Geometry3D.ProtobufTwist3d
createMessage()
Creates protobuf message.us.hebi.quickbuf.Descriptors.Descriptor
getDescriptor()
Gets the protobuf descriptor.Class<Twist3d>
getTypeClass()
Gets the Class object for the stored value.void
pack(Geometry3D.ProtobufTwist3d msg, Twist3d value)
Copies the object contents into a protobuf message.Twist3d
unpack(Geometry3D.ProtobufTwist3d 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, getNested, getTypeString, unpackInto
-
Constructor Details
-
Twist3dProto
public Twist3dProto()
-
-
Method Details
-
getTypeClass
Description copied from interface:Protobuf
Gets the Class object for the stored value.- Specified by:
getTypeClass
in interfaceProtobuf<Twist3d,Geometry3D.ProtobufTwist3d>
- Returns:
- Class
-
getDescriptor
Description copied from interface:Protobuf
Gets the protobuf descriptor.- Specified by:
getDescriptor
in interfaceProtobuf<Twist3d,Geometry3D.ProtobufTwist3d>
- Returns:
- descriptor
-
createMessage
Description copied from interface:Protobuf
Creates protobuf message.- Specified by:
createMessage
in interfaceProtobuf<Twist3d,Geometry3D.ProtobufTwist3d>
- Returns:
- protobuf message
-
unpack
Description copied from interface:Protobuf
Deserializes an object from a protobuf message.- Specified by:
unpack
in interfaceProtobuf<Twist3d,Geometry3D.ProtobufTwist3d>
- 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<Twist3d,Geometry3D.ProtobufTwist3d>
- Parameters:
msg
- protobuf messagevalue
- object to serialize
-