00001 /// \file CATControlMap.cpp 00002 /// \brief Maps inputs to outputs 00003 /// \ingroup CAT 00004 /// 00005 /// Copyright (c) 2008 by Michael Ellison. 00006 /// See COPYING.txt for the \ref gaslicense License (MIT License). 00007 /// 00008 // $Author: mikeellison $ 00009 // $Date: 2008-01-23 06:02:38 -0600 (Wed, 23 Jan 2008) $ 00010 // $Revision: $ 00011 // $NoKeywords: $ 00012 00013 #include "CATControlMap.h" 00014 00015 CATControlMap::CATControlMap() 00016 { 00017 } 00018 00019 CATControlMap::~CATControlMap() 00020 { 00021 }