From ae0482905acfff02fc9b505eef4f7a9cca75d0fe Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 19 Mar 2016 09:37:14 -0400 Subject: [PATCH] CmdGaps: Outlined processing --- src/commands/CmdGaps.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/commands/CmdGaps.cpp b/src/commands/CmdGaps.cpp index 352707ed..50096b00 100644 --- a/src/commands/CmdGaps.cpp +++ b/src/commands/CmdGaps.cpp @@ -31,6 +31,13 @@ int CmdGaps () { std::cout << "# gaps\n"; + + // TODO Load all data. + // TODO Apply filter. + // TODO Invert the union exclusions and incluѕions + // TODO For each interval + // TODO Display + return 0; }