Skip to content
Snippets Groups Projects
Commit f715498f authored by Reinder Kraaij's avatar Reinder Kraaij :eye:
Browse files

Bring code in line with L2SS-1509:

parent 7413bb86
No related branches found
No related tags found
1 merge request!1Bring code in line with L2SS-1509:
Pipeline #109240 passed
Pipeline: sid

#109241

    ...@@ -50,6 +50,7 @@ message SstResult { ...@@ -50,6 +50,7 @@ message SstResult {
    message SstSubband { message SstSubband {
    int32 subband = 1; int32 subband = 1;
    float frequency = 2;
    message SstAntenna { message SstAntenna {
    int32 antenna = 1; int32 antenna = 1;
    ...@@ -57,7 +58,7 @@ message SstResult { ...@@ -57,7 +58,7 @@ message SstResult {
    float y_power_db = 3; float y_power_db = 3;
    } }
    repeated SstAntenna antennas = 2; repeated SstAntenna antennas = 3;
    } }
    repeated SstSubband subbands = 4; repeated SstSubband subbands = 4;
    ...@@ -77,6 +78,7 @@ message XstResult { ...@@ -77,6 +78,7 @@ message XstResult {
    FrequencyBand frequency_band = 2; FrequencyBand frequency_band = 2;
    float integration_interval = 3; float integration_interval = 3;
    int32 subband = 4; int32 subband = 4;
    float frequency = 5;
    message XstBaseline { message XstBaseline {
    int32 antenna1 = 1; int32 antenna1 = 1;
    ...@@ -93,7 +95,7 @@ message XstResult { ...@@ -93,7 +95,7 @@ message XstResult {
    XstValue yy = 6; XstValue yy = 6;
    } }
    repeated XstBaseline baselines = 5; repeated XstBaseline baselines = 6;
    } }
    message XstReply { message XstReply {
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment