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

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.
 

Enumerations

enum  afw_command_local_server_mode_t {
  afw_command_local_server_mode_action , afw_command_local_server_mode_action_direct , afw_command_local_server_mode_evaluate , afw_command_local_server_mode_evaluate_direct ,
  afw_command_local_server_mode_http_like
}
 

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)
 

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.h.