$search

industrial::udp_server::UdpServer Class Reference

#include <udp_server.h>

Inheritance diagram for industrial::udp_server::UdpServer:
Inheritance graph
[legend]

List of all members.

Public Member Functions

bool init (int port_num)
 initializes UDP server socket.
bool makeConnect ()
 connects to the remote host
 UdpServer ()
 ~UdpServer ()

Detailed Description

Definition at line 49 of file udp_server.h.


Constructor & Destructor Documentation

industrial::udp_server::UdpServer::UdpServer (  ) 

Definition at line 49 of file udp_server.cpp.

industrial::udp_server::UdpServer::~UdpServer (  ) 

Definition at line 54 of file udp_server.cpp.


Member Function Documentation

bool industrial::udp_server::UdpServer::init ( int  port_num  ) 

initializes UDP server socket.

Parameters:
port_num port number (server & client port number must match)
Returns:
true on success, false otherwise (socket is invalid)

Definition at line 60 of file udp_server.cpp.

bool industrial::udp_server::UdpServer::makeConnect (  )  [virtual]

connects to the remote host

Returns:
true on success, false otherwise

Implements industrial::smpl_msg_connection::SmplMsgConnection.

Definition at line 111 of file udp_server.cpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends


simple_message
Author(s): Shaun Edwards
autogenerated on Mon Mar 4 11:36:31 2013