@@ -0,0 +1,10 @@
+package wei.yigulu.iec104.asdudataframe;
+
+/**
+ * 遥测控制命令
+ *
+ * @author: xiuwei
+ * @version:
+ */
+public class ShortFloatCommand {
+}
+package wei.yigulu.iec104.asdudataframe.typemodel;
+ * 布尔的命令值,针对单点、双点遥信,升降信号
+public class IeBooleanCommand {
+ * @program: protocol
+ * @description: iec104中使用到的数据 接口
+ * @create: 2021-05-10 15:07
+public interface IecDataInterface {
@@ -0,0 +1,8 @@
+package wei.yigulu.iec104.util;
+public class CommandWaiter {
+ * 发送控制命令的工具类
+public class SendCommandHelper {