You need to subscribe ML.<div><br></div><div>Best regards,</div><div>Noriaki<br><br>2016年5月12日木曜日、<<a href="mailto:venushkadharmasiri@gmail.com">venushkadharmasiri@gmail.com</a>>さんは書きました:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">i'm developing simple components. I have Component A ( outport::RTC::GPSData)<br>
Component B (InPort::RTC::GPSData) I need to pass simple value to A->B ( A to<br>
B). To do that i used follwing code. Got following errors when i activate the<br>
componantB. Could you please help me. 'ControllerComp.exe' (Win32): Loaded<br>
'C:\Windows\SysWOW64\sechost.dll'. Cannot find or open the PDB file.<br>
First-chance exception at 0x7541DAD8 in ControllerComp.exe: Microsoft C++<br>
exception: omni::giopStream::CommFailure at memory location 0x0018EBC8.<br>
First-chance exception at 0x7541DAD8 in ControllerComp.exe: Microsoft C++<br>
exception: CORBA::TRANSIENT at memory location 0x0018E20C. First-chance<br>
exception at 0x7541DAD8 in ControllerComp.exe: Microsoft C++ exception:<br>
NumberingPolicy::ObjectNotFound at memory location 0x0018EE5F. First-chance<br>
exception at 0x7541DAD8 in ControllerComp.exe: Microsoft C++ exception:<br>
CORBA::MARSHAL at memory location 0x010CEDCC. Componant A (BSone)<br>
RTC::ReturnCode_t Bone::onExecute(RTC::UniqueId ec_id) { GPSData Data;<br>
Data.latitude = 123.0; m_gps_data_out.latitude = Data.latitude;<br>
m_gps_data_outOut.write(); } Componant B (Controller) RTC::ReturnCode_t<br>
Controller::onExecute(RTC::UniqueId ec_id) { if (m_b_one_inIn.isNew()) {<br>
m_b_one_inIn.read(); printf("%f \n", m_b_one_in.latitude); //ERROR } } Could<br>
you please help me to write 123.0 value in Component B. PS: For your<br>
reference i attached System diagram. Best, Ven.<br>
<br>
_______________________________________________<br>
openrtm-beginners mailing list<br>
<a>openrtm-beginners@openrtm.org</a><br>
<a href="http://www.openrtm.org/mailman/listinfo/openrtm-beginners" target="_blank">http://www.openrtm.org/mailman/listinfo/openrtm-beginners</a><br>
</blockquote></div><br><br>-- <br>--<br>安藤慶昭@国立研究開発法人 産業技術総合研究所<br>  ロボットイノベーション研究センター<br>  ロボットソフトウェアプラットフォーム研究チーム長<br>  (兼務)首都大学東京 客員教授,  博士(工学)<br>  〒305-8568 つくば市梅園1-1-1 中央第2<br>  e-mail: <a href="mailto:n-ando@aist.go.jp" target="_blank">n-ando@aist.go.jp</a>, web: <a href="http://staff.aist.go.jp/n-ando" target="_blank">http://staff.aist.go.jp/n-ando</a><br>  OpenRTM-aist: <a href="http://www.openrtm.org" target="_blank">http://www.openrtm.org</a><br><br>Noriaki Ando, Ph.D.<br>    Team Leader, Robot Software Platform Research Team,<br>    Robot Innovation Research Center, AIST<br>    Visiting Prof., Tokyo Metropolitan University<br>    AIST Tsukuba Central 2, Tsukuba, Ibaraki 305-8568 JAPAN<br>    e-mail: <a href="mailto:n-ando@aist.go.jp" target="_blank">n-ando@aist.go.jp</a>, web: <a href="http://staff.aist.go.jp/n-ando" target="_blank">http://staff.aist.go.jp/n-ando</a><br>    OpenRTM-aist: <a href="http://www.openrtm.org" target="_blank">http://www.openrtm.org</a><br>