OpenJAUS SAE SDK
6.0.0
|
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::InetAddress & | getIpAddress () const |
Accessor to get the value of ipAddress. More... | |
bool | setIpAddress (const system::InetAddress &ipAddress) |
Accessor to set value of ipAddress. More... | |
virtual uint64 | to (system::BufferWriter &dst) const |
Operation to. More... | |
virtual uint64 | from (system::BufferReader &src) |
Operation from. More... | |
virtual uint64 | length () const |
Serializes object to internal transport buffer. More... | |
virtual Wrapper * | clone () |
virtual std::string | toString () const |
Public Member Functions inherited from openjaus::transport::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 Address & | getDestination () const |
Accessor to get the value of destination. More... | |
bool | setDestination (const Address &destination) |
Accessor to set value of destination. More... | |
system::Transportable * | getPayload () const |
Accessor to get the value of payload. More... | |
bool | setPayload (system::Transportable *payload) |
Accessor to set value of payload. More... | |
const Address & | getSource () const |
Accessor to get the value of source. More... | |
bool | setSource (const Address &source) |
Accessor to set value of source. More... | |
TransportData * | getTransportData () 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 | |
Transportable () | |
virtual | ~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 () | |
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::Transportable * | payload |
Address | source |
TransportData * | transportData |
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.
openjaus::transport::AS5669::ConfigurationWrapper::ConfigurationWrapper | ( | ) |
|
virtual |
|
protected |
|
virtual |
Reimplemented from openjaus::transport::Wrapper.
|
virtual |
src |
Reimplemented from openjaus::transport::Wrapper.
const system::InetAddress & openjaus::transport::AS5669::ConfigurationWrapper::getIpAddress | ( | ) | const |
uint16_t openjaus::transport::AS5669::ConfigurationWrapper::getPort | ( | ) | const |
|
virtual |
Reimplemented from openjaus::transport::Wrapper.
bool openjaus::transport::AS5669::ConfigurationWrapper::setIpAddress | ( | const system::InetAddress & | ipAddress | ) |
ipAddress | The value of the new ipAddress. |
bool openjaus::transport::AS5669::ConfigurationWrapper::setPort | ( | uint16_t | port | ) |
port | The value of the new port. |
|
virtual |
dst |
Reimplemented from openjaus::transport::Wrapper.
|
virtual |
Reimplemented from openjaus::transport::Wrapper.
|
friend |
|
friend |
|
protected |
|
protected |