Wideband autonomous SDR analysis engine forked from sdr-visual-suite
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

9 行
170B

  1. package main
  2. import "sdr-wideband-suite/internal/pipeline"
  3. type phaseState struct {
  4. surveillance pipeline.SurveillanceResult
  5. refinement pipeline.RefinementResult
  6. }