Add Acknowldegments to LteMiErrorModel

This commit is contained in:
Marco Miozzo
2012-03-05 11:48:15 +01:00
parent 1cc2c281dc
commit 75c404b881
2 changed files with 42 additions and 25 deletions

View File

@@ -1,25 +1,34 @@
/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
/*
* Copyright (c) 2011 SIGNET LAB. Department of Information Engineering (DEI), University of Padua
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation;
*
* This program 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Original Authors: Marco Mezzavilla <mezzavil@dei.unipd.it>
* Giovanni Tomasi <tomasigv@gmail.com>
*
* Integration in LENA done by: Marco Miozzo <marco.miozzo@cttc.es>
*/
* Copyright (c) 2011 SIGNET LAB. Department of Information Engineering (DEI), University of Padua
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation;
*
* This program 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*
* Original Work Authors:
* Marco Mezzavilla <mezzavil@dei.unipd.it>
* Giovanni Tomasi <tomasigv@gmail.com>
* Original Work Acknowldegments:
* This work was supported by the MEDIEVAL (MultiMEDia transport
* for mobIlE Video AppLications) project, which is a
* medium-scale focused research project (STREP) of the 7th
* Framework Programme (FP7)
*
* Subsequent integration in LENA and extension done by:
* Marco Miozzo <marco.miozzo@cttc.es>
*/
#include <list>
#include <tr1/functional>

View File

@@ -15,11 +15,19 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Original Authors: Marco Mezzavilla <mezzavil@dei.unipd.it>
* Giovanni Tomasi <tomasigv@gmail.com>
* Integration in LENA and extension done by:
* Marco Miozzo <marco.miozzo@cttc.es>
*/
*
* Original Work Authors:
* Marco Mezzavilla <mezzavil@dei.unipd.it>
* Giovanni Tomasi <tomasigv@gmail.com>
* Original Work Acknowldegments:
* This work was supported by the MEDIEVAL (MultiMEDia transport
* for mobIlE Video AppLications) project, which is a
* medium-scale focused research project (STREP) of the 7th
* Framework Programme (FP7)
*
* Subsequent integration in LENA and extension done by:
* Marco Miozzo <marco.miozzo@cttc.es>
*/
#ifndef LTE_MI_ERROR_MODEL_H
#define LTE_MI_ERROR_MODEL_H