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