00001 /*************************************************************************** 00002 l1394avcevent.h - description 00003 ------------------- 00004 begin : Sat Nov 4 2000 00005 copyright : (C) 2000-2004 by Michael Repplinger 00006 email : repplinger@cs.uni-sb.de 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; either version 2 of the License, or * 00014 * (at your option) any later version. * 00015 * * 00016 ***************************************************************************/ 00017 00018 #ifndef L1394AVCEVENT_H 00019 #define L1394AVCEVENT_H 00020 00021 #include "l1394_avceventhandle.h" 00022 00023 00024 namespace L1394{ 00025 namespace internal{ 00026 /** \class AvcEvent 00027 * \ingroup internal 00028 * \ingroup L1394_Event 00029 * \brief This class can be used to get information, about changing status of any 00030 * implemented AV/C command. 00031 * 00032 * 00033 * -----Not Implemented------ 00034 * 00035 *@author Michael Repplinger 00036 */ 00037 00038 00039 00040 class AvcEvent 00041 { 00042 00043 public: 00044 AvcEvent(); 00045 ~AvcEvent(); 00046 00047 //void addEvent(const FcpNode* parent,const AvcEventHandle* ,QArray value); 00048 00049 00050 private: 00051 // FcpNode* parent; 00052 // list<AvcEvent*> event_list; 00053 }; 00054 } // namespace internal 00055 } // namespace L1394 00056 #endif