confRemoteRecordStart

您可以调用函数confRemoteRecordStart来开始记录一个新远程。

/** * Function confRemoteRecordStart is called when user start creating a new remote * @param pRm_name : string containing the name of the remote control to record */ void confRemoteRecordStart(const std::string& pRm_name);

这个函数应使用一个后置方法调用(后置方法位于一个线程内以避免阻塞系统)。Python范例:

post.confRemoteRecordStart("my_remote_name");





Copyright © 2010 Aldebaran-Robotics - 版权所有