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