Google

Go to the first, previous, next, last section, table of contents.


ox_push_cmo, ox_push_local

ox_push_cmo(number,obj)
ox_push_local(number,obj)
:: obj を識別子 number のプロセスに送信
return
0
number
数(プロセス識別子)
obj
オブジェクト
  • 識別子 number のプロセスに obj を送信する.
  • ox_push_cmo は, Asir 以外の Open_XM サーバに送信 する際に用いる.
  • ox_push_local は, `ox_asir', `ox_plot' に データを送る場合に用いることができる.
  • バッファがいっぱいにならない限り, ただちに復帰する.
参照
section ox_rpc, ox_cmo_rpc, ox_execute_string, section ox_pop_cmo, ox_pop_local


Go to the first, previous, next, last section, table of contents.