OrocosComponentLibrary  2.8.3
Public Member Functions | Friends | List of all members
Socket Class Reference
Inheritance diagram for Socket:

Public Member Functions

 Socket (int socketID)
 Create an incoming server socket. More...
 
bool isValid () const
 Check wether the state of the socket is valid or not.
 
bool dataAvailable ()
 Check wether there is new data available.
 
std::string readLine ()
 Read a line from the socket.
 
void close ()
 Close the connection. More...
 

Friends

class ::sockbuf
 

Detailed Description

Definition at line 36 of file socket.hpp.

Constructor & Destructor Documentation

Socket ( int  socketID)

Create an incoming server socket.

Parameters
portPort to listen on.

Definition at line 141 of file socket.cpp.

References Socket::isValid().

Member Function Documentation

void close ( )

Close the connection.

Send a nice message to the user.

Definition at line 278 of file socket.cpp.

Referenced by Socket::readLine().


The documentation for this class was generated from the following files: