CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
DTLVStatusData Class Reference

#include <DTLVStatus.h>

Public Member Functions

 DTLVStatusData ()
 
 ~DTLVStatusData ()
 

Public Attributes

int flagCFE
 
int flagCMC
 
int flagDFE
 
int flagDMC
 

Detailed Description

Definition at line 49 of file DTLVStatus.h.

Constructor & Destructor Documentation

DTLVStatusData::DTLVStatusData ( )

Definition at line 56 of file DTLVStatus.cc.

56  :
57  flagCFE( 0 ),
58  flagDFE( 0 ),
59  flagCMC( 0 ),
60  flagDMC( 0 ) {
61 }
DTLVStatusData::~DTLVStatusData ( )

Definition at line 77 of file DTLVStatus.cc.

77  {
78 }

Member Data Documentation

int DTLVStatusData::flagCFE

Definition at line 56 of file DTLVStatus.h.

Referenced by DTLVStatus::get(), and DTLVStatus::set().

int DTLVStatusData::flagCMC

Definition at line 58 of file DTLVStatus.h.

Referenced by DTLVStatus::get(), and DTLVStatus::set().

int DTLVStatusData::flagDFE

Definition at line 57 of file DTLVStatus.h.

Referenced by DTLVStatus::get(), and DTLVStatus::set().

int DTLVStatusData::flagDMC

Definition at line 59 of file DTLVStatus.h.

Referenced by DTLVStatus::get(), and DTLVStatus::set().