Adaptive Framework
0.9.0
|
Implementation for interface afw_command_local. More...
#include "afw_interface.h"
#include "afw_command_internal.h"
#include "generated/afw_command_declare_helpers.h"
Go to the source code of this file.
Data Structures | |
struct | afw_command_local_server_self_s |
Self typedef for afw_command_local implementation of afw_server. More... | |
Typedefs | |
typedef struct afw_command_local_server_self_s | afw_command_local_server_self_t |
Self typedef for afw_command_local implementation of afw_server. | |
Functions | |
afw_command_local_server_create (afw_command_self_t *command_self) | |
afw_command_local_server_write_result (afw_command_local_server_self_t *self, const char *format,...) | |
afw_command_local_server_write_error (afw_command_local_server_self_t *self, const afw_error_t *error, afw_xctx_t *xctx) | |
afw_command_local_server_write_end (afw_command_local_server_self_t *self) | |
Implementation for interface afw_command_local.
This is the implementation of afw_server for afw_command_local.
Definition in file afw_command_local_server.h.