/* TimeFormats(Test) - timecode handling and formatting Copyright (C) Lumiera.org 2010, Hermann Vosseler This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * *****************************************************/ #include "lib/test/run.hpp" //#include "lib/test/test-helper.hpp" #include "proc/asset/meta/time-grid.hpp" #include "lib/time/timequant.hpp" #include "lib/time/timecode.hpp" #include "lib/time/display.hpp" #include "lib/util.hpp" #include #include //#include using boost::lexical_cast; using util::isnil; //using std::rand; using std::cout; using std::endl; namespace lib { namespace time{ namespace test{ using asset::meta::TimeGrid; /******************************************************** * @test verify handling of grid aligned timecode values. * - full cycle from parsing to formatting * - mutating the components of timecode * - some formatting corner cases * - formatting in various formats */ class TimeFormats_test : public Test { virtual void run (Arg) { TimeGrid::build("pal0", FrameRate::PAL); // checkTimecodeUsageCycle (); // checkFrames (); // checkSeconds (); // checkHms (); checkSmpte(); // checkDropFrame(); } void checkTimecodeUsageCycle () { UNIMPLEMENTED ("full usage cycle for a timecode value"); } template void showTimeCode (TC timecode) { cout << timecode.describe()<<"=\""<