Re: [PATCH weston-ivi-shell v5 6/9] A reference implementation of UI client how to use ivi-hmi-controller.

2014-07-09 Thread Nobuhiko Tanibata
2014-07-07 17:04 に Pekka Paalanen さんは書きました: On Tue, 20 May 2014 19:02:56 +0900 Nobuhiko Tanibata nobuhiko_tanib...@xddp.denso.co.jp wrote: 2014-04-25 20:55 に Pekka Paalanen さんは書きました: On Thu, 20 Mar 2014 16:00:57 +0900 Nobuhiko Tanibata nobuhiko_tanib...@xddp.denso.co.jp wrote: This is

Re: [PATCH weston-ivi-shell v5 6/9] A reference implementation of UI client how to use ivi-hmi-controller.

2014-07-09 Thread Pekka Paalanen
On Wed, 09 Jul 2014 15:43:27 +0900 Nobuhiko Tanibata nobuhiko_tanib...@xddp.denso.co.jp wrote: 2014-07-07 17:04 に Pekka Paalanen さんは書きました: On Tue, 20 May 2014 19:02:56 +0900 Nobuhiko Tanibata nobuhiko_tanib...@xddp.denso.co.jp wrote: 2014-04-25 20:55 に Pekka Paalanen さんは書きました: On

Re: [PATCH weston-ivi-shell v5 6/9] A reference implementation of UI client how to use ivi-hmi-controller.

2014-07-07 Thread Pekka Paalanen
On Tue, 20 May 2014 19:02:56 +0900 Nobuhiko Tanibata nobuhiko_tanib...@xddp.denso.co.jp wrote: 2014-04-25 20:55 に Pekka Paalanen さんは書きました: On Thu, 20 Mar 2014 16:00:57 +0900 Nobuhiko Tanibata nobuhiko_tanib...@xddp.denso.co.jp wrote: This is launched from hmi-controller by using

Re: [PATCH weston-ivi-shell v5 6/9] A reference implementation of UI client how to use ivi-hmi-controller.

2014-05-20 Thread Nobuhiko Tanibata
2014-04-25 20:55 に Pekka Paalanen さんは書きました: On Thu, 20 Mar 2014 16:00:57 +0900 Nobuhiko Tanibata nobuhiko_tanib...@xddp.denso.co.jp wrote: This is launched from hmi-controller by using hmi_client_start and create a pthread. The basic flow is as followed, 1/ create pthread 2/ read

[PATCH weston-ivi-shell v5 6/9] A reference implementation of UI client how to use ivi-hmi-controller.

2014-03-20 Thread Nobuhiko Tanibata
This is launched from hmi-controller by using hmi_client_start and create a pthread. The basic flow is as followed, 1/ create pthread 2/ read configuration from weston.ini. 3/ draw png file to surface according to configuration of weston.ini 4/ set up UI by using ivi-hmi-controller protocol 5/