#include <stdio.h>
#include <string.h>
#include "uipopt.h"
#include "../uart/uart.h"
#include "../cli/debug.h"
#include "../mult/api_services.h"
#include "../mult/api_services.h"
Go to the source code of this file.
Data Structures | |
struct | chat_state |
chat_state Campos usados par gerenciar CHAT. More... | |
Enumerations | |
enum | state_t { SEND_CHAT = 0, RECV_CHAT = 1, WAITING_CHAT = 2, QUIT_CHAT = 3 } |
Functions | |
void | chat_init () |
Inicializa o servico de socket de acordo com a porta. | |
void | chat_start () |
Coloca flag de inicio de comunicacao no chat em 1. | |
void | chat_appcall (void) |
Funcao que gerencia conexao do chat. | |
int | chat_communication (struct chat_state *s) |
Funcao para gerenciar os estados da conexao do chat. | |
Variables | |
struct psock | prot |
enum state_t |
Definition at line 25 of file cli_webSock.h.
Definition at line 43 of file cli_webSock.h.