![]() |
|
|
Generated: 8 Jan 2009 |
#include <string>


Go to the source code of this file.
Namespaces | |
| namespace | IncidentType |
Classes | |
| class | Incident |
| Base class for all Incidents (computing events). More... | |
Variables | |
| const std::string | IncidentType::BeginEvent = "BeginEvent" |
| Processing of a new event has started. | |
| const std::string | IncidentType::EndEvent = "EndEvent" |
| Processing of the last event has finished. | |
| const std::string | IncidentType::BeginRun = "BeginRun" |
| Processing of a new run has started. | |
| const std::string | IncidentType::EndRun = "EndRun" |
| Processing of the last run has finished. | |
| const std::string | IncidentType::EndStream = "EndStream" |
| Processing of the stream has finished. | |
| const std::string | IncidentType::AbortEvent = "AbortEvent" |
| Stop processing the current event and pass to te next one. | |