|  | Apama
    10.0.0.2
    | 
Contains the C ABI for connectivity plugins. More...
#include <stdbool.h>#include <stdint.h>#include <sag_internal/c_macros.hpp>#include <sag_internal/c_types.hpp>#include <sag_internal/c_functions.hpp>Go to the source code of this file.
| Classes | |
| struct | sag_underlying_decimal_t | 
| Decimals are implemented with an underlying 64bit int conforming to IEEE 754 decimal 64.  More... | |
| Enumerations | |
| enum | sag_data_tag { SAG_DATA_EMPTY, SAG_DATA_BOOLEAN, SAG_DATA_DOUBLE, SAG_DATA_INTEGER, SAG_DATA_DECIMAL, SAG_DATA_STRING, SAG_DATA_LIST, SAG_DATA_MAP, SAG_DATA_BUFFER, SAG_DATA_CUSTOM } | 
| A descriminator for the content of the data_t union.  More... | |
| enum | sag_error_t { SAG_ERROR_OK, SAG_ERROR_EXCEPTION, SAG_ERROR_FAILED, SAG_ERROR_UNKNOWN } | 
| Indicates error states returned from methods.  More... | |
| enum | sag_log_level_t { SAG_LOG_CRIT, SAG_LOG_FATAL, SAG_LOG_ERROR, SAG_LOG_WARN, SAG_LOG_INFO, SAG_LOG_DEBUG, SAG_LOG_TRACE } | 
| Log levels for logging to the system log.  More... | |
Contains the C ABI for connectivity plugins.
Users should use the C++ wrapper classes in sag_connectivity_cpp.hpp
| enum sag_data_tag | 
A descriminator for the content of the data_t union.
| enum sag_error_t | 
| enum sag_log_level_t |