Skip to content
Snippets Groups Projects
Commit 5df71b2d authored by Alexandru Bercuci's avatar Alexandru Bercuci
Browse files

modify doc style

parent 9c4560a0
No related branches found
No related tags found
1 merge request!1863new unpacker for the trd2d.v06.24 data format
Pipeline #30046 passed
...@@ -39,11 +39,11 @@ public: ...@@ -39,11 +39,11 @@ public:
/** \brief Search for the module in the setup parameters by equipement id /** \brief Search for the module in the setup parameters by equipement id
* \param[in] eqid equipment id from HW * \param[in] eqid equipment id from HW
* \param[out] crob_id index of the ROB (crob in legacy mode) on the module * \param[out] rob_id index of the ROB (CROB in legacy mode) on the module
* \param[out] lnk_id index of optical link on the ROB (not used in legacy mode); 0 for down, 1 for up * \param[out] lnk_id index of optical link on the ROB (not used in legacy mode); 0 for down, 1 for up
* \return module id in the setup * \return module id in the setup
*/ */
virtual int FindModuleByEqId(uint16_t eqid, uint8_t& crob_id, uint8_t& lnk_id) const; virtual int FindModuleByEqId(uint16_t eqid, uint8_t& rob_id, uint8_t& lnk_id) const;
/** \brief Build the ASICs par for the current module from the info stored in the param file /** \brief Build the ASICs par for the current module from the info stored in the param file
* It applies to the list of ASICs. * It applies to the list of ASICs.
* \param module ASICs par (FASP or SPADIC) * \param module ASICs par (FASP or SPADIC)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment