LabVIEW-DCAF / ModuleInterface

A set of interfaces for code modules which can configure and operate on the tag bus.
https://decibel.ni.com/content/projects/reference-designs-for-distributed-control-systems
Apache License 2.0
1 stars 3 forks source link

Implement module-level messaging in module config class and runtime class #12

Open smithed opened 9 years ago

smithed commented 9 years ago

In config parent, add field for queue names and create property nodes for setting these queue names In runtime parent, add field for queue references, add a queue type definition (cluster>>string for now), add property node for getting (not setting) these references. Add function to runtime parent which initializes queues. Other options can be added later.

pollockm commented 7 years ago

@smithed @becega .....is this still an active issue? Looks like a commit back in 2014 was supposed to close this one.

smithed commented 7 years ago

Note the stream of the commit, its in a branch besides master and therefore doesn't close the issue.

smithed commented 7 years ago

Basically I started implementing is but got distracted. There is a similar branch in the standard engine, I believe

Edit: I think this one is done, and standard engine was close but I maybe didn't test it? Anyway at this point the code would be a beast to merge.