ASN1C C/C++ Common Runtime  ASN1C v7.3.x
Classes | Macros
ASN1TTime.h File Reference
#include <time.h>
#include "rtsrc/asn1CppTypes.h"

Go to the source code of this file.

Classes

class  ASN1TTime
 
class  ASN1TGeneralizedTime
 
class  ASN1TUTCTime
 

Macros

#define MAX_TIMESTR_SIZE   64
 
#define LOG_TTMERR(stat)   (mStatus = stat, stat)
 

Macro Definition Documentation

◆ LOG_TTMERR

#define LOG_TTMERR (   stat)    (mStatus = stat, stat)

A macro for setting the error status of a time structure.

Parameters
statThe error status.
Returns
The error status.

◆ MAX_TIMESTR_SIZE

#define MAX_TIMESTR_SIZE   64

Sets the max time string size at 64 characters.