cmake
[profile/ivi/smartdevicelink.git] / src / components / policy / doc / doxygen / components / TransportManager / Internal Design / Interaction.txt
1 /*! \page components_transportmanager_internal_design_interaction Sub-Components Interaction
2
3 Internally Transport Manager is a root component for Device Adapters. After running Transport Manager creates Device Adapters and runs them too. 
4
5 During system life cycle all messages from Device Adapter are translated via Transport Manager to the clients. In other direction – all requests from clients are re-directed to respective Device Adapters by the Transport Manager.
6
7 */