package com.ard.utils.tcp;
|
|
/**
|
* @Description:
|
* @ClassName: domain
|
* @Author: 刘苏义
|
* @Date: 2023年06月26日15:21
|
* @Version: 1.0
|
**/
|
public class index {
|
//header
|
public static Integer[] type = {0,1};
|
public static Integer[] funcc = {1,2};
|
public static Integer[] payloadSize = {2,4};
|
//NET_TARGET_HEAD
|
public static Integer[] dwTim = {4,8};
|
public static Integer[] wTargetNum = {8,10};
|
public static Integer[] acRes = {10,68};
|
//NET_TARGET_UNIT
|
// public static Integer[] dwID = {68,72};
|
// public static Integer[] dwGSum = {};
|
// public static Integer[] iDistance = 2;
|
// public static Integer[] cTrkNum = 1;
|
// public static Integer[] cStat = 1;
|
// public static Integer[] sVx = 2;
|
// public static Integer[] sVy = 2;
|
// public static Integer[] sAreaNo = 2;
|
// public static Integer[] cGrp = 1;
|
// public static Integer[] acRes1 = 33;
|
// public static Integer[] szName = 32;
|
// public static Integer[] afTx = 16;
|
// public static Integer[] afTy = 16;
|
}
|