OpenJAUS SAE SDK  6.0.0
Public Member Functions | Protected Attributes | Friends | List of all members
openjaus::model::ConnectionRequestInfo Class Reference

#include <ConnectionRequestInfo.h>

Public Member Functions

 ConnectionRequestInfo ()
 
virtual ~ConnectionRequestInfo ()
 
ConnectionRequestType getRequestType () const
 Accessor to get the value of requestType. More...
 
bool setRequestType (ConnectionRequestType requestType)
 Accessor to set value of requestType. More...
 
uint32_t getLocalId () const
 Accessor to get the value of localId. More...
 
bool setLocalId (uint32_t localId)
 Accessor to set value of localId. More...
 
virtual std::string toString () const
 

Protected Attributes

ConnectionRequestType requestType
 
uint32_t localId
 

Friends

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

Constructor & Destructor Documentation

◆ ConnectionRequestInfo()

openjaus::model::ConnectionRequestInfo::ConnectionRequestInfo ( )

◆ ~ConnectionRequestInfo()

openjaus::model::ConnectionRequestInfo::~ConnectionRequestInfo ( )
virtual

Member Function Documentation

◆ getLocalId()

uint32_t openjaus::model::ConnectionRequestInfo::getLocalId ( ) const

◆ getRequestType()

ConnectionRequestType openjaus::model::ConnectionRequestInfo::getRequestType ( ) const

◆ setLocalId()

bool openjaus::model::ConnectionRequestInfo::setLocalId ( uint32_t  localId)
Parameters
localIdThe value of the new localId.

◆ setRequestType()

bool openjaus::model::ConnectionRequestInfo::setRequestType ( ConnectionRequestType  requestType)
Parameters
requestTypeThe value of the new requestType.

◆ toString()

std::string openjaus::model::ConnectionRequestInfo::toString ( ) const
virtual

Friends And Related Function Documentation

◆ operator<< [1/2]

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

◆ operator<< [2/2]

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

Member Data Documentation

◆ localId

uint32_t openjaus::model::ConnectionRequestInfo::localId
protected

◆ requestType

ConnectionRequestType openjaus::model::ConnectionRequestInfo::requestType
protected

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