indicate the kind of a communication partner More...
#include <core/messages.h>
Public Member Functions | |
Identify (const std::string &name="") | |
Identify (const Identify &request, Identity id, const std::string &name="") | |
Identify (const Identify &request, Identity id, int rank) | |
Identity | identity () const |
const char * | name () const |
int | rank () const |
int | numRanks () const |
int | boost_archive_version () const |
void | setNumRanks (int size) |
void | computeMac () |
bool | verifyMac (bool compareSessionData=true) const |
Public Attributes | |
DEFINE_ENUM_WITH_STRING_CONVERSIONS(Identity,(UNKNOWN)(REQUEST)(UI)(MANAGER)(HUB)(SLAVEHUB)(LOCALBULKDATA)(REMOTEBULKDATA)(RENDERSERVER)(RENDERCLIENT)) typedef std typedef std::array< char, 64 > | session_data_t |
Additional Inherited Members |
indicate the kind of a communication partner
vistle::message::Identify::Identify | ( | const std::string & | name = "" | ) |
vistle::message::Identify::Identify | ( | const Identify & | request, |
Identity | id, | ||
const std::string & | name = "" |
||
) |
vistle::message::Identify::Identify | ( | const Identify & | request, |
Identity | id, | ||
int | rank | ||
) |
int vistle::message::Identify::boost_archive_version | ( | ) | const |
void vistle::message::Identify::computeMac | ( | ) |
Identify::Identity vistle::message::Identify::identity | ( | ) | const |
const char * vistle::message::Identify::name | ( | ) | const |
int vistle::message::Identify::numRanks | ( | ) | const |
int vistle::message::Identify::rank | ( | ) | const |
void vistle::message::Identify::setNumRanks | ( | int | size | ) |
bool vistle::message::Identify::verifyMac | ( | bool | compareSessionData = true | ) | const |
DEFINE_ENUM_WITH_STRING_CONVERSIONS (Identity, (UNKNOWN)(REQUEST) (UI) (MANAGER) (HUB) (SLAVEHUB) (LOCALBULKDATA) (REMOTEBULKDATA) (RENDERSERVER) (RENDERCLIENT) ) typedef std typedef std::array<char, 64> vistle::message::Identify::session_data_t |