This commit is contained in:
2020-09-21 18:20:59 +02:00
parent 2fc0768ad1
commit 804ad0997c
3 changed files with 35 additions and 5 deletions

View File

@ -84,7 +84,7 @@ class Detector {
* CHIPTESTBOARD */
Result<defs::detectorType> getDetectorType(Positions pos = {}) const;
/** Gets the total number of detectors */
/** Gets the total number of modules in shared memory */
int size() const;
bool empty() const;