데이터 구독 형식: 타겟 통합도
타겟 통합도에 대한 데이터 구독 문자열은 TargetsIntegration입니다.
타겟 통합도는 타겟 강도(TS) 탐지와 통합도 파라미터를 모두 설정해야 하는 복합 구독입니다. Sa 값은 범위 내 허용되는 단일 에코 트레이스에서만 출력됩니다.
입력
파라미터 범위 기본값 단위
sLayerType (Surface, Bottom, Pelagic) 해수면 없음
sIntegrationState (Start, Stop) 시작 없음
업데이트 (UpdatePing, UpdateAccumulate) UpdatePing 없음
범위 (0,20000) 100 m
RangeStart (0,20000) 10 m
Margin(마진) (0,200) 1 m
SvThreshold (-200,100) -100 dB
MinTSValue (-120,50) -50 dB
MinEchoLength (0,20) 0.8 없음
MaxEchoLength (0,20) 1.8 없음
MaxGainCompensation (0,12) 6.0 dB
MaxPhaseDeviation (0,100) 8.0 위상 스텝
출력
struct StructIntegrationDataHeader
  {
  DWORDLONG dlTime;
  };

struct StructIntegrationDataBody
  {
  double dSa; // integrated value from single echo trace [m2/nmi2]
  };

struct StructIntegrationData
  {
  StructIntegrationDataHeader IntegrationDataHeader;
  StructIntegrationDataBody IntegrationDataBody;
  };
TargetsIntegration 구독 문자열 작성:
TargetsIntegration,
ChannelID=<ChannelID>,
State=Start,
Layertype=Surface,
Range=100,
Rangestart=10,
Margin=0.5,
SvThreshold=-100.0,
MinTSValue=-55.0,
MinEcholength=0.7,
MaxEcholength=2.0,
MaxGainCompensation=6.0,
MaxPhasedeviation=7.0