ANNA Suite  2020b
Multipurpose development suite for Telco applications
defines.hpp
Go to the documentation of this file.
1 // ANNA - Anna is Not Nothingness Anymore //
2 // //
3 // (c) Copyright 2005-2015 Eduardo Ramos Testillano & Francisco Ruiz Rayo //
4 // //
5 // See project site at http://redmine.teslayout.com/projects/anna-suite //
6 // See accompanying file LICENSE or copy at http://www.teslayout.com/projects/public/anna.LICENSE //
7 
8 
9 #ifndef anna_core_oam_defines_hpp
10 #define anna_core_oam_defines_hpp
11 
12 
13 namespace anna {
14 
15 namespace oam {
16 
17 
21 typedef struct {
23  int Offset;
25  std::string Description;
27 
31 typedef struct {
35  std::string DynamicVariablesCSL;
41  std::string Description;
42 } alarm_data_t;
43 
44 
45 }
46 }
47 
48 #endif
49 
Definition: defines.hpp:21
int CancellationId
Definition: defines.hpp:39
std::string DynamicVariablesCSL
Definition: defines.hpp:35
std::string Description
Definition: defines.hpp:25
int ExternalId
Definition: defines.hpp:33
std::string Description
Definition: defines.hpp:41
Definition: defines.hpp:31
Definition: app.hpp:12
int ActivationId
Definition: defines.hpp:37
int Offset
Definition: defines.hpp:23