class  Report  Handles the gathering of data for a particular report into a buffer
Handles the gathering of data for a particular report into a buffer. The buffer is then passed to functions in Output.cpp, which take care of collecting the data from all the nodes, and outputting it to the proper destination. Note that the object must exist on the IONode, even if there are no reporting cells on that node.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 Report*  prev
 void*  RI
 int  RptID
 int  ReportOn
 int  family
 bool  Opened
 bool  Started
 int  iTime
 int  nTimes
 int*  TStart
 int*  TStop
 int  Freq
 int  FreqCounter
 int  nThings
 int  ThingSize
 int*  ThingIDs
 char**  ThingList
 char*  RptBuf
 char*  RptPtr
 void (Report::*Func)()
  Report(T_REPORT *, int, char *, Random *)
  ~Report()
 void  MakeCmpHdr(T_REPORT *, Random *)
 void  MakeChanHdr(T_REPORT *, int, Random *)
 void  MakeUSEHdr(T_REPORT *, Random *)
 bool  DoReport(int)
 void  GetVoltage()
 void  GetNetCurrent()
 void  GetStimCurrent()
 void  GetSynCurrent()
 void  GetLeakCurrent()
 void  GetAdjCurrent()
 void  GetChanCurrent()
 void  GetChanValues()
 void  GetUSEValues()
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by  Malte  Zöckler,  Roland Wunderling 
contact:  doc++@zib.de