00001 /// \file CATControlMap.h 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 01:43:25 -0600 (Wed, 23 Jan 2008) $ 00010 // $Revision: $ 00011 // $NoKeywords: $ 00012 #ifndef CATControlMap_H_ 00013 #define CATControlMap_H_ 00014 00015 #include "CATInternal.h" 00016 00017 /// \class CATControlMap 00018 /// \brief Maps inputs to outputs 00019 /// \ingroup CAT 00020 class CATControlMap 00021 { 00022 public: 00023 CATControlMap(); 00024 virtual ~CATControlMap(); 00025 00026 protected: 00027 }; 00028 00029 #endif // CATControlMap_H_