#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | Connector |
* * Connectors provide content buffers for data moving between operators and stages. * These archetypes allow system builders to describe the connection requirements * of their operators without committing to an implementation (ie they are abstract interfaces). * * System builders are free to use the existing connector template library to attach * the operators, or to implement their own conformant connectors in order to bridge * data between second- and third-party systems; for instance, connectors which * allow Python files and numarray variables to act as input to a processing pipeline. * * Copyright UW/SSEC, ALL RIGHTS RESERVED, 2004 * Space Science and Engineering Center * University of Wisconsin - Madison, USA * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *