Writing a Module
mpullin
Posts: 949
Just of of curiosity,
What would I have to do if I wanted to create a tko that could be used as a module?
i.e. I could include it in my programs with DEFINE_MODULE 'MyModule' ArbitraryName(real_device, virtual_device)
What would I have to do if I wanted to create a tko that could be used as a module?
i.e. I could include it in my programs with DEFINE_MODULE 'MyModule' ArbitraryName(real_device, virtual_device)
0
Comments
Danny
MODULE_NAME='ChristieDigital_LX45_Comm' ( DEV vdvDEV, DEV dvDEV )
Thanks, that tells me what I need to know.
You can always format your module so that the parameters that you pass through are on separate lines for clarity.