Skip to content

Commit

Permalink
fff: remove pointless comments
Browse files Browse the repository at this point in the history
A lot of these are wrong anyway, when adding static_assert, a lot fail.

Signed-off-by: Rosen Penev <[email protected]>
(cherry picked from commit 1e80c28)
  • Loading branch information
neheb authored and mergify[bot] committed Sep 30, 2024
1 parent 4a70173 commit b54fa2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/fff.h
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ struct OBJECT_PAR_T {

float relHum; //!< relative humidity
long reserved[4]; //!< For future use - should be set to 0
}; //!< sizeof struct == 48 bytes
};

struct TEMP_CALIB_T {
long Reserved1[2];
Expand Down Expand Up @@ -344,7 +344,7 @@ struct TEMPSENSOR_DATA_T {
char pzTSName[SYSIMG_NAMELEN + 1];
ULONG captureTime; //!< TS updated; time in seconds since 1970-01-01 00:00
ULONG captureMilliTime; //!< TS updated; Milliseconds since last second
}; //!< sizeof struct == 28 bytes
};

/** Detector parameter struct */
struct DETECTOR_PARAM_T {
Expand All @@ -360,7 +360,7 @@ struct EXTENDED_IMAGEINFO_T {
DETECTOR_PARAM_T detectorPars[20]; //!< Currently used detector parameters like
//! used bias, offsets. Usage is camera
//! dependent
}; //!< sizeof struct == 960 bytes
};

struct _bidata_t {
GEOMETRIC_INFO_T GeometricInfo; // 32 bytes
Expand Down

0 comments on commit b54fa2f

Please sign in to comment.