Development of the Communication Interface for the Cognitive Model of Complicated Human-Computer Interaction Task

Xianliang Mu,Shaoyao Zhang,Yu Tian,Lifen Tan,Chunhui Wang
DOI: https://doi.org/10.2991/wartia-16.2016.283
2016-01-01
Abstract:The cognitive modeling of the HCI task has been a hot area in HCI research. And it is an important method to understand the cognitive decision process and mechanism behind operators' behavior. Since the software of HCI task and the software of cognitive modeling generally run on different platforms, it is critical to develop the communication interface between different platforms, especially in the cognitive modeling research of the simulated manual RVD task. To realize a real-time interaction between the cognitive model developed by Common Lisp language and the task simulator developed by VC++ language, this paper developed the communication interface between these two platforms. And the interface is developed based on UDP and the multicast technique. This paper proposed a solution with the foreign-function interface feature of Common Lisp Language to solve the problem that Common Lisp Language doesn't support the multicast technique directly. Test results showed that the communication interface could support data sending and receiving and fulfill the requirement of the real-time communication.
What problem does this paper attempt to address?