TModule.cc

TModuleクラスの解説 TModule.hh
// ============================================================================
//  $Id$
//  $Name$
// ============================================================================
#include "TModule.hh"

TModule::TModule( Tint nchannel, Tint id, Tint status )
  : theNumberOfChannels( nchannel ), theID( id ), theStatus( status )
{;}

TModule::~TModule()
{;}
$Id$
$Name$