mirror of
https://github.com/westonrobot/ugv_sdk
synced 2023-04-08 06:32:14 +08:00
more code cleanup
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
#include <ncurses.h>
|
||||
|
||||
namespace wescore
|
||||
namespace westonrobot
|
||||
{
|
||||
struct NColors
|
||||
{
|
||||
@@ -62,6 +62,6 @@ struct NColors
|
||||
static void WSetColor(WINDOW *win, int fg, int bg = BLACK);
|
||||
static void WUnsetColor(WINDOW *win, int fg, int bg = BLACK);
|
||||
};
|
||||
} // namespace wescore
|
||||
} // namespace westonrobot
|
||||
|
||||
#endif /* NCOLORS_HPP */
|
||||
|
||||
@@ -12,13 +12,13 @@
|
||||
|
||||
#include <ncurses.h>
|
||||
|
||||
namespace wescore
|
||||
namespace westonrobot
|
||||
{
|
||||
struct NShapes
|
||||
{
|
||||
static void DrawRectangle(int tl_y, int tl_x, int br_y, int br_x);
|
||||
static void WDrawRectangle(WINDOW *win, int tl_y, int tl_x, int br_y, int br_x);
|
||||
};
|
||||
} // namespace wescore
|
||||
} // namespace westonrobot
|
||||
|
||||
#endif /* NSHAPES_HPP */
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
#include <ncurses.h>
|
||||
|
||||
namespace wescore
|
||||
namespace westonrobot
|
||||
{
|
||||
class ScoutMonitor
|
||||
{
|
||||
@@ -73,6 +73,6 @@ private:
|
||||
void UpdateScoutSystemInfo();
|
||||
void UpdateScoutCmdWindow();
|
||||
};
|
||||
} // namespace wescore
|
||||
} // namespace westonrobot
|
||||
|
||||
#endif /* SCOUT_MONITOR_HPP */
|
||||
|
||||
Reference in New Issue
Block a user