| Package | Description |
|---|---|
| org.onosproject.net.driver |
Set of facilities to allow the platform to be extended with
device specific behaviours and to allow modeling device behaviours while
hiding details of specific device driver implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDriverData
Default implementation of driver data descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
DriverData |
DriverHandler.data()
Returns the device driver data.
|
DriverData |
DefaultDriverHandler.data() |
DriverData |
Behaviour.data()
Returns the driver data context.
|
DriverData |
AbstractBehaviour.data() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Behaviour> |
Driver.createBehaviour(DriverData data,
Class<T> behaviourClass)
Creates an instance of behaviour primed with the specified driver data.
|
<T extends Behaviour> |
DefaultDriver.createBehaviour(DriverData data,
Class<T> behaviourClass) |
void |
Behaviour.setData(DriverData data)
Sets the driver data context on this this behaviour should operate.
|
void |
AbstractBehaviour.setData(DriverData data) |
Copyright © 2015. All rights reserved.