channelaccess / ca_matlab

4 stars 2 forks source link

MCA compatible layer #6

Open xiaoqiangwang opened 9 years ago

xiaoqiangwang commented 9 years ago

This mca.m attempts to present the same API as the mca.mex binary extension from MCA. It is still far from complete due to the fact the JAVA library presents limited API, notably no way to retrieve PV information and to monitor with callback function.

simongregorebner commented 9 years ago

Hi Xiaoqinang, just to keep up up to date ... I will wait with this pull request to merge until I provided you details on the missing API calls. All the functions you need are there, however I need to think a little more about how these functions are exposed. I need to ensure forward compatibility of this API as the underlying Java Library will be exchanged once Matlab runs on Java 8.

xiaoqiangwang commented 7 years ago

@simongregorebner Could you still provide the missing APIs? The potentially large amount of legacy codes using mca will not be converted manually without this compatible layer.

simongregorebner commented 7 years ago

Will provide it by end of the week