1 Star 6 Fork 0

openm2m/openwsn.workstation

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
release.txt 1.77 KB
一键复制 编辑 原始数据 按行查看 历史
sentuate 提交于 2020-06-27 11:43 . 这是一版改动颇大的版本
2020.06.27
ver 0.5.0 snapshot
这是一版改动颇大的版本
- 引入了一个C#的公共类库,其中抽取了本人过去所写的部分工具性代码
- 在AppService内部增加了独立的后台线程支持,这是通过scheduler包含的。scheduler内含一个thread,并且支持多个子任务。这一代码实现有一点点复杂,因为是源自一些实际工程的代码。最简单的版本是无需支持子任务、无需scheduler,只要1个thread。
- 更新了界面逻辑,使之支持动态更新数据。
- 启用了内部cache做数据缓冲。
- 启用了一个demo task以随机数方式生成数据
- 更新了服务层的接口,使之更适合一个真实project的需要。特别是本着精简UI层代码的大原则进行。
- 更新了Test window的处理逻辑,使其能够多次reopen
2020.06.20
ver 0.4.0
- mainly with sensor-simu, ioservice dll and its test project. Almost not update this WPF based workstation application.
- Also add a specific test window to demonstrate how to call DLL.
- Add the service layer skeleton modules into the project.
2020.06.20
ver 0.3.0
mainly with sensor-simu, ioservice dll and its test project. Almost not update this WPF based workstation application.
2020.06.20
ver 0.2.0
author zhangwei(TongJi University)
- Demonstrate how to append lines into the text block to simulate the console output window.
- Demonstrate how to show the dialog (UiAbout).
- Demonstrate how to call MessageBox
- Demonstrate how to control the progress bar.
- Demonstrate how to show an image.
2020.06.20
ver 0.1.0
author zhangwei(TongJi University)
- Create the first version and run successfully.
- demonstrate how to use Button and Text Block in WPF. If you click the button, then the program will update the display text of the text block.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/openm2x/openwsn.workstation.git
[email protected]:openm2x/openwsn.workstation.git
openm2x
openwsn.workstation
openwsn.workstation
master

搜索帮助