Skip to content

Commit

Permalink
Fix #36: Add CI_LAB namespace to all identifiers
Browse files Browse the repository at this point in the history
Add a global structure called "CI_LAB_Global" for all globals, getting
them out of the global namespace.  All other identifiers that remain
in the global namespace should be prefixed consistently with CI_LAB_
to match the name of the app.
  • Loading branch information
jphickey committed Feb 8, 2020
1 parent e1072c0 commit 655f025
Show file tree
Hide file tree
Showing 5 changed files with 151 additions and 134 deletions.
4 changes: 2 additions & 2 deletions fsw/mission_inc/ci_lab_perfids.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
#ifndef _ci_lab_perfids_h_
#define _ci_lab_perfids_h_

#define CI_MAIN_TASK_PERF_ID 32
#define CI_SOCKET_RCV_PERF_ID 33
#define CI_LAB_MAIN_TASK_PERF_ID 32
#define CI_LAB_SOCKET_RCV_PERF_ID 33

#endif /* _ci_lab_perfids_h_ */

Expand Down
Loading

0 comments on commit 655f025

Please sign in to comment.