RTEMS | Improve event record handling (!282)

Gedare Bloom (@gedare) gitlab at rtems.org
Sat Nov 9 19:40:00 UTC 2024




Gedare Bloom commented on a discussion on cpukit/include/rtems/recordclient.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/282#note_114624

 >  );
 >  
 >  typedef struct {
 > -  /**
 > -   * @brief Event time to uptime maintenance.
 > -   */
 > -  struct {
 > -    uint64_t bt;
 > -    uint32_t time_at_bt;
 > -    uint32_t time_last;
 > -    uint32_t time_accumulated;
 > -  } uptime;
 > +  uint64_t uptime_bt;

at least it should have a comment as in other places. the structure could benefit from doxygen, since it is user-facing

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/282#note_114624
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20241109/4d29ecec/attachment.htm>


More information about the bugs mailing list