|
ACT-CV - Machine Vision for Cognitive Modeling
|
demo client for the tcp server More...
#include <iostream>#include <vector>#include <algorithm>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "TcpClient.h"#include <config.h>
Go to the source code of this file.
Classes | |
| struct | CharAtPos |
| holds a char and its position on the screen More... | |
Functions | |
| void | ReadData (SOCKET handle) |
| int | main (int argc, const char **argv) |
demo client for the tcp server
Definition in file client.cpp.
| int main | ( | int | argc, |
| const char ** | argv | ||
| ) |
Definition at line 117 of file client.cpp.
References ACTCVSERVER_PORTNUM, ActCvClient::ConnectTo(), ActCvClient::ReadData(), and ActCvClient::SendKey().
| void ReadData | ( | SOCKET | handle) |
Definition at line 58 of file client.cpp.
References CharAtPos::c, CharAtPos::x, and CharAtPos::y.