#include <sys/socket.h>
#include <netdb.h>
#include "Component/EventLog.H"
#include "Util/JobServer.H"
#include "Util/SharedBuffer.H"
#include "rutz/shared_ptr.h"
#include "Psycho/StimData.H"
Go to the source code of this file.
Classes | |
class | StimListener |
Interface for a stimulus listener. More... | |
class | StimListenerDML |
a class to control communication with the Rex experimental control system More... |
an abstraction that recieves stimulus commands from a host and pushes them into a buffer that can be shared by other compononents. A specific implementation using UDP packets for the Rex recording system is included. Rex used in the Doug Munoz laboratory in Kinston, ON. This system is a standard electrophysiology tool.
Definition in file StimListener.H.