Event Struct Reference


Detailed Description

Definition at line 666 of file history_odbc.cxx.

Public Member Functions

 Event ()
 ~Event ()
 Event ()
 ~Event ()

Data Fields

std::string event_name
std::string table_name
std::vector< Tagtags
bool active
bool create
std::vector< Tagtags
bool printAllTags
int size
std::map< std::string, Tag * > tags
std::vector< std::string > tagNames
std::vector< int > tagIndexes


Constructor & Destructor Documentation

Event::Event (  ) 

Definition at line 674 of file history_odbc.cxx.

00675    {
00676       active = false;
00677       create = false;
00678    }

Event::~Event (  ) 

Definition at line 680 of file history_odbc.cxx.

00681    {
00682       create = false;
00683       active = false;
00684    }

Event::Event (  ) 

Definition at line 806 of file history_sql.cxx.

00807    {
00808       active = false;
00809    }

Event::~Event (  ) 

Definition at line 811 of file history_sql.cxx.

00812    {
00813       active = false;
00814    }


Field Documentation

bool Event::active

Definition at line 671 of file history_odbc.cxx.

Referenced by CreateEvent(), Event(), SqlHistory::hs_define_event(), hs_define_event_odbc(), SqlHistory::hs_write_event(), hs_write_event_odbc(), and ~Event().

bool Event::create

Definition at line 672 of file history_odbc.cxx.

Referenced by CreateEvent(), Event(), hs_define_event_odbc(), and ~Event().

std::string Event::event_name

Definition at line 668 of file history_odbc.cxx.

Referenced by SqlHistory::hs_define_event(), hs_define_event_odbc(), and hs_write_event_odbc().

bool Event::printAllTags

Definition at line 107 of file mhdump.cxx.

Referenced by main(), and readHstFile().

int Event::size

Definition at line 108 of file mhdump.cxx.

Referenced by readHstFile().

std::string Event::table_name

Definition at line 669 of file history_odbc.cxx.

Referenced by CreateEvent(), SqlHistory::hs_define_event(), and hs_define_event_odbc().

std::vector<int> Event::tagIndexes

Definition at line 111 of file mhdump.cxx.

Referenced by main(), and readHstFile().

std::vector<std::string> Event::tagNames

Definition at line 110 of file mhdump.cxx.

Referenced by main(), and readHstFile().

std::map<std::string,Tag*> Event::tags

Definition at line 109 of file mhdump.cxx.

std::vector<Tag> Event::tags

Definition at line 803 of file history_sql.cxx.

std::vector<Tag> Event::tags

Definition at line 670 of file history_odbc.cxx.

Referenced by CreateEvent(), SqlHistory::hs_define_event(), hs_define_event_odbc(), readHstFile(), and WriteEvent().


Midas DOC Version 3.0.0 ---- PSI Stefan Ritt ----
Contributions: Pierre-Andre Amaudruz - Sergio Ballestrero - Suzannah Daviel - Doxygen - Peter Green - Qing Gu - Greg Hackman - Gertjan Hofman - Paul Knowles - Exaos Lee - Rudi Meier - Glenn Moloney - Dave Morris - John M O'Donnell - Konstantin Olchanski - Renee Poutissou - Tamsen Schurman - Andreas Suter - Jan M.Wouters - Piotr Adam Zolnierczuk