OpenJAUS SAE SDK
6.0.0
|
This is a brief description. More...
#include <ControlResponse.h>
Public Member Functions | |
ControlResponse () | |
virtual | ~ControlResponse () |
ControlResponseType | getResponseType () const |
Accessor to get the value of responseType. More... | |
bool | setResponseType (ControlResponseType responseType) |
Accessor to set value of responseType. More... | |
const transport::Address & | getAddress () const |
Accessor to get the value of address. More... | |
bool | setAddress (const transport::Address &address) |
Accessor to set value of address. More... | |
virtual std::string | toString () const |
Protected Attributes | |
ControlResponseType | responseType |
transport::Address | address |
Friends | |
OPENJAUS_EXPORT friend std::ostream & | operator<< (std::ostream &output, const ControlResponse &object) |
OPENJAUS_EXPORT friend std::ostream & | operator<< (std::ostream &output, const ControlResponse *object) |
Detailed description.
openjaus::model::ControlResponse::ControlResponse | ( | ) |
|
virtual |
const transport::Address & openjaus::model::ControlResponse::getAddress | ( | ) | const |
ControlResponseType openjaus::model::ControlResponse::getResponseType | ( | ) | const |
bool openjaus::model::ControlResponse::setAddress | ( | const transport::Address & | address | ) |
address | The value of the new address. |
bool openjaus::model::ControlResponse::setResponseType | ( | ControlResponseType | responseType | ) |
responseType | The value of the new responseType. |
|
virtual |
|
friend |
|
friend |
|
protected |
|
protected |