|
SeaBreeze
|


Public Member Functions | |
| virtual Socket * | getSocketDescriptor () |
| virtual BusFamily | getBusFamily () const |
| virtual void | setLocation (const DeviceLocatorInterface &location) |
| virtual DeviceLocatorInterface * | getLocation () |
| virtual TransferHelper * | getHelper (const std::vector< ProtocolHint * > &hints) const |
| virtual bool | open ()=0 |
| virtual void | close ()=0 |
Protected Member Functions | |
| void | addHelper (ProtocolHint *hint, TransferHelper *helper) |
| void | clearHelpers () |
Protected Attributes | |
| Socket * | socket |
| DeviceLocatorInterface * | deviceLocator |
| std::vector< ProtocolHint * > | helperKeys |
| std::vector< TransferHelper * > | helperValues |
|
virtual |
Implements seabreeze::Bus.
|
virtual |
Implements seabreeze::Bus.
|
virtual |
Implements seabreeze::Bus.
|
virtual |
Implements seabreeze::Bus.
|
pure virtual |
Implements seabreeze::Bus.
|
pure virtual |
Implements seabreeze::Bus.