AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later 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$"
*/
static const char *rcsId="@(#) $Id$";
static void *use_rcsId = (0 ? (void *)(&use_rcsId) : (void *) &rcsId);
#include "drama.hh"
#include "drama/gittask.hh"
int main()
{
std::cout << "GitTaskTest starting - about to start DRAMA loop for task GITTASKTEST" << std::endl;
"DRAMA 2 GIT test task");
return 0;
}
DRAMA 2 main include file.
DRAMA 2 include file - GIT Task implementation.
const char * Drama2Version
The DRAMA 2 ACMM Release version string.
void CreateRunDramaTask()
Create and run a DRAMA task, with standard exception handling.
Definition task.hh:1322
const char * Drama2Date
The DRAMA 2 build date.