diff --git a/MAC/APL/MainCU/src/MACScheduler/ObsClaimer.cc b/MAC/APL/MainCU/src/MACScheduler/ObsClaimer.cc index 6f21710f981f3daf91deb86554da6c5978a7b4d9..c3570a9f3c8aa0923480c035dba271cd9cb2f4e7 100644 --- a/MAC/APL/MainCU/src/MACScheduler/ObsClaimer.cc +++ b/MAC/APL/MainCU/src/MACScheduler/ObsClaimer.cc @@ -292,9 +292,9 @@ GCFEvent::TResult ObsClaimer::preparePVSS_state (GCFEvent& event, GCFPortInterfa for (uint32 b(0); b < theObs.beams.size(); b++) { for (uint32 t(0); t < theObs.beams[b].TABs.size(); t++) { beamIndexArr.push_back (new GCFPVInteger(b)); - angle1Arr.push_back (new GCFPVDouble(theObs.beams[b].TABs[t].angle1)); - angle2Arr.push_back (new GCFPVDouble(theObs.beams[b].TABs[t].angle2)); - dirTypesArr.push_back (new GCFPVString(theObs.beams[b].TABs[t].directionType)); + TABangle1Arr.push_back (new GCFPVDouble(theObs.beams[b].TABs[t].angle1)); + TABangle2Arr.push_back (new GCFPVDouble(theObs.beams[b].TABs[t].angle2)); + TABdirTypesArr.push_back (new GCFPVString(theObs.beams[b].TABs[t].directionType)); dispersionArr.push_back (new GCFPVDouble(theObs.beams[b].TABs[t].dispersionMeasure)); coherentArr.push_back (new GCFPVBool(theObs.beams[b].TABs[t].coherent)); }