I found there is a DW_CHANNEL_TYPES_DDS definition in enum ChannelType. Then, I look around class definitions and APIs in the source directory (i.e DRIVEWORKS-5.10/include/dwcgf/channel) and also the documentations and samples. However, I just find relate statements and definitions for SOCKET and NVSCI types, not for DDS.
Just want to make sure that if CGF support DDS as channel type for now, if so, how can I apply DDS to channel? Is there any guidance?