Open Ephys GUI
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions
ProcessorGraph Class Reference

Owns all processors and constructs the signal chain. More...

#include <ProcessorGraph.h>

Inheritance diagram for ProcessorGraph:
AccessClass

List of all members.

Public Member Functions

 ProcessorGraph ()
 ~ProcessorGraph ()
void * createNewProcessor (String &description)
GenericProcessorcreateProcessorFromDescription (String &description)
void removeProcessor (GenericProcessor *processor)
void clearSignalChain ()
bool enableProcessors ()
bool disableProcessors ()
RecordNodegetRecordNode ()
AudioNodegetAudioNode ()
void updateConnections (Array< SignalChainTabButton *, CriticalSection >)
bool processorWithSameNameExists (const String &name)
void changeListenerCallback (ChangeBroadcaster *source)
- Public Member Functions inherited from AccessClass
 AccessClass ()
 ~AccessClass ()
void setUIComponent (UIComponent *)
virtual void updateChildComponents ()
EditorViewportgetEditorViewport ()
DataViewportgetDataViewport ()
ProcessorListgetProcessorList ()
ProcessorGraphgetProcessorGraph ()
ControlPanelgetControlPanel ()
MessageCentergetMessageCenter ()
UIComponentgetUIComponent ()
AudioComponentgetAudioComponent ()

Detailed Description

Owns all processors and constructs the signal chain.

The GUI revolves around the ProcessorGraph, which enables the user to dynamically update the signal chain. This object creates and deletes all of the processors that handle data, and holds the rules for connecting them prior to data acquisition.

The user is able to modify the ProcessGraph through the EditorViewport

See also:
EditorViewport, GenericProcessor, GenericEditor, RecordNode, AudioNode, Configuration, MessageCenter

Constructor & Destructor Documentation

ProcessorGraph::ProcessorGraph ( )
ProcessorGraph::~ProcessorGraph ( )

Member Function Documentation

void ProcessorGraph::changeListenerCallback ( ChangeBroadcaster *  source)
void ProcessorGraph::clearSignalChain ( )
void* ProcessorGraph::createNewProcessor ( String &  description)
GenericProcessor* ProcessorGraph::createProcessorFromDescription ( String &  description)
bool ProcessorGraph::disableProcessors ( )
bool ProcessorGraph::enableProcessors ( )
AudioNode* ProcessorGraph::getAudioNode ( )
RecordNode* ProcessorGraph::getRecordNode ( )
bool ProcessorGraph::processorWithSameNameExists ( const String &  name)
void ProcessorGraph::removeProcessor ( GenericProcessor processor)
void ProcessorGraph::updateConnections ( Array< SignalChainTabButton *, CriticalSection >  )

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