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

Parse function to support afw command local server. More...

#include "afw_interface.h"
#include "afw_command_local_server.h"
#include "generated/afw_command_declare_helpers.h"

Go to the source code of this file.

Data Structures

struct  afw_command_local_parse_t
 

Enumerations

enum  afw_command_local_parse_token_type_t {
  afw_command_local_parse_token_type_invalid , afw_command_local_parse_token_type_colon , afw_command_local_parse_token_type_end_of_input , afw_command_local_parse_token_type_end_of_line ,
  afw_command_local_parse_token_type_string
}
 

Functions

 afw_command_local_parse_request (afw_command_local_server_self_t *self, const afw_memory_t **input, afw_xctx_t *xctx)
 

Detailed Description

Parse function to support afw command local server.

This is the implementation of afw_server for afw_command_local.

Definition in file afw_command_local_parse.h.