ZMQManager Handles the ZeroMQ/JeroMQ loading in flatbuffer data.
More...
ZMQManager Handles the ZeroMQ/JeroMQ loading in flatbuffer data.
- Author
- Andrew Hundt
- Todo:
- support sending data back to the controller PC
Definition at line 16 of file ZMQManager.java.
§ ZMQManager()
grl.ZMQManager.ZMQManager |
( |
String |
ZMQ_MASTER_URI, |
|
|
ITaskLogger |
errorlogger |
|
) |
| |
|
inline |
§ connect()
boolean grl.ZMQManager.connect |
( |
| ) |
|
|
inline |
Blocks until a connection is established or stop() is called.
- Returns
- error code: false on success, otherwise failure (or told to stop)
Definition at line 53 of file ZMQManager.java.
§ getCurrentMessage()
§ getPrevMessage()
§ isStop()
boolean grl.ZMQManager.isStop |
( |
| ) |
|
|
inline |
§ reconnect()
boolean grl.ZMQManager.reconnect |
( |
| ) |
|
|
inline |
Blocks until a connection is re-established or stop() is called.
- Returns
- error code: false on success, otherwise failure (or told to stop)
Definition at line 97 of file ZMQManager.java.
§ setStop()
void grl.ZMQManager.setStop |
( |
boolean |
stop | ) |
|
|
inline |
§ stop()
void grl.ZMQManager.stop |
( |
| ) |
|
|
inline |
§ waitForNextMessage()
TODO: BUG! noMessageCounter is always set to 0 here and only incremented below, so it will only ever be 0 or 1
Definition at line 105 of file ZMQManager.java.
The documentation for this class was generated from the following file: