[naming] rename FFD to FTD (#3102)

This commit is contained in:
Jonathan Hui
2018-09-27 09:33:03 -07:00
committed by GitHub
parent 5e42a40911
commit 5a489836cd
24 changed files with 59 additions and 60 deletions
+3 -3
View File
@@ -541,7 +541,7 @@ void Interpreter::ProcessChild(int argc, char *argv[])
mServer->OutputFormat("| %4d ", childInfo.mNetworkDataVersion);
mServer->OutputFormat("|%1d", childInfo.mRxOnWhenIdle);
mServer->OutputFormat("|%1d", childInfo.mSecureDataRequest);
mServer->OutputFormat("|%1d", childInfo.mFullFunction);
mServer->OutputFormat("|%1d", childInfo.mFullThreadDevice);
mServer->OutputFormat("|%1d", childInfo.mFullNetworkData);
mServer->OutputFormat("| ");
@@ -587,7 +587,7 @@ void Interpreter::ProcessChild(int argc, char *argv[])
mServer->OutputFormat("s");
}
if (childInfo.mFullFunction)
if (childInfo.mFullThreadDevice)
{
mServer->OutputFormat("d");
}
@@ -1459,7 +1459,7 @@ void Interpreter::ProcessNeighbor(int argc, char *argv[])
mServer->OutputFormat("| %9d ", neighborInfo.mLastRssi);
mServer->OutputFormat("|%1d", neighborInfo.mRxOnWhenIdle);
mServer->OutputFormat("|%1d", neighborInfo.mSecureDataRequest);
mServer->OutputFormat("|%1d", neighborInfo.mFullFunction);
mServer->OutputFormat("|%1d", neighborInfo.mFullThreadDevice);
mServer->OutputFormat("|%1d", neighborInfo.mFullNetworkData);
mServer->OutputFormat("| ");