updated command line doc

This commit is contained in:
Dhanya Maliakal 2017-08-16 11:13:40 +02:00
parent db983c5439
commit af5f61bd95

View File

@ -1678,8 +1678,12 @@ slsDetectorCommand::slsDetectorCommand(slsDetectorUtils *det) {
/*! \page receiver
- <b>r_checkonline</b> Checks the receiver if it is online/offline mode. Prints either 'All receiver online', '[List of all receiver hostname in offline mode] :Not all receiver online'. Only get!
*/
descrToFuncMap[i].m_pFuncName="r_checkonline";
descrToFuncMap[i].m_pFuncPtr=&slsDetectorCommand::cmdOnline;
i++;
/*! \page receiver
- <b>framescaught</b> gets the number of frames caught by receiver. Average of all for multi-detector command. Only get!
*/