GassiplexChannel Class Reference

#include <GassiplexChannel.hh>

Inheritance diagram for GassiplexChannel:

Inheritance graph
[legend]
Collaboration diagram for GassiplexChannel:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 GassiplexChannel (const Chip &, const i32 aX, const i32 aY, const i32 aId)
 ~GassiplexChannel ()
const ui32 getXLength () const
const ui32 getYLength () const

Detailed Description

CLASS GassiplexChannel //

Definition at line 20 of file GassiplexChannel.hh.


Constructor & Destructor Documentation

GassiplexChannel::GassiplexChannel ( const Chip ,
const i32  aX,
const i32  aY,
const i32  aId 
)

Definition at line 16 of file GassiplexChannel.cpp.

00016                                                                                                     :Channel(aChip, "GassiplexChannel channel",aColumn,aRow,aId)
00017 {
00018   //FILE_LOG(logDEBUG) << "------GassiplexChannel constructor.:hardId: "<< hardId << " ,column: " << column << " ,row: " << row  << endl;
00019 
00020 }

GassiplexChannel::~GassiplexChannel (  ) 

Definition at line 22 of file GassiplexChannel.cpp.

00023 {
00024   FILE_LOG(logDEBUG1) << "------GassiplexChannel destructeur"  << endl;
00025 }


Member Function Documentation

const ui32 GassiplexChannel::getXLength (  )  const [inline, virtual]

Implements Channel.

Definition at line 31 of file GassiplexChannel.hh.

00031 { return  10000; };// in micrometer

const ui32 GassiplexChannel::getYLength (  )  const [inline, virtual]

Implements Channel.

Definition at line 32 of file GassiplexChannel.hh.

00032 { return  10000; };// in micrometer


The documentation for this class was generated from the following files:
Generated on Mon Jan 7 13:18:25 2013 for MicromegasFramework by  doxygen 1.4.7