Services provided by agents.
Agents can be looked up based on the services they provide.
Code examples:
// Agent can register for services it provides
agent.register(Services.LINK);
// Agents can be looked up for the provides for services
AgentID stack = agent.agentForService(Services.LINK);
Enum constant | Description |
---|---|
ADDRESS_RESOLUTION |
|
BASEBAND |
|
DATAGRAM |
|
LINK |
|
MAC |
|
NODE_INFO |
|
PHYSICAL |
|
RANGING |
|
REMOTE |
|
ROUTE_MAINTENANCE |
|
ROUTING |
|
SCHEDULER |
|
STATE_MANAGER |
|
TRANSPORT |
Copyright 2013-19, Acoustic Research Laboratory, National University of Singapore, and Subnero Pte Ltd