Add API for IQ channel
There are currently no pipelines.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.
On the 20th of March from 18:00 to 20:00, We will be upgrading GitLab. During this time the service will be unavailable, apologies for any inconvenience
Created by: mjhaye
This is how I have done it now for lls. Still based on the IQ_channel_constructor to keep the implementation identical, but maybe a new/double implementation is preferred (to avoid circular dependencies).
Also the name define_iq_channel
looks a lot like define_IQ_channel
but I could not think of something better and eventually the latter should be removed, I think.
Also added py.typed so that the typehints that exist at least are available to external users.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.