libsstvenc
Asynchronous Analogue SSTV encoder
Loading...
Searching...
No Matches
Collaboration diagram for Time-scale units:

Macros

#define SSTVENC_TS_UNIT_SECONDS   (0)
 
#define SSTVENC_TS_UNIT_MILLISECONDS   (1)
 
#define SSTVENC_TS_UNIT_MICROSECONDS   (2)
 
#define SSTVENC_TS_UNIT_NANOSECONDS   (3)
 

Detailed Description

The supported time-scale units.

Macro Definition Documentation

◆ SSTVENC_TS_UNIT_MICROSECONDS

#define SSTVENC_TS_UNIT_MICROSECONDS   (2)

Microseconds

Definition at line 38 of file timescale.h.

Referenced by sstvenc_ts_unit_scale().

◆ SSTVENC_TS_UNIT_MILLISECONDS

#define SSTVENC_TS_UNIT_MILLISECONDS   (1)

Milliseconds

Definition at line 37 of file timescale.h.

Referenced by main(), and sstvenc_ts_unit_scale().

◆ SSTVENC_TS_UNIT_NANOSECONDS

#define SSTVENC_TS_UNIT_NANOSECONDS   (3)

Nanoseconds

Definition at line 39 of file timescale.h.

Referenced by sstvenc_modulator_next_tone(), and sstvenc_ts_unit_scale().

◆ SSTVENC_TS_UNIT_SECONDS

#define SSTVENC_TS_UNIT_SECONDS   (0)