ROOTANA
Public Types | Public Member Functions | Data Fields
MyPeriodic Class Reference
Inheritance diagram for MyPeriodic:
Inheritance graph
[legend]
Collaboration diagram for MyPeriodic:
Collaboration graph
[legend]

Public Types

typedef void(* TimerHandler) (void)
 
typedef void(* TimerHandler) (void)
 

Public Member Functions

 MyPeriodic (int period_msec, TimerHandler handler)
 
Bool_t Notify ()
 
 ~MyPeriodic ()
 
 MyPeriodic (int period_msec, TimerHandler handler)
 
Bool_t Notify ()
 
 ~MyPeriodic ()
 

Data Fields

int fPeriod_msec
 
TimerHandler fHandler
 
double fLastTime
 

Detailed Description

Definition at line 46 of file test_midasServer.cxx.

Member Typedef Documentation

◆ TimerHandler [1/2]

typedef void(* MyPeriodic::TimerHandler) (void)

Definition at line 49 of file test_midasServer.cxx.

◆ TimerHandler [2/2]

typedef void(* MyPeriodic::TimerHandler) (void)

Definition at line 73 of file analyzer.cxx.

Constructor & Destructor Documentation

◆ MyPeriodic() [1/2]

MyPeriodic::MyPeriodic ( int  period_msec,
TimerHandler  handler 
)
inline

Definition at line 55 of file test_midasServer.cxx.

Here is the call graph for this function:

◆ ~MyPeriodic() [1/2]

MyPeriodic::~MyPeriodic ( )
inline

Definition at line 82 of file test_midasServer.cxx.

◆ MyPeriodic() [2/2]

MyPeriodic::MyPeriodic ( int  period_msec,
TimerHandler  handler 
)
inline

Definition at line 79 of file analyzer.cxx.

Here is the call graph for this function:

◆ ~MyPeriodic() [2/2]

MyPeriodic::~MyPeriodic ( )
inline

Definition at line 106 of file analyzer.cxx.

Member Function Documentation

◆ Notify() [1/2]

Bool_t MyPeriodic::Notify ( )
inline

Definition at line 64 of file test_midasServer.cxx.

Here is the call graph for this function:

◆ Notify() [2/2]

Bool_t MyPeriodic::Notify ( )
inline

Definition at line 88 of file analyzer.cxx.

Here is the call graph for this function:

Field Documentation

◆ fHandler

TimerHandler MyPeriodic::fHandler

Definition at line 52 of file test_midasServer.cxx.

◆ fLastTime

double MyPeriodic::fLastTime

Definition at line 53 of file test_midasServer.cxx.

◆ fPeriod_msec

int MyPeriodic::fPeriod_msec

Definition at line 51 of file test_midasServer.cxx.


The documentation for this class was generated from the following files: