jAER project on SourceForge

Uses of Package
net.sf.jaer.eventio

Packages that use net.sf.jaer.eventio
ch.unizh.ini.jaer.projects.opticalflow.graphics Rendering scanned output from optical flow chip. 
ch.unizh.ini.jaer.projects.opticalflow.io Input/output in/to optical flow chip. 
ch.unizh.ini.jaer.projects.stereo3D Steroopsis using binocular pair of DVS silicon retinas. 
net.sf.jaer Classes related to USB2 AER interface, ipot on-chip programmable bias generators. 
net.sf.jaer.chip Classes related to CAVIAR retina. 
net.sf.jaer.eventio Address-Event IO. 
net.sf.jaer.graphics Rendering and diplaying address-events. 
 

Classes in net.sf.jaer.eventio used by ch.unizh.ini.jaer.projects.opticalflow.graphics
InputDataFileInterface
          A general interface for input data files of finite length that can be rewound, positioned, marked, etc.
 

Classes in net.sf.jaer.eventio used by ch.unizh.ini.jaer.projects.opticalflow.io
InputDataFileInterface
          A general interface for input data files of finite length that can be rewound, positioned, marked, etc.
 

Classes in net.sf.jaer.eventio used by ch.unizh.ini.jaer.projects.stereo3D
AEFileInputStream
          Class to stream in packets of events from binary input stream from a file recorded by AEViewer.
 

Classes in net.sf.jaer.eventio used by net.sf.jaer
AEFileInputStream
          Class to stream in packets of events from binary input stream from a file recorded by AEViewer.
AEFileInputStreamInterface
          The capabilities of the AEFileInputStream.
 

Classes in net.sf.jaer.eventio used by net.sf.jaer.chip
AEFileInputStream
          Class to stream in packets of events from binary input stream from a file recorded by AEViewer.
AEFileOutputStream
          Class to stream out packets of events in binary.
 

Classes in net.sf.jaer.eventio used by net.sf.jaer.eventio
AEFileInputStream
          Class to stream in packets of events from binary input stream from a file recorded by AEViewer.
AEFileInputStream.NonMonotonicTimeException
          class used to signal a backwards read from input stream
AEFileInputStreamInterface
          The capabilities of the AEFileInputStream.
AEServerSocket
          Following is target functionality (right now this class only opens a single socket to most recent client connecting to it and events are only streamed to this one socket): This server socket allows a source host to listen for connections from other hosts and open AESockets to them to allow streaming AE data to them, so as a server, we stream events to the clients.
AESocket
          Streams in or out packets of events from or to a stream socket network connection over a reliable TCP connection.
AESocket.NonMonotonicTimeException
          class used to signal a backwards read from input stream
AEUnicastSettings
           
InputDataFileInterface
          A general interface for input data files of finite length that can be rewound, positioned, marked, etc.
 

Classes in net.sf.jaer.eventio used by net.sf.jaer.graphics
AEFileInputStream
          Class to stream in packets of events from binary input stream from a file recorded by AEViewer.
AEFileInputStreamInterface
          The capabilities of the AEFileInputStream.
AEServerSocket
          Following is target functionality (right now this class only opens a single socket to most recent client connecting to it and events are only streamed to this one socket): This server socket allows a source host to listen for connections from other hosts and open AESockets to them to allow streaming AE data to them, so as a server, we stream events to the clients.
AESocket
          Streams in or out packets of events from or to a stream socket network connection over a reliable TCP connection.
InputDataFileInterface
          A general interface for input data files of finite length that can be rewound, positioned, marked, etc.
 


jAER project on SourceForge