AJA NTV2 SDK  18.0.0.2717
NTV2 SDK 18.0.0.2717
reftime.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CRefTime
 

Macros

#define MILLISECONDS_TO_100NS_UNITS(lMs)   Int32x32To64((lMs), (UNITS / MILLISECONDS))
 

Variables

const LONGLONG MILLISECONDS = (1000)
 
const LONGLONG NANOSECONDS = (1000000000)
 
const LONGLONG UNITS = (NANOSECONDS / 100)
 
const LONGLONG TimeZero = 0
 

Macro Definition Documentation

◆ MILLISECONDS_TO_100NS_UNITS

#define MILLISECONDS_TO_100NS_UNITS (   lMs)    Int32x32To64((lMs), (UNITS / MILLISECONDS))

Definition at line 46 of file reftime.h.

Variable Documentation

◆ MILLISECONDS

const LONGLONG MILLISECONDS = (1000)

Definition at line 39 of file reftime.h.

◆ NANOSECONDS

const LONGLONG NANOSECONDS = (1000000000)

Definition at line 40 of file reftime.h.

◆ TimeZero

const LONGLONG TimeZero = 0

Definition at line 113 of file reftime.h.

◆ UNITS

const LONGLONG UNITS = (NANOSECONDS / 100)

Definition at line 41 of file reftime.h.