Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flexible means of passing state data (HW Refs, etc) into methods #9

Open
pollockm opened this issue May 10, 2018 · 0 comments
Open

Comments

@pollockm
Copy link

Most applications that use this kind of framework would interact with some pre-initialized resources (FPGA refs, HW sessions, etc) or maintain some kind of application state.

Currently, that information needs to be stored in an FGV of some kind, since the method templates have no way of receiving state data.

It would be nice if the template for methods included an input/output pair for state data (implemented either as a generic LV class or a variant attribute table), and the server template modified to pass that data around in shift registers.

Alternatively, modify the server template to use shift registers and ask folks to create children of the server class with the accessors and data needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant