|
MythTV
0.27pre
|
Go to the source code of this file.
Classes | |
| class | cTPDU |
| class | cCiTransportConnection |
| class | cCiTransportLayer |
| class | cCiSession |
| class | cCiResourceManager |
| class | cCiApplicationInformation |
| class | cCiConditionalAccessSupport |
| class | cCiDateTime |
| class | cCiMMI |
Enumerations | |
| enum | eState { stIDLE, stCREATION, stACTIVE, stDELETION } |
Functions | |
| static ssize_t | safe_read (int filedes, void *buffer, size_t size) |
| static const uint8_t * | GetLength (const uint8_t *Data, int &Length) |
| static uint8_t * | SetLength (uint8_t *Data, int Length) |
| static char * | CopyString (int Length, const uint8_t *Data) |
| static char * | GetString (int &Length, const uint8_t **Data) |
Variables | |
| static bool | DumpTPDUDataTransfer = false |
| static bool | DebugProtocol = false |
| static bool | _connected = false |
| enum eState |
Definition at line 78 of file dvbci.cpp.
Referenced by cTPDU::Read().
|
static |
| Length | Gets the length field from the beginning of Data. |
Definition at line 90 of file dvbci.cpp.
Referenced by cTPDU::GetData(), cCiSession::GetData(), and GetString().
|
static |
| Length | Sets the length field at the beginning of Data. |
Definition at line 105 of file dvbci.cpp.
Referenced by cTPDU::cTPDU(), cCiSession::SendData(), and PESPacket::SetTotalLength().
|
static |
| Data | Copies the string at Data. |
Definition at line 125 of file dvbci.cpp.
Referenced by GetString(), and cCiMMI::Process().
|
static |
| Data | Gets the string at Data. |
Definition at line 135 of file dvbci.cpp.
Referenced by cCiMMI::GetText(), and cCiApplicationInformation::Process().
Definition at line 58 of file dvbci.cpp.
Referenced by cTPDU::Dump().
Definition at line 60 of file dvbci.cpp.
Referenced by cLlCiHandler::connected(), and cCiTransportConnection::CreateConnection().
1.8.1.2