RTC Toolkit
1.0.0
|
Telemetry Subscriber must be instantiated using a user defined topic type that will be used as element type in the IPCQ shared memory queue and thus used by both the telSub writer and all readers.
To simplify component realization telSub provides a templated entrypoint rtctk::telSub::Main that is meant to be delegated from RtcComponentMain.
Below is an example component instantiation using the IPCQ type UserTopicType=rtctk::exampleTopic::ScaoLoopTopic
with an empty placeholder blender (see also Application). Although a lambda is used for the blender implementation it can also be implemented as e.g. a free function.