Agent providing ranging services.
Type | Name and description |
---|---|
int |
channel |
int |
channel |
int |
data |
static String |
description |
int |
ipreamble |
int |
ipreamble |
int |
isignal |
int |
lifetime |
String |
mac |
float |
maxRange |
int |
maxRange |
int |
offset |
String |
phy |
float |
rdelay |
float |
rdelay |
float |
rdelay |
boolean |
respond |
int |
rpreamble |
int |
rpreamble |
float[] |
rsignal |
Object |
rsignal |
float |
threshold |
int |
threshold |
static String |
title |
Type Params | Return Type | Name and description |
---|---|---|
|
Integer |
getAddress(int ndx) |
|
Integer |
getChannel(int ndx) |
|
byte[] |
getData(int ndx) |
|
Integer |
getIpreamble(int ndx) |
|
float[] |
getIsignal(int ndx) |
|
Long |
getLastSync(int ndx) |
|
Long |
getLifetime(int ndx) |
|
String |
getMac() |
|
Float |
getMaxRange(int ndx) |
|
Long |
getOffset(int ndx) |
|
List<Parameter> |
getParameterList() |
|
List<Parameter> |
getParameterList(int ndx) |
|
String |
getPhy() |
|
float |
getRdelay() |
|
Float |
getRdelay(int ndx) |
|
Integer |
getRpreamble(int ndx) |
|
float[] |
getRsignal(int ndx) |
|
Boolean |
getSync(int ndx) |
|
Float |
getThreshold(int ndx) |
|
void |
processMessage(Message msg) |
|
Message |
processRequest(Message req) |
|
void |
setChannel(int ndx, int ch) |
|
void |
setData(int ndx, Object data) |
|
void |
setIpreamble(int ndx, int p) |
|
void |
setIsignal(int ndx, Object signal) |
|
Long |
setLifetime(int ndx, long t) |
|
String |
setMac(String aid) |
|
void |
setMaxRange(int ndx, float r) |
|
Long |
setOffset(int ndx, long ofs) |
|
String |
setPhy(String aid) |
|
void |
setRdelay(float d) |
|
void |
setRdelay(int ndx, float t) |
|
void |
setRpreamble(int p) |
|
void |
setRpreamble(int ndx, int p) |
|
void |
setRsignal(Object signal) |
|
void |
setRsignal(int ndx, Object signal) |
|
void |
setThreshold(int ndx, int t) |
|
void |
setup() |
|
void |
startup() |
Methods inherited from class | Name |
---|---|
class UnetAgent |
addCapability, allOf, deregister, deregister, die, get, get, getBuildInfo, getLogLevel, getParam, getParameterClasses, getParameterClasses, getParameterList, getParameterList, getServices, getTitle, getVersion, init, isReadOnly, longValue, processMessage, processQuery, processRequest, register, register, set, set, setLogLevel, setParam, setup, shutdown, startup, subscribeForService, subscribeForService, trace, trace, trace, unsubscribeForService, unsubscribeForService |