Is there a SysML design pattern for Publisher/Subscriber interfacing? If not, can you briefly give the top-level features in SysML? I guess that would be in terms of a BDD/ IBD diagrams.
Great thanks in advance,
Avi
3 comments
Like
3 Comments
Bruce Douglass
Jul 26, 2022
Publish-Subscribe is more a software pattern than a systems one, but it's pretty straightforward. It's also know as the Observer Pattern and appears in both my Real-Time Design Patterns and Design Patterns for Embedded Systems in C books.
Like
avi_m
Jul 27, 2022
Replying to
Fantastic !!! I think that is the most valuable single answer I have ever received on a forum. And thanks yet again.
Like
avi_m
Jul 26, 2022
Actually, I guess the type of answer depends on whether we are describing
what the services are intended to provide -or- how they
Publish-Subscribe is more a software pattern than a systems one, but it's pretty straightforward. It's also know as the Observer Pattern and appears in both my Real-Time Design Patterns and Design Patterns for Embedded Systems in C books.
Actually, I guess the type of answer depends on whether we are describing
what the services are intended to provide -or- how they
are built.