PubSub: filter DataSetMessage emission at runtime and compilation time
Description
Filter DataSetMessage emission at runtime and compilation time. Add an API that permit to control which dataSetMessage has to be include in a NetworkMessage.
Detailed description
The NetworkMessage can be compose of various dataSetMessage, the objective of this feature is to let user choose whether a dataSetMessage configured shall be include or not. To do so an option at configuration time shall be add to know whether a dataSetMessage is enable when publisher start, and an API shall modify the state of a dataSetMessage inclusion when the publisher is started.
Code version identification
sha : 5075904b
Security impact
N.a
Implementation
- Add a XML option to enable dataSetMessage emission
- Add an API to configure dataSetMessage emission
- Add an API to enable/disable dataSetMessage when Publisher is started
Known limitations
N.a