Embedded Wireless Framework
|
The Embedded Wireless Framework. More...
#include "ewf.config.h"
#include "ewf_ids.h"
#include <stdint.h>
#include <stdbool.h>
#include <inttypes.h>
Go to the source code of this file.
Macros | |
#define | ewf_result_failed(code) (EWF_RESULT_OK > (code)) |
Returns true if the passed code is an error, false if not. | |
#define | ewf_result_succeeded(code) ((code) >= EWF_RESULT_OK) |
Returns true if the code passed indicates success, false if it is an error. | |
#define | EWF_LOG(...) |
#define | EWF_LOG_ERROR(...) |
#define | EWF_PARAMETER_NOT_USED(p) ((void)(p)) |
Typedefs | |
typedef enum _ewf_result | ewf_result |
Success and error result codes specific to the EWF API. | |
typedef struct _ewf_adapter | ewf_adapter |
The adapter type definition. | |
typedef struct _ewf_interface | ewf_interface |
The interface type definition. | |
typedef struct _ewf_allocator | ewf_allocator |
typedef struct _ewf_message | ewf_message |
The interface message structure type definition. | |
typedef struct _ewf_tokenizer_pattern | ewf_tokenizer_pattern |
The interface tokenizer pattern structure type definition. | |
The Embedded Wireless Framework.