Git Product home page Git Product logo

Comments (3)

bergie avatar bergie commented on August 26, 2024

@jpaulm in fbp-spec each graph (or component) being tested can have multiple exported inports or outports. Separate packets can be sent to any combination of input ports, and separate packets can be inspected from the output ports.

For example, if you have a math/Add component with inports ADDEND and AUGEND, and a outport SUM, you could send packets with int values 4 & 2 to the inports, and expect the SUM port to send a 6 out.

Basically the same as in FBP syntax doing:

'4' -> ADDEND Add(math/Add)
'2' -> AUGEND Add
Add SUM -> ... somewhere

I don't see that as being particularly non-classical :-)

from fbp-spec.

jpaulm avatar jpaulm commented on August 26, 2024

Thanks, for the prompt answer, @bergie ! I get it - so that's just FBP business as usual! I guess I read it as meaning that the data could come from one output port and be sent to multiple input ports within a network - but that's not what was meant. Good news!

from fbp-spec.

bergie avatar bergie commented on August 26, 2024

great! closing the ticket, then :-)

from fbp-spec.

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.