BowlerKernel
Public Member Functions | Private Attributes | List of all members
com.neuronrobotics.sdk.dyio.DyIOAsyncEvent Class Reference
Inheritance diagram for com.neuronrobotics.sdk.dyio.DyIOAsyncEvent:
Inheritance graph
[legend]
Collaboration diagram for com.neuronrobotics.sdk.dyio.DyIOAsyncEvent:
Collaboration graph
[legend]

Public Member Functions

 DyIOAsyncEvent (BowlerDatagram data)
 
String toString ()
 

Private Attributes

BowlerDatagram datagram
 

Detailed Description

An asyncrono event.

Author
rbreznak

Definition at line 24 of file DyIOAsyncEvent.java.

Constructor & Destructor Documentation

◆ DyIOAsyncEvent()

com.neuronrobotics.sdk.dyio.DyIOAsyncEvent.DyIOAsyncEvent ( BowlerDatagram  data)

Create a new asynchronous event with the given datagram.

Parameters
dataThe datagram

Definition at line 35 of file DyIOAsyncEvent.java.

References com.neuronrobotics.sdk.dyio.DyIOAsyncEvent.datagram.

Member Function Documentation

◆ toString()

String com.neuronrobotics.sdk.dyio.DyIOAsyncEvent.toString ( )

Definition at line 42 of file DyIOAsyncEvent.java.

References com.neuronrobotics.sdk.dyio.DyIOAsyncEvent.datagram, and com.neuronrobotics.sdk.common.BowlerDatagram.toString().

Here is the call graph for this function:

Member Data Documentation

◆ datagram

BowlerDatagram com.neuronrobotics.sdk.dyio.DyIOAsyncEvent.datagram
private

The documentation for this class was generated from the following file: