w11 - cpp 0.794
Backend server for Rlink and w11
|
FIXME_docs. More...
Functions | |
std::string | Mac2String (uint64_t mac) |
FIXME_docs. | |
bool | String2Mac (const std::string &str, uint64_t &mac, RerrMsg &emsg) |
FIXME_docs. | |
uint64_t | String2Mac (const std::string &str) |
FIXME_docs. | |
void | Mac2WList (uint64_t mac, uint16_t wlist[3]) |
FIXME_docs. | |
uint64_t | WList2Mac (const uint16_t wlist[3]) |
FIXME_docs. | |
FIXME_docs.
std::string Retro::RethTools::Mac2String | ( | uint64_t | mac | ) |
FIXME_docs.
Definition at line 34 of file RethTools.cpp.
Referenced by Retro::Rw11CntlDEUNA::Dump(), Retro::RethBuf::FrameInfo(), Retro::Rw11CntlDEUNA::LogMacFunc(), Retro::Rw11CntlDEUNA::LogMcastFunc(), and Retro::Rw11CntlDEUNA::MacDefault().
bool Retro::RethTools::String2Mac | ( | const std::string & | str, |
uint64_t & | mac, | ||
RerrMsg & | emsg | ||
) |
FIXME_docs.
Definition at line 52 of file RethTools.cpp.
References Retro::RerrMsg::Init(), and Retro::Rtools::String2Long().
Referenced by Retro::Rw11CntlDEUNA::SetMacDefault(), and String2Mac().
uint64_t Retro::RethTools::String2Mac | ( | const std::string & | str | ) |
|
inline |
FIXME_docs.
Definition at line 21 of file RethTools.ipp.
Referenced by Retro::Rw11CntlDEUNA::ExecGetcmd(), Retro::RethBuf::SetMacDestination(), and Retro::RethBuf::SetMacSource().
|
inline |
FIXME_docs.
Definition at line 32 of file RethTools.ipp.
Referenced by Retro::Rw11CntlDEUNA::ExecGetcmd(), Retro::RethBuf::MacDestination(), and Retro::RethBuf::MacSource().