printk(" rt_dev_sendmsg() = %d!\n", ret);#ifdefCONFIG_XENO_2_0x/* imported via rtnet_config.h */rt_task_wait_period();/* old signature */#else/* Xenomai 2.1 and later */rt_task_wait_period(NULL);#endif/* CONFIG_XENO_2_0x */} } 开发者ID:hiddeate2m,项目名称:rtnet,代码...
C++ (Cpp) rt_task_wait_period - 30 examples found. These are the top rated real world C++ (Cpp) examples of rt_task_wait_period extracted from open source projects. You can rate examples to help us improve the quality of examples.
> However, the execution hangs when I use the couple > rt_task_set_periodic/rt_task_wait_period. > Methods such as "RTIME", rt_printf(), rt_task_set_periodic() do not hangs, > but my code seems to keep waiting on rt_task_wait_period(). > > I am aware someone had this issu...
printk(" rt_dev_sendmsg() = %d!\n", ret);#ifdefCONFIG_XENO_2_0x/* imported via rtnet_config.h */rt_task_wait_period();/* old signature */#else/* Xenomai 2.1 and later */rt_task_wait_period(NULL);#endif/* CONFIG_XENO_2_0x */} } 开发者ID:hiddeate2m,项目名称:rtnet,代码...