Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Macros | Functions
afw_command_local_server.c File Reference

Implementation for interface afw_command_local. More...

#include "afw.h"
#include "afw_command_internal.h"
#include "afw_command_local_server.h"
#include "afw_command_local_request.h"
#include "afw_command_local_parse.h"
#include "afw_server_impl_declares.h"

Go to the source code of this file.

Macros

#define AFW_IMPLEMENTATION_ID   "afw_command_local"
 

Functions

void impl_afw_server_release (const afw_server_t *instance, afw_xctx_t *xctx)
 
void impl_afw_server_run (const afw_server_t *instance, const afw_request_handler_t *handler, afw_xctx_t *xctx)
 
 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)
 

Detailed Description

Implementation for interface afw_command_local.

This is the implementation of afw_server for afw_command_local.

Definition in file afw_command_local_server.c.