ANNA Suite  2020b
Multipurpose development suite for Telco applications
Public Types | List of all members
anna::Variable::Type Struct Reference

#include <Variable.hpp>

Public Types

enum  _v {
  None = -1, Unused0, String, Integer,
  Unused1, Integer64, Boolean = 5, Block = 6,
  Float, Double, Custom
}
 

Detailed Description

Enumeracion con los tipos de datos que podemos asociar a un mensaje interno.

Member Enumeration Documentation

◆ _v

Enumerator
None 
Unused0 
String 

Cadena de type std::string.

Integer 

Numero entero de type int.

Unused1 
Integer64 

Numero entero de tipo enterno de 64 bits

Boolean 

Dato de tipo bool.

Block 

Objeto de tipo DataBlock.

Float 

Número en coma flotante de 32 bits

Double 

Número en coma flotante de 64 bits

Custom 

Tipo particular definido por el usuario

31  {
32  None = -1,
33  Unused0,
34  String,
35  Integer,
36  Unused1,
37  Integer64,
38  Boolean = 5,
39  Block = 6,
40  Float,
41  Double,
42  Custom
43  };
Definition: Variable.hpp:42
Definition: Variable.hpp:34
Definition: Variable.hpp:32
Definition: Variable.hpp:41
Definition: Variable.hpp:40
Definition: Variable.hpp:35
Definition: Variable.hpp:37
Definition: Variable.hpp:38
Definition: Variable.hpp:33
Definition: Variable.hpp:36
Definition: Variable.hpp:39

The documentation for this struct was generated from the following file: