怎样创建ALModule的API ?
1、模块生成器创建一个会被代理程序读懂的类:加载一个模块,查看模块函数API等等。

2、#define BIND_METHOD( x ) 在模块的API里添加方法x。API(绑定函数)可以被本地或远程调用。

3、void functionName ( const std::string& pName, const std::string& pClass, const std::string& pFunctionDescription ); 用来国娃定义绑定方法的名称。

4、void addParam (const std::string& pName, const std::string& pDesc); 用来说明国此截方法的参帽季数

5、virtual AL::ALValue getMethodHelp ( const std::string& pMethodName ); 获取methodName的说明

6、AL::ALValue moduleHelp(); 获取模块的说明

声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
                                阅读量:167
阅读量:166
阅读量:101
阅读量:187
阅读量:53