Giter Site home page Giter Site logo

Async data/event about dspatch HOT 6 CLOSED

cross-platform avatar cross-platform commented on August 26, 2024
Async data/event

from dspatch.

Comments (6)

MarcusTomlinson avatar MarcusTomlinson commented on August 26, 2024

Hi Xing, if I understand the question, you want to inject some sort of data from a different thread to the one the circuit is processing on - data that may come in at any time.

Well, components are just regular classes right, so you can add what ever public methods you like to them. E.g. a Gain component could expose a SetGain() method that simply updates a member variable in the class - that member used to apply gain to the signal within your Process method.

from dspatch.

mfkiwl avatar mfkiwl commented on August 26, 2024

Nice! I got the point. Can I ask if you have similar examples just as you mentioned โ€œSetGainโ€?

from dspatch.

MarcusTomlinson avatar MarcusTomlinson commented on August 26, 2024

Sure: https://github.com/cross-platform/dspatchables/blob/master/Components/Gain/Gain.cpp

This is also an example of how one could use a component input for setting the gain as well.

from dspatch.

mfkiwl avatar mfkiwl commented on August 26, 2024

Thanks I read the Gain.cpp. Could you please point out the example you are referring to ? I tried hard and didn't find it.

from dspatch.

MarcusTomlinson avatar MarcusTomlinson commented on August 26, 2024

You can see the component has a public method "SetGain()" here: https://github.com/cross-platform/dspatchables/blob/master/Components/Gain/Gain.cpp#L64 (this is the answer to your original question)

You can also see here that input 2 of the component can accept a gain value from another component (if you want that): https://github.com/cross-platform/dspatchables/blob/master/Components/Gain/Gain.cpp#L92

from dspatch.

mfkiwl avatar mfkiwl commented on August 26, 2024

Many thanks

from dspatch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.