OpenJAUS Software Development Kit  4.3.1
Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
openjaus::transport::AS5669::ConfigurationWrapper Class Reference

This is a brief description. More...

#include <ConfigurationWrapper.h>

Inherits openjaus::transport::Wrapper.

Public Member Functions

 ConfigurationWrapper ()
 
virtual ~ConfigurationWrapper ()
 
uint16_t getPort () const
 Accessor to get the value of port. More...
 
bool setPort (uint16_t port)
 Accessor to set value of port. More...
 
const system::InetAddressgetIpAddress () const
 Accessor to get the value of ipAddress. More...
 
bool setIpAddress (const system::InetAddress &ipAddress)
 Accessor to set value of ipAddress. More...
 
int to (system::Buffer *dst)
 Operation to. More...
 
int from (system::Buffer *src)
 Operation from. More...
 
virtual int length ()
 Serializes object to internal transport buffer. More...
 
virtual std::string toString () const
 
virtual ConfigurationWrapperclone ()
 
- Public Member Functions inherited from openjaus::transport::Wrapper
 Wrapper ()
 
virtual ~Wrapper ()
 
AckNakType getAckNak () const
 Accessor to get the value of ackNak. More...
 
bool setAckNak (AckNakType ackNak)
 Accessor to set value of ackNak. More...
 
bool isCompressible () const
 Accessor to get the value of compressible. More...
 
bool setCompressible (bool compressible)
 Accessor to set value of compressible. More...
 
bool isMustArrive () const
 Accessor to get the value of mustArrive. More...
 
bool setMustArrive (bool mustArrive)
 Accessor to set value of mustArrive. More...
 
uint16_t getSequenceNumber () const
 Accessor to get the value of sequenceNumber. More...
 
bool setSequenceNumber (uint16_t sequenceNumber)
 Accessor to set value of sequenceNumber. More...
 
WrapperType getType () const
 Accessor to get the value of type. More...
 
bool setType (WrapperType type)
 Accessor to set value of type. More...
 
Priority getPriority () const
 Accessor to get the value of priority. More...
 
bool setPriority (Priority priority)
 Accessor to set value of priority. More...
 
BroadcastType getBroadcastFlag () const
 Accessor to get the value of broadcastFlag. More...
 
bool setBroadcastFlag (BroadcastType broadcastFlag)
 Accessor to set value of broadcastFlag. More...
 
LargeMessageType getLargeMessageFlag () const
 Accessor to get the value of largeMessageFlag. More...
 
bool setLargeMessageFlag (LargeMessageType largeMessageFlag)
 Accessor to set value of largeMessageFlag. More...
 
const AddressgetDestination () const
 Accessor to get the value of destination. More...
 
bool setDestination (const Address &destination)
 Accessor to set value of destination. More...
 
system::TransportablegetPayload () const
 Accessor to get the value of payload. More...
 
bool setPayload (system::Transportable *payload)
 Accessor to set value of payload. More...
 
const AddressgetSource () const
 Accessor to get the value of source. More...
 
bool setSource (const Address &source)
 Accessor to set value of source. More...
 
TransportDatagetTransportData () const
 Accessor to get the value of transportData. More...
 
bool setTransportData (TransportData *transportData)
 Accessor to set value of transportData. More...
 
virtual int prioritizedValue ()
 Operation prioritizedValue. More...
 
- Public Member Functions inherited from openjaus::system::Transportable
virtual ~Transportable ()
 
 Transportable ()
 
- Public Member Functions inherited from openjaus::system::Prioritized
virtual ~Prioritized ()
 

Protected Member Functions

 ConfigurationWrapper (const ConfigurationWrapper &wrapper)
 
- Protected Member Functions inherited from openjaus::transport::Wrapper
 Wrapper (const Wrapper &wrapper)
 

Protected Attributes

uint16_t port
 
system::InetAddress ipAddress
 
- Protected Attributes inherited from openjaus::transport::Wrapper
AckNakType ackNak
 
bool compressible
 
bool mustArrive
 
uint16_t sequenceNumber
 
WrapperType type
 
Priority priority
 
BroadcastType broadcastFlag
 
LargeMessageType largeMessageFlag
 
Address destination
 
system::Transportablepayload
 
Address source
 
TransportDatatransportData
 

Friends

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

Detailed Description

Detailed description.

Author
Name (name@.nosp@m.emai.nosp@m.l.com)

Constructor & Destructor Documentation

§ ConfigurationWrapper() [1/2]

openjaus::transport::AS5669::ConfigurationWrapper::ConfigurationWrapper ( )

§ ~ConfigurationWrapper()

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

§ ConfigurationWrapper() [2/2]

openjaus::transport::AS5669::ConfigurationWrapper::ConfigurationWrapper ( const ConfigurationWrapper wrapper)
protected

Member Function Documentation

§ clone()

ConfigurationWrapper * openjaus::transport::AS5669::ConfigurationWrapper::clone ( )
virtual

Reimplemented from openjaus::transport::Wrapper.

§ from()

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

Reimplemented from openjaus::transport::Wrapper.

§ getIpAddress()

const system::InetAddress & openjaus::transport::AS5669::ConfigurationWrapper::getIpAddress ( ) const

§ getPort()

uint16_t openjaus::transport::AS5669::ConfigurationWrapper::getPort ( ) const

§ length()

int openjaus::transport::AS5669::ConfigurationWrapper::length ( void  )
virtual

Reimplemented from openjaus::transport::Wrapper.

§ setIpAddress()

bool openjaus::transport::AS5669::ConfigurationWrapper::setIpAddress ( const system::InetAddress ipAddress)
Parameters
ipAddressThe value of the new ipAddress.

§ setPort()

bool openjaus::transport::AS5669::ConfigurationWrapper::setPort ( uint16_t  port)
Parameters
portThe value of the new port.

§ to()

int openjaus::transport::AS5669::ConfigurationWrapper::to ( system::Buffer dst)
virtual
Parameters
dst

Reimplemented from openjaus::transport::Wrapper.

§ toString()

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

Reimplemented from openjaus::transport::Wrapper.

Friends And Related Function Documentation

§ operator<< [1/2]

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

§ operator<< [2/2]

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

Member Data Documentation

§ ipAddress

system::InetAddress openjaus::transport::AS5669::ConfigurationWrapper::ipAddress
protected

§ port

uint16_t openjaus::transport::AS5669::ConfigurationWrapper::port
protected

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