NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
BasicTypes.hpp File Reference
#include <stdint.h>
Include dependency graph for BasicTypes.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 NES
 This exception represents a network error.
 

Enumerations

enum class  NES::BasicType : uint8_t {
  NES::INT8 , NES::UINT8 , NES::INT16 , NES::UINT16 ,
  NES::INT32 , NES::UINT32 , NES::INT64 , NES::FLOAT32 ,
  NES::UINT64 , NES::FLOAT64 , NES::BOOLEAN , NES::CHAR
}