Last change
on this file since 5944 was 5284, checked in by mies, 15 years ago |
+ added new transport modules and adapted ariba to them
+ exchange endpoint descriptors an link establishment
+ clean up of base communication
+ link establishment with in the presence of multiple endpoints
+ local discovery for ipv6, ipv4 and bluetooth mac addresses
|
File size:
341 bytes
|
Rev | Line | |
---|
[5284] | 1 | #ifndef TRANSPORT_HPP_
|
---|
| 2 | #define TRANSPORT_HPP_
|
---|
| 3 |
|
---|
| 4 | // abstract classes
|
---|
| 5 | #include "transport_protocol.hpp"
|
---|
| 6 | #include "transport_listener.hpp"
|
---|
| 7 |
|
---|
| 8 | // transport protocol implementations
|
---|
| 9 | #include "tcpip/tcpip.hpp"
|
---|
| 10 | #include "rfcomm/rfcomm.hpp"
|
---|
| 11 |
|
---|
| 12 | // common transport peer using all known protocols
|
---|
| 13 | #include "transport_peer.hpp"
|
---|
| 14 |
|
---|
| 15 | #endif /* TRANSPORT_HPP_ */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.