Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
ardisdk:python_live_data_api [2016/11/29 22:30] optrix created |
ardisdk:python_live_data_api [2016/11/29 22:32] (current) optrix |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====Python Live Data API==== | ====Python Live Data API==== | ||
| + | |||
| + | This API allows you to create Python applications that utilise ARDI live data. | ||
| ===Usage Example=== | ===Usage Example=== | ||
| Line 59: | Line 61: | ||
| </code> | </code> | ||
| - | The callback function is invoked every time a value changes. Create the function (it can be a class member if you're implementing this in a class). | + | The callback function is invoked every time a value changes. Create the function (it can be a class member if you're implementing this in a class) and call **SetCallback** on the **ARDISubscription**. |
| 5) Start the Subscription | 5) Start the Subscription | ||