source: EcnlProtoTool/trunk/asp3_dcre/tecsgen/tecs/mruby/mrubyVMs.cdl@ 270

Last change on this file since 270 was 270, checked in by coas-nagasima, 7 years ago

mruby版ECNLプロトタイピング・ツールを追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/plain
File size: 303 bytes
Line 
1import( <posix.cdl> );
2
3/*
4 * tools/mruby/mruby.c から cInit_initializeBridge( mrb ) を呼び出すように変更したもの
5 */
6namespace nMruby{
7 [active]
8 celltype tMrubyProc {
9 entry nPosix::sMain eMain;
10
11 [optional]
12 call sInitializeBridge cInit;
13 var {
14 mrb_state *mrb;
15 };
16 };
17};
Note: See TracBrowser for help on using the repository browser.