hsm_TimeListElem Class Reference
[Classes for managing object list]

#include <hsm_TimedList.h>

Collaboration diagram for hsm_TimeListElem:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 36 of file hsm_TimedList.h.


Public Member Functions

 hsm_TimeListElem (hsm_FileHeader *m_fh_p, ivd_Time32_t m_wakeUpTime)
 hsm_TimeListElem (const hsm_TimeListElem &a_timeListElem)

Public Attributes

hsm_FileHeaderm_fh_p
ivd_Time32_t m_wakeUpTime

Constructor & Destructor Documentation

hsm_TimeListElem::hsm_TimeListElem ( hsm_FileHeader m_fh_p,
ivd_Time32_t  m_wakeUpTime 
)

Definition at line 42 of file hsm_TimedList.cpp.

References log_FUNC_m.

Referenced by hsm_TimeListElem().

00045         :
00046         m_fh_p(a_fh_p),
00047         m_wakeUpTime(a_wakeUpTime) 
00048 {
00049     log_FUNC_m(hsm_TimeListElem);
00050     // Empty
00051 }
//============================================================================//

Here is the caller graph for this function:

hsm_TimeListElem::hsm_TimeListElem ( const hsm_TimeListElem a_timeListElem  ) 

Definition at line 55 of file hsm_TimedList.cpp.

References hsm_TimeListElem(), log_FUNC_m, m_fh_p, and m_wakeUpTime.

00055                                                                          {
00056     log_FUNC_m(hsm_TimeListElem(const hsm_TimeListElem));
00057     m_fh_p       = a_timeListElem.m_fh_p;
00058     m_wakeUpTime = a_timeListElem.m_wakeUpTime;    
00059 }

Here is the call graph for this function:


Member Data Documentation

Definition at line 43 of file hsm_TimedList.h.

Referenced by hsm_TimeListElem().

Definition at line 44 of file hsm_TimedList.h.

Referenced by hsm_TimeListElem().


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

Generated on Mon Feb 27 19:29:51 2012 for OPENARCHIVE by  doxygen 1.5.6