00001 // vim:set et sts=4 ts=4 tw=75 sw=4 ai ci cin cino=g0,t0: 00002 /* 00003 * Copyright (C) 2007, Technical Computer Science Group, 00004 * University of Bonn 00005 * 00006 * This file is part of the ReChannel library. 00007 * 00008 * The ReChannel library is free software; you can redistribute it and/or 00009 * modify it under the terms of the GNU General Public License as 00010 * published by the Free Software Foundation; either version 2 of the 00011 * License, or (at your option) any later version. 00012 * 00013 * This library is distributed in the hope that it will be 00014 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of 00015 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00016 * General Public License for more details. 00017 * 00018 * You should have received a copy of the GNU General Public License 00019 * along with this library; see the file COPYING. If not, write to the 00020 * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, 00021 * Boston, MA 02110-1301, USA. 00022 * 00023 * Authors: Andreas Raabe and Armin Felke. Implementation by Armin Felke. 00024 * {raabe, felke}@cs.uni-bonn.de 00025 */ 00037 #ifndef RC_COMPONENTS_H_ 00038 #define RC_COMPONENTS_H_ 00039 00040 #include "ReChannel/components/rc_module.h" 00041 #include "ReChannel/components/rc_ports.h" 00042 #include "ReChannel/components/rc_var.h" 00043 #include "ReChannel/components/rc_join.h" 00044 00045 #include "ReChannel/components/rc_prim_channel.h" 00046 #include "ReChannel/components/rc_signal.h" 00047 #include "ReChannel/components/rc_buffer.h" 00048 #include "ReChannel/components/rc_signal_resolved.h" 00049 #include "ReChannel/components/rc_signal_rv.h" 00050 #include "ReChannel/components/rc_fifo.h" 00051 #include "ReChannel/components/rc_mutex.h" 00052 #include "ReChannel/components/rc_semaphore.h" 00053 00054 #include "ReChannel/components/rc_sc_event.h" 00055 #include "ReChannel/components/rc_sc_signal.h" 00056 #include "ReChannel/components/rc_sc_buffer.h" 00057 #include "ReChannel/components/rc_sc_signal_resolved.h" 00058 #include "ReChannel/components/rc_sc_signal_rv.h" 00059 #include "ReChannel/components/rc_sc_fifo.h" 00060 00061 namespace ReChannel { 00062 00063 typedef rc_sc_event rc_event; 00064 00065 } // namespace ReChannel 00066 00067 #endif //RC_COMPONENTS_H_ 00068 00069 // 00070 // $Id: rc_components.h,v 1.8 2007/10/09 00:22:26 felke Exp $ 00071 // $Source: /var/cvs/projekte/ReChannel-v2/src/ReChannel/components/rc_components.h,v $ 00072 //