Public Member Functions | |
FRI | __init (int _i, ByteBuffer _bb) |
FRI | __init (int _i, ByteBuffer _bb) |
byte | overlayType () |
byte | overlayType () |
short | portOnController () |
short | portOnController () |
short | portOnRemote () |
short | portOnRemote () |
int | sendPeriodMillisec () |
int | sendPeriodMillisec () |
int | setReceiveMultiplier () |
int | setReceiveMultiplier () |
boolean | updatePortOnController () |
boolean | updatePortOnController () |
boolean | updatePortOnRemote () |
boolean | updatePortOnRemote () |
Static Public Member Functions | |
static void | addOverlayType (FlatBufferBuilder builder, byte overlayType) |
static void | addOverlayType (FlatBufferBuilder builder, byte overlayType) |
static void | addPortOnController (FlatBufferBuilder builder, short portOnController) |
static void | addPortOnController (FlatBufferBuilder builder, short portOnController) |
static void | addPortOnRemote (FlatBufferBuilder builder, short portOnRemote) |
static void | addPortOnRemote (FlatBufferBuilder builder, short portOnRemote) |
static void | addSendPeriodMillisec (FlatBufferBuilder builder, int sendPeriodMillisec) |
static void | addSendPeriodMillisec (FlatBufferBuilder builder, int sendPeriodMillisec) |
static void | addSetReceiveMultiplier (FlatBufferBuilder builder, int setReceiveMultiplier) |
static void | addSetReceiveMultiplier (FlatBufferBuilder builder, int setReceiveMultiplier) |
static void | addUpdatePortOnController (FlatBufferBuilder builder, boolean updatePortOnController) |
static void | addUpdatePortOnController (FlatBufferBuilder builder, boolean updatePortOnController) |
static void | addUpdatePortOnRemote (FlatBufferBuilder builder, boolean updatePortOnRemote) |
static void | addUpdatePortOnRemote (FlatBufferBuilder builder, boolean updatePortOnRemote) |
static int | createFRI (FlatBufferBuilder builder, byte overlayType, int sendPeriodMillisec, int setReceiveMultiplier, boolean updatePortOnRemote, short portOnRemote, boolean updatePortOnController, short portOnController) |
static int | createFRI (FlatBufferBuilder builder, byte overlayType, int sendPeriodMillisec, int setReceiveMultiplier, boolean updatePortOnRemote, short portOnRemote, boolean updatePortOnController, short portOnController) |
static int | endFRI (FlatBufferBuilder builder) |
static int | endFRI (FlatBufferBuilder builder) |
static FRI | getRootAsFRI (ByteBuffer _bb) |
static FRI | getRootAsFRI (ByteBuffer _bb) |
static FRI | getRootAsFRI (ByteBuffer _bb, FRI obj) |
static FRI | getRootAsFRI (ByteBuffer _bb, FRI obj) |
static void | startFRI (FlatBufferBuilder builder) |
static void | startFRI (FlatBufferBuilder builder) |
Definition at line 11 of file build/include/grl/flatbuffer/grl/flatbuffer/FRI.java.
|
inline |
Definition at line 14 of file build/include/grl/flatbuffer/grl/flatbuffer/FRI.java.
|
inline |
Definition at line 14 of file src/java/grl/src/grl/flatbuffer/FRI.java.
|
inlinestatic |
Definition at line 84 of file src/java/grl/src/grl/flatbuffer/FRI.java.
|
inlinestatic |
Definition at line 84 of file build/include/grl/flatbuffer/grl/flatbuffer/FRI.java.
|
inlinestatic |
Definition at line 90 of file src/java/grl/src/grl/flatbuffer/FRI.java.
|
inlinestatic |
Definition at line 90 of file build/include/grl/flatbuffer/grl/flatbuffer/FRI.java.
|
inlinestatic |
Definition at line 88 of file build/include/grl/flatbuffer/grl/flatbuffer/FRI.java.
|
inlinestatic |
Definition at line 88 of file src/java/grl/src/grl/flatbuffer/FRI.java.
|
inlinestatic |
Definition at line 85 of file src/java/grl/src/grl/flatbuffer/FRI.java.
|
inlinestatic |
Definition at line 85 of file build/include/grl/flatbuffer/grl/flatbuffer/FRI.java.
|
inlinestatic |
Definition at line 86 of file src/java/grl/src/grl/flatbuffer/FRI.java.
|
inlinestatic |
Definition at line 86 of file build/include/grl/flatbuffer/grl/flatbuffer/FRI.java.
|
inlinestatic |
Definition at line 89 of file build/include/grl/flatbuffer/grl/flatbuffer/FRI.java.
|
inlinestatic |
Definition at line 89 of file src/java/grl/src/grl/flatbuffer/FRI.java.
|
inlinestatic |
Definition at line 87 of file src/java/grl/src/grl/flatbuffer/FRI.java.
|
inlinestatic |
Definition at line 87 of file build/include/grl/flatbuffer/grl/flatbuffer/FRI.java.
|
inlinestatic |
Definition at line 64 of file build/include/grl/flatbuffer/grl/flatbuffer/FRI.java.
|
inlinestatic |
Definition at line 64 of file src/java/grl/src/grl/flatbuffer/FRI.java.
|
inlinestatic |
Definition at line 91 of file src/java/grl/src/grl/flatbuffer/FRI.java.
|
inlinestatic |
Definition at line 91 of file build/include/grl/flatbuffer/grl/flatbuffer/FRI.java.
|
inlinestatic |
Definition at line 12 of file src/java/grl/src/grl/flatbuffer/FRI.java.
|
inlinestatic |
Definition at line 12 of file build/include/grl/flatbuffer/grl/flatbuffer/FRI.java.
Definition at line 13 of file build/include/grl/flatbuffer/grl/flatbuffer/FRI.java.
Definition at line 13 of file src/java/grl/src/grl/flatbuffer/FRI.java.
|
inline |
Definition at line 16 of file build/include/grl/flatbuffer/grl/flatbuffer/FRI.java.
|
inline |
Definition at line 16 of file src/java/grl/src/grl/flatbuffer/FRI.java.
|
inline |
Set the port ID of the FRI channel at the remote side. By default, this port ID is used on both sides of the FRI channel, unless specified otherwise by setPortOnController(int).
Values of portID:
default port ID: 30200 recommended range of port IDs: 30200 <= portID < 30210 Since the FRI channel utilizes UDP as connection layer, make sure, that your network topology (firewall, network services) are chosen accordingly.
Parameters: portID - the port ID > 0 (also known as UDP port number)
Definition at line 62 of file build/include/grl/flatbuffer/grl/flatbuffer/FRI.java.
|
inline |
Set the port ID of the FRI channel at the remote side. By default, this port ID is used on both sides of the FRI channel, unless specified otherwise by setPortOnController(int).
Values of portID:
default port ID: 30200 recommended range of port IDs: 30200 <= portID < 30210 Since the FRI channel utilizes UDP as connection layer, make sure, that your network topology (firewall, network services) are chosen accordingly.
Parameters: portID - the port ID > 0 (also known as UDP port number)
Definition at line 62 of file src/java/grl/src/grl/flatbuffer/FRI.java.
|
inline |
Set the port ID of the socket at the controller side. Note: Do not change this port ID, unless your application requires different port IDs on both ends of the FRI channel. For changing the FRI port ID on both sides, it is sufficient to call setPortOnRemote(int). Values of controllerPortID: "-1" - The configuration of setPortOnRemote(int) is used. This is the default. recommended range of port IDs: 30200 <= controllerPortID < 30210
Definition at line 47 of file build/include/grl/flatbuffer/grl/flatbuffer/FRI.java.
|
inline |
Set the port ID of the socket at the controller side. Note: Do not change this port ID, unless your application requires different port IDs on both ends of the FRI channel. For changing the FRI port ID on both sides, it is sufficient to call setPortOnRemote(int). Values of controllerPortID: "-1" - The configuration of setPortOnRemote(int) is used. This is the default. recommended range of port IDs: 30200 <= controllerPortID < 30210
Definition at line 47 of file src/java/grl/src/grl/flatbuffer/FRI.java.
|
inline |
Set the value for the send period of the connection from the KUKA controller to the remote side in [ms]. This means, the KUKA controller will send cyclic FRI messages every sendPeriod milliseconds to the remote side.
Parameters: sendPeriod - the send period in milliseconds, 1 <= sendPeriod <= 100. Note: The recommended value for good performance should be between 1-5 milliseconds.
Definition at line 26 of file build/include/grl/flatbuffer/grl/flatbuffer/FRI.java.
|
inline |
Set the value for the send period of the connection from the KUKA controller to the remote side in [ms]. This means, the KUKA controller will send cyclic FRI messages every sendPeriod milliseconds to the remote side.
Parameters: sendPeriod - the send period in milliseconds, 1 <= sendPeriod <= 100. Note: The recommended value for good performance should be between 1-5 milliseconds.
Definition at line 26 of file src/java/grl/src/grl/flatbuffer/FRI.java.
|
inline |
Set the receive multiplier of the cycle time from the remote side to the KUKA controller. This multiplier defines the value of the receivePeriod which is calculated: receivePeriod = receiveMultiplier * sendPeriod
The KUKA controller will expect a FRI response message every receivePeriod milliseconds from the remote side.
The receivePeriod has to be within the range of: 1 <= receivePeriod <= 100.
Definition at line 37 of file src/java/grl/src/grl/flatbuffer/FRI.java.
|
inline |
Set the receive multiplier of the cycle time from the remote side to the KUKA controller. This multiplier defines the value of the receivePeriod which is calculated: receivePeriod = receiveMultiplier * sendPeriod
The KUKA controller will expect a FRI response message every receivePeriod milliseconds from the remote side.
The receivePeriod has to be within the range of: 1 <= receivePeriod <= 100.
Definition at line 37 of file build/include/grl/flatbuffer/grl/flatbuffer/FRI.java.
|
inlinestatic |
Definition at line 83 of file src/java/grl/src/grl/flatbuffer/FRI.java.
|
inlinestatic |
Definition at line 83 of file build/include/grl/flatbuffer/grl/flatbuffer/FRI.java.
|
inline |
Definition at line 48 of file src/java/grl/src/grl/flatbuffer/FRI.java.
|
inline |
Definition at line 48 of file build/include/grl/flatbuffer/grl/flatbuffer/FRI.java.
|
inline |
Definition at line 38 of file src/java/grl/src/grl/flatbuffer/FRI.java.
|
inline |
Definition at line 38 of file build/include/grl/flatbuffer/grl/flatbuffer/FRI.java.