Namespaces | |
namespace | MXA |
Defines | |
#define | MXA_GET_TIME_OF_DAY gettimeofday |
#define | TimeType time_t |
#define | TimeFunc time |
#define | DEBUG_OUT(function) function() << "File: " << __FILE__ << "(" << __LINE__ << "): " |
Functions | |
std::string | logTime () |
Returns a Formatted String of the current Date/Time for logging purpose. | |
std::string | tifDateTime () |
std::string | MXAVersionString () |
Generates a String suitable for using as a version string for applications. | |
unsigned long long int | MXA::getMilliSeconds () |
returns the number of milliseconds from a platform specified time. |
#define DEBUG_OUT | ( | function | ) | function() << "File: " << __FILE__ << "(" << __LINE__ << "): " |
#define MXA_GET_TIME_OF_DAY gettimeofday |
#define TimeFunc time |
#define TimeType time_t |
std::string logTime | ( | ) | [inline] |
Returns a Formatted String of the current Date/Time for logging purpose.
std::string MXAVersionString | ( | ) | [inline] |
Generates a String suitable for using as a version string for applications.
std::string tifDateTime | ( | ) | [inline] |
Returns a date/time string suitable for tiff tags.