SYNOPSIS

#include <ltcsmpte.h>

Data Fields

char timezone [6]

unsigned char years

unsigned char months

unsigned char days

unsigned char hours

unsigned char mins

unsigned char secs

unsigned char frame

Detailed Description

Human readable time representation.

Examples:

tests/decoder.c, and tests/encoder.c.

Definition at line 179 of file ltcsmpte.h.

Field Documentation

unsigned char \fBSMPTETime::days\fP

Examples: tests/decoder.c, and tests/encoder.c.

Definition at line 184 of file ltcsmpte.h.

unsigned char \fBSMPTETime::frame\fP

Examples: tests/decoder.c, and tests/encoder.c.

Definition at line 189 of file ltcsmpte.h.

unsigned char \fBSMPTETime::hours\fP

Examples: tests/decoder.c, and tests/encoder.c.

Definition at line 186 of file ltcsmpte.h.

unsigned char \fBSMPTETime::mins\fP

Examples: tests/decoder.c, and tests/encoder.c.

Definition at line 187 of file ltcsmpte.h.

unsigned char \fBSMPTETime::months\fP

Examples: tests/decoder.c, and tests/encoder.c.

Definition at line 183 of file ltcsmpte.h.

unsigned char \fBSMPTETime::secs\fP

Examples: tests/decoder.c, and tests/encoder.c.

Definition at line 188 of file ltcsmpte.h.

char \fBSMPTETime::timezone\fP[6]

Examples: tests/decoder.c, and tests/encoder.c.

Definition at line 181 of file ltcsmpte.h.

unsigned char \fBSMPTETime::years\fP

Examples: tests/decoder.c, and tests/encoder.c.

Definition at line 182 of file ltcsmpte.h.

Author

Generated automatically by Doxygen for libltcsmpte from the source code.