ATLAS Offline Software
Loading...
Searching...
No Matches
AthStatusCode.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ATHENAKERNEL_ATHSTATUSCODE
6#define ATHENAKERNEL_ATHSTATUSCODE
7
8#include "GaudiKernel/StatusCode.h"
9
10namespace Athena {
11
22enum class Status : StatusCode::code_t {
23 TIMEOUT = 10,
25};
26
27} // namespace Athena
28
29// Register the enum as StatusCode
30// cppcheck-suppress unknownMacro
31STATUSCODE_ENUM_DECL(Athena::Status)
32
33#endif
Some weak symbol referencing magic... These are declared in AthenaKernel/getMessageSvc....
Status
Athena specific StatusCode values.
@ TIMEOUT
Timeout during event processing.
@ MISSING_DATA
Missing/corrupted input data.