| | |
| | |
|
| | | import com.github.s7connector.api.annotation.S7Variable;
|
| | | import com.github.s7connector.impl.utils.S7Type;
|
| | | import com.github.s7connector.api.annotation.S7Variable;
|
| | | import com.github.s7connector.impl.utils.S7Type;
|
| | |
|
| | | public class PlcFloatValue {
|
| | | @S7Variable(type = S7Type.REAL, byteOffset = 0)
|
| | | public float value;
|
| | | }
|
| | |
|
| | |
|
| | | /* Location: D:\yangys\mdm\老代码\mdcplugin\mdc-plugin-0.0.1-SNAPSHOT-删除lib.jar!\BOOT-INF\classes\cn\net\hx\mdc\service\scanet\PlcFloatValue.class
|
| | | * Java compiler version: 8 (52.0)
|
| | | * JD-Core Version: 1.1.3
|
| | | */ |