All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yamcs.protobuf.ArchiveParameterSegmentInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.10.9
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: yamcs/protobuf/archive/parameter_archive_service.proto

package org.yamcs.protobuf;

public interface ArchiveParameterSegmentInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.archive.ArchiveParameterSegmentInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Multiple parameters are grouped such that all in one group have
   * the same timestamps. For example: all parameters extracted from
   * one TM packet usually have the same timestamp.
   * This way we have a unique segment storing the timestamps for a
   * group of parameters. The groupId can be used to retrieve all parameters
   * from the same group.
   * 
* * optional uint32 groupId = 1; * @return Whether the groupId field is set. */ boolean hasGroupId(); /** *
   * Multiple parameters are grouped such that all in one group have
   * the same timestamps. For example: all parameters extracted from
   * one TM packet usually have the same timestamp.
   * This way we have a unique segment storing the timestamps for a
   * group of parameters. The groupId can be used to retrieve all parameters
   * from the same group.
   * 
* * optional uint32 groupId = 1; * @return The groupId. */ int getGroupId(); /** *
   *the segment start
   * 
* * optional .google.protobuf.Timestamp start = 2; * @return Whether the start field is set. */ boolean hasStart(); /** *
   *the segment start
   * 
* * optional .google.protobuf.Timestamp start = 2; * @return The start. */ com.google.protobuf.Timestamp getStart(); /** *
   *the segment start
   * 
* * optional .google.protobuf.Timestamp start = 2; */ com.google.protobuf.TimestampOrBuilder getStartOrBuilder(); /** *
   *the segment end 
   * 
* * optional .google.protobuf.Timestamp end = 3; * @return Whether the end field is set. */ boolean hasEnd(); /** *
   *the segment end 
   * 
* * optional .google.protobuf.Timestamp end = 3; * @return The end. */ com.google.protobuf.Timestamp getEnd(); /** *
   *the segment end 
   * 
* * optional .google.protobuf.Timestamp end = 3; */ com.google.protobuf.TimestampOrBuilder getEndOrBuilder(); /** *
   *the number of samples in the segment
   * 
* * optional uint32 count = 4; * @return Whether the count field is set. */ boolean hasCount(); /** *
   *the number of samples in the segment
   * 
* * optional uint32 count = 4; * @return The count. */ int getCount(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy