Public Member Functions | Protected Attributes | Friends

openjaus::transport::AS5669::ConfigurationWrapper Class Reference

This is a brief description. More...

#include <ConfigurationWrapper.h>

Inherits openjaus::transport::Wrapper.

List of all members.

Public Member Functions

 ConfigurationWrapper ()
virtual ~ConfigurationWrapper ()
uint16_t getPort () const
 Accessor to get the value of port.
bool setPort (uint16_t port)
 Accessor to set value of port.
const system::InetAddressgetIpAddress () const
 Accessor to get the value of ipAddress.
bool setIpAddress (const system::InetAddress &ipAddress)
 Accessor to set value of ipAddress.
int to (system::Buffer *dst)
 Operation to.
int from (system::Buffer *src)
 Operation from.
virtual int length ()
 Serializes object to internal transport buffer.
std::string toString () const

Protected Attributes

uint16_t port
system::InetAddress ipAddress

Friends

std::ostream & operator<< (std::ostream &output, const ConfigurationWrapper &object)

Detailed Description

Detailed description.

Author:
Name (name@email.com)

Constructor & Destructor Documentation

openjaus::transport::AS5669::ConfigurationWrapper::ConfigurationWrapper (  ) 
openjaus::transport::AS5669::ConfigurationWrapper::~ConfigurationWrapper (  )  [virtual]

Member Function Documentation

int openjaus::transport::AS5669::ConfigurationWrapper::from ( system::Buffer src  )  [virtual]
Parameters:
src 

Reimplemented from openjaus::transport::Wrapper.

const system::InetAddress & openjaus::transport::AS5669::ConfigurationWrapper::getIpAddress (  )  const
uint16_t openjaus::transport::AS5669::ConfigurationWrapper::getPort (  )  const
int openjaus::transport::AS5669::ConfigurationWrapper::length (  )  [virtual]

Reimplemented from openjaus::transport::Wrapper.

bool openjaus::transport::AS5669::ConfigurationWrapper::setIpAddress ( const system::InetAddress ipAddress  ) 
Parameters:
ipAddress The value of the new ipAddress.
bool openjaus::transport::AS5669::ConfigurationWrapper::setPort ( uint16_t  port  ) 
Parameters:
port The value of the new port.
int openjaus::transport::AS5669::ConfigurationWrapper::to ( system::Buffer dst  )  [virtual]
Parameters:
dst 

Reimplemented from openjaus::transport::Wrapper.

std::string openjaus::transport::AS5669::ConfigurationWrapper::toString (  )  const

Reimplemented from openjaus::transport::Wrapper.


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  output,
const ConfigurationWrapper object 
) [friend]

Member Data Documentation


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