Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

Socket.h File Reference


Detailed Description

Defines Tekkotsu wireless Socket class, also sout and serr.

Author:
alokl (Creator)
Author
ejt
Name
Revision
1.28
State
Exp
Date
2007/03/12 22:34:09

Definition in file Socket.h.

#include <ant.h>
#include <Types.h>
#include <stdarg.h>
#include <stdlib.h>
#include <string>

Include dependency graph for Socket.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  SocketNS

Classes

class  Socket
 Tekkotsu wireless Socket class. More...

Enumerations

enum  SocketNS::TransportType_t { SocketNS::SOCK_STREAM = _SYS_SOCK_STREAM, SocketNS::SOCK_DGRAM = _SYS_SOCK_DGRAM }
 Specifies transport type. TCP is usually a good idea. More...
enum  SocketNS::ConnectionState {
  CONNECTION_CLOSED, CONNECTION_CONNECTING, CONNECTION_CONNECTED, CONNECTION_LISTENING,
  CONNECTION_CLOSING, CONNECTION_ERROR
}
 Internal TCP/UDP Connection State.
enum  SocketNS::FlushType_t { SocketNS::FLUSH_NONBLOCKING = 0, SocketNS::FLUSH_BLOCKING }
 Chooses between blocking and non-blocking Wireless Input, Output. Blocking wireless output from the main process will affect the performance of the Aibo, and should only be used for debugging purposes. More...

Variables

const int SocketNS::_SYS_SOCK_STREAM = 1
 aperios doesn't provide SOCK_STREAM, so we will initialize them to these values
const int SocketNS::_SYS_SOCK_DGRAM = 2
 aperios doesn't provide SOCK_DGRAM, so we will initialize them to these values
Socketsout
 the standard tekkotsu in/out console (default port 10001)
Socketserr
 the standard tekkotsu error output (default port 10002)


Tekkotsu v3.0
Generated Fri May 11 20:06:52 2007 by Doxygen 1.4.7