0

HLA can handle multiple protocol analyzer


A
Andre

Let the instances (added Filters) of the same HLA Class knowing each other by sharing their self pointer in a "classs" list.
The basic idea is that one instance of a HLA Class can read one protocol and have one output channel. So the basic framework can stay the same. Additionally each HLA instance of of the same Class has a list of the other self pointers. The goal is that the programmer can define which data from different inputs are shared. The different task of the HLA can defined by the programmer as a selectable option. So the programmer has all the freedom he needs:
- read and combine multiple inputs
- displaying multiple individual output lines
- select different task for each HLA instance

Activity Newest / Oldest

Avatar

Tim

Merged with: Multiple inputs to HLAs