|
MythTV
0.26-pre
|
This table contains the GPS time at the time of transmission. More...
#include <sctetables.h>
Public Member Functions | |
| SCTESystemTimeTable (const SCTESystemTimeTable &table) | |
| SCTESystemTimeTable (const PSIPTable &table) | |
| uint32_t | SystemTimeRaw (void) const |
| QDateTime | SystemTimeGPS (void) const |
| QDateTime | SystemTimeUTC (void) const |
| time_t | GPSUnix (void) const |
| time_t | UTCUnix (void) const |
| uint | GPSUTCOffset (void) const |
| uint | DescriptorsLength (void) const |
| const unsigned char * | Descriptors (void) const |
| QString | toString (void) const |
| QString | toStringXML (uint indent_level) const |
This table contains the GPS time at the time of transmission.
Definition at line 564 of file sctetables.h.
| SCTESystemTimeTable::SCTESystemTimeTable | ( | const SCTESystemTimeTable & | table | ) | [inline] |
Definition at line 567 of file sctetables.h.
| SCTESystemTimeTable::SCTESystemTimeTable | ( | const PSIPTable & | table | ) | [inline] |
Definition at line 571 of file sctetables.h.
| uint32_t SCTESystemTimeTable::SystemTimeRaw | ( | void | ) | const [inline] |
Definition at line 586 of file sctetables.h.
Referenced by toString(), and toStringXML().
| QDateTime SCTESystemTimeTable::SystemTimeGPS | ( | void | ) | const [inline] |
Definition at line 591 of file sctetables.h.
| QDateTime SCTESystemTimeTable::SystemTimeUTC | ( | void | ) | const [inline] |
Definition at line 593 of file sctetables.h.
Referenced by toString(), and toStringXML().
| time_t SCTESystemTimeTable::GPSUnix | ( | void | ) | const [inline] |
Definition at line 595 of file sctetables.h.
| time_t SCTESystemTimeTable::UTCUnix | ( | void | ) | const [inline] |
Definition at line 597 of file sctetables.h.
| uint SCTESystemTimeTable::GPSUTCOffset | ( | void | ) | const [inline] |
Definition at line 600 of file sctetables.h.
Referenced by toString(), and toStringXML().
| uint SCTESystemTimeTable::DescriptorsLength | ( | void | ) | const [inline] |
Definition at line 602 of file sctetables.h.
Referenced by toStringXML().
| const unsigned char* SCTESystemTimeTable::Descriptors | ( | void | ) | const [inline] |
Definition at line 604 of file sctetables.h.
Referenced by toStringXML().
| QString SCTESystemTimeTable::toString | ( | void | ) | const [virtual] |
Reimplemented from PSIPTable.
Definition at line 532 of file sctetables.cpp.
Referenced by toStringXML().
| QString SCTESystemTimeTable::toStringXML | ( | uint | indent_level | ) | const [virtual] |
Reimplemented from PSIPTable.
Definition at line 541 of file sctetables.cpp.
1.7.6.1