Package org.yamcs.ygw
Class ProtoConverter
java.lang.Object
org.yamcs.ygw.ProtoConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromProto(org.yamcs.ygw.protobuf.Ygw.CommandAck.AckStatus ackStatus) static CommandOptionfromProto(org.yamcs.ygw.protobuf.Ygw.CommandOption opt) static longfromProtoMillis(org.yamcs.ygw.protobuf.Ygw.Timestamp t) static org.yamcs.ygw.protobuf.Ygw.TimestamptoProtoTimestamp(long instant)
-
Constructor Details
-
ProtoConverter
public ProtoConverter()
-
-
Method Details
-
fromProtoMillis
public static long fromProtoMillis(org.yamcs.ygw.protobuf.Ygw.Timestamp t) -
toProtoTimestamp
public static org.yamcs.ygw.protobuf.Ygw.Timestamp toProtoTimestamp(long instant) -
fromProto
public static CommandHistoryPublisher.AckStatus fromProto(org.yamcs.ygw.protobuf.Ygw.CommandAck.AckStatus ackStatus) -
fromProto
-