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

com.craxiom.messaging.SignalDetectionDataOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: com/craxiom/messaging/signal_detection.proto
// Protobuf Java Version: 4.27.3

package com.craxiom.messaging;

public interface SignalDetectionDataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.craxiom.messaging.SignalDetectionData)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string deviceSerialNumber = 1;
   * @return The deviceSerialNumber.
   */
  java.lang.String getDeviceSerialNumber();
  /**
   * string deviceSerialNumber = 1;
   * @return The bytes for deviceSerialNumber.
   */
  com.google.protobuf.ByteString
      getDeviceSerialNumberBytes();

  /**
   * string deviceName = 2;
   * @return The deviceName.
   */
  java.lang.String getDeviceName();
  /**
   * string deviceName = 2;
   * @return The bytes for deviceName.
   */
  com.google.protobuf.ByteString
      getDeviceNameBytes();

  /**
   * string deviceTime = 3;
   * @return The deviceTime.
   */
  java.lang.String getDeviceTime();
  /**
   * string deviceTime = 3;
   * @return The bytes for deviceTime.
   */
  com.google.protobuf.ByteString
      getDeviceTimeBytes();

  /**
   * double latitude = 4;
   * @return The latitude.
   */
  double getLatitude();

  /**
   * double longitude = 5;
   * @return The longitude.
   */
  double getLongitude();

  /**
   * float altitude = 6;
   * @return The altitude.
   */
  float getAltitude();

  /**
   * string missionId = 7;
   * @return The missionId.
   */
  java.lang.String getMissionId();
  /**
   * string missionId = 7;
   * @return The bytes for missionId.
   */
  com.google.protobuf.ByteString
      getMissionIdBytes();

  /**
   * int32 recordNumber = 8;
   * @return The recordNumber.
   */
  int getRecordNumber();

  /**
   * int32 groupNumber = 9;
   * @return The groupNumber.
   */
  int getGroupNumber();

  /**
   * int32 accuracy = 10;
   * @return The accuracy.
   */
  int getAccuracy();

  /**
   * 
   * Orientation of sensor and sensor parameters. optional.
   * 
* * float heading = 50; * @return The heading. */ float getHeading(); /** * float pitch = 51; * @return The pitch. */ float getPitch(); /** * float roll = 52; * @return The roll. */ float getRoll(); /** * float fieldOfView = 53; * @return The fieldOfView. */ float getFieldOfView(); /** * float receiverSensitivity = 54; * @return The receiverSensitivity. */ float getReceiverSensitivity(); /** * float speed = 55; * @return The speed. */ float getSpeed(); /** * uint64 frequencyHz = 12; * @return The frequencyHz. */ long getFrequencyHz(); /** * .google.protobuf.Int32Value bandwidthHz = 13; * @return Whether the bandwidthHz field is set. */ boolean hasBandwidthHz(); /** * .google.protobuf.Int32Value bandwidthHz = 13; * @return The bandwidthHz. */ com.google.protobuf.Int32Value getBandwidthHz(); /** * .google.protobuf.Int32Value bandwidthHz = 13; */ com.google.protobuf.Int32ValueOrBuilder getBandwidthHzOrBuilder(); /** * float signalStrength = 14; * @return The signalStrength. */ float getSignalStrength(); /** * .google.protobuf.FloatValue snr = 15; * @return Whether the snr field is set. */ boolean hasSnr(); /** * .google.protobuf.FloatValue snr = 15; * @return The snr. */ com.google.protobuf.FloatValue getSnr(); /** * .google.protobuf.FloatValue snr = 15; */ com.google.protobuf.FloatValueOrBuilder getSnrOrBuilder(); /** * string timeUp = 16; * @return The timeUp. */ java.lang.String getTimeUp(); /** * string timeUp = 16; * @return The bytes for timeUp. */ com.google.protobuf.ByteString getTimeUpBytes(); /** * .google.protobuf.FloatValue durationSec = 17; * @return Whether the durationSec field is set. */ boolean hasDurationSec(); /** * .google.protobuf.FloatValue durationSec = 17; * @return The durationSec. */ com.google.protobuf.FloatValue getDurationSec(); /** * .google.protobuf.FloatValue durationSec = 17; */ com.google.protobuf.FloatValueOrBuilder getDurationSecOrBuilder(); /** * string modulation = 18; * @return The modulation. */ java.lang.String getModulation(); /** * string modulation = 18; * @return The bytes for modulation. */ com.google.protobuf.ByteString getModulationBytes(); /** * string signalName = 19; * @return The signalName. */ java.lang.String getSignalName(); /** * string signalName = 19; * @return The bytes for signalName. */ com.google.protobuf.ByteString getSignalNameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy