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

Use a pointer #511

Closed
algebrato opened this issue Dec 28, 2021 · 2 comments
Closed

Use a pointer #511

algebrato opened this issue Dec 28, 2021 · 2 comments

Comments

@algebrato
Copy link

Dear all,
I would like to discuss the line:

EXPORTFUNC int STDCALL QHYCCD_fpga_list(struct fpga_info_list &list);

The definition of the syscall QHYCCD_fpga_list(struct fpga_info_list &list) requires a reference to fpga_info_list. What do you think to change this line in QHYCCD_fpga_list(struct fpga_info_list *list) in order to dynamically allocate the list of the all fpga-s attached to you pc.

Stefano.

@knro
Copy link
Collaborator

knro commented Dec 28, 2021

Hi, you can ask QHYCCD this as it is developed by them. We just use this to link with the INDI QHY driver and AFAIK, we don't use this function.

@algebrato
Copy link
Author

Thank you for your reply! I can close this issue.

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

2 participants