CARMA C++
SenderAddress.h File Reference

SenderAddress.h - object that will return information about a peer at the other end of a connected socket. More...

#include <iostream>
#include <unistd.h>
#include <netdb.h>
#include <netinet/in.h>
#include <errno.h>
#include <string>

Go to the source code of this file.

Classes

class  carma::ui::rtd::SenderAddress
 SenderAddress stores and makes available peer information for the opposite (client) end of a connected socket. More...
 

Namespaces

module  carma
 IDL for bima Rx Control, inherits from antenna::common::RxControl.
 
 carma::ui::rtd
 User Interface Realtime Display Windows.
 

Detailed Description

SenderAddress.h - object that will return information about a peer at the other end of a connected socket.

Works by examining a hostent structure returned by gethostbyaddr(3N).

Requires linking with libnsl and libresolv.

Author
Scott Brumbaugh
id:

$CarmaCopyright$

Definition in file SenderAddress.h.