![]() integer |
size |
![]() doesn't return a value |
add function add(string channel) Create a new signal |
![]() doesn't return a value |
clear function clear() |
![]() returns Signal |
get function get(integer index) |
![]() returns float |
receive function receive(string channel) Receive the aggregated signal power in a given channel. |
![]() returns float |
receive function receiveFilter(string channel, float max_distance, float flavor, float filter) Receive the aggregated signal power in a given channel. |
![]() returns Vector |
receive function receiveSet(string channel, float max_distance) Get all signals in the specified range. Returns a readonly vector object containing Signal objects (individual signals can be accessed as result[0] throught result[result.size-1]). |
![]() returns Signal |
receive function receiveSingle(string channel, float range) Find the signal source having the highest signal power (including the distance) |
Global context |