Hi,
I've been reading about new kemi interface that will be available in 5.0.
Writing configs in lua/python is awesome!!!
I am currently looking into and trying to add kemi support for a module and
have some questions:
1. What would be the best practice for porting module functions that
read/write data from/to a pseudo-variable? ...At the moment I'm thinking of
using str for input and return; probably this will lead to partially
duplicating the code of the existing module functions.
2. Will kemi support some other types besides int/str/none? (i.e. SR_KEMIP_
*PV*)
Thank you,
Stefan