133 return (this->
object == compareTo.
object)
134 && (this->queue == compareTo.
queue)
135 && (this->magicKey == compareTo.
magicKey);
150 return !(*
this == compareTo);
Constructor to MsgAddrGenerator object.
Definition: msgaddr.h:43
This is a wrapper class for the class that does all the hard work.
Definition: msgqueue.h:69
MsgAddr(void)
Default constructor.
Definition: msgaddr.cpp:42
Class that holds and assigns handles.
Definition: handle.h:55
Type neutral message sender class.
Definition: msgsenderbase.h:51
Contains interface declaration for the FSYS::Handle class.
bool isValid(void)
Function to determine if this address is valid (!=null)
Definition: msgaddr.cpp:56
void clear(void)
Funciton that clears the address stored in the object.
Definition: msgaddr.cpp:35
bool operator==(MsgAddr const &compareTo) const
operator ==
Definition: msgaddr.h:131
void * magicKey
The magic key of objecjt this is the address of.
Definition: msgaddr.h:73
Handle queue
Handle to the queue that serves the object this is the address of.
Definition: msgaddr.h:68
static MsgAddr & broadcastAddr(void)
Returns the broadcast address.
Definition: msgaddr.cpp:63
Handle object
Handle to the object that this is the address of.
Definition: msgaddr.h:63
bool operator!=(MsgAddr const &compareTo) const
operator !=
Definition: msgaddr.h:148
The MsgAddr class contains a unique address in the message system.
Definition: msgaddr.h:52