Public Member Functions | |
| AttackRSU (int x, int y, int radius) | |
| int | getX () |
| int | getY () |
| int | getWifiRadius () |
| long | getArsuID_ () |
Static Public Member Functions | |
| static final boolean | deleteARSU (int x, int y) |
| static final AttackRSU | getARSU (int x, int y) |
A Road-Side-Unit to intercept WiFi signals.
|
inline |
Instantiates a new Attack-RSU.
| x | the x coordinate |
| y | the y coordinate |
| radius | the signal radius |
|
inlinestatic |
Searches for an arsu near this coordinates and deletes it. Returns true if an arsu was found and deleted.
| x | coordinate of the ARSU to delete |
| y | coordinate of the ARSU to delete |
|
inlinestatic |
|
inline |
Returns the ARSU ID
|
inline |
Returns the wifi radius
|
inline |
Returns the x coordinate of the RSU
|
inline |
Returns the y coordinate of the RSU
1.8.3.1