Implementation in C++ Language of Encoding and Decoding of DSM-CC Protocol in DTV System

谷志奇,余松煜
DOI: https://doi.org/10.3969/j.issn.1000-3428.2004.22.026
2004-01-01
Abstract:By imposing object oriented (OO) method, the paper introduces a regularized mapping rule from pseudo C code of DSM-CC data download protocol syntax to C++ language in DTV transmission and receiving system. Using object oriented programming (OOP) character of C++ language, with the consideration of syntax similarity of DSM-CC protocol stack, this rule can fully employ the idea of polymorphism and inheritance of OOP. With this rule, it gaves an top down C++ implementation of DSMCC. This implementation is highly expansible, compatible for both data carousel (DC) and object carousel (OC), and applicable to both encoding and decoding.
What problem does this paper attempt to address?