AAO DRAMA/DRAMA2 C++ Interface
gittasktest.cpp
/* G I T T A S K T E S T
* Module name:
gittasktest.cpp
* Function:
DRAMA 2 GIT Task test.
* Description:
Test the DRAMA GIT Interface using the drama::git::Task object.
* Language:
C++
* Copyright (c) Australian Astronomical Observatory, 2014.
Not to be used for commercial purposes without permission.
No warranty of any form unless subject to a specific agreement.
* Support: Tony Farrell, AAO
* "@(#) $Id: ACMM:Drama2/examples/gittasktest.cpp,v 1.45+ 22-Feb-2016 14:09:53+11 tjf $"
*/
static const char *rcsId="@(#) $Id: ACMM:Drama2/examples/gittasktest.cpp,v 1.45+ 22-Feb-2016 14:09:53+11 tjf $";
static void *use_rcsId = (0 ? (void *)(&use_rcsId) : (void *) &rcsId);
#include "drama.hh"
#include "drama/gittask.hh"
int main()
{
drama::CreateRunDramaTask<drama::git::Task>("GITTASKTEST", "DRAMA2",
"DRAMA 2 GIT test task");
return 0;
}

Click here for the DRAMA home page and here for the AAO home page.

For more information, contact tjf@aao.gov.au 

Generated on Mon Feb 22 2016 15:57:52 for AAO DRAMA/DRAMA2 C++ Interface by doxygen 1.8.10