73

Chapter 9

TopfieldApplication Program
If you are good at programming with C++ language, you
canmake a program executable to run on the digital receiver.
Wecall this a Topfield Application program (TAP). In mak-
ing a TAP,it is recommended to use Diab compiler of Wind
River,whose web site address is
http://www.windriver.com
.
Some variants of GCC compiler also might be available as a
compiler for TAPs. Youcan get the Application program In-
terface (API) libraries for TAPs from the Topfieldweb site,
http://www.i-topfield.com.
YourTAPs will be run under the following conditions:
Theirextension name is tap. Ifthey have any other exten-
sionname, they will be ignored.
Theyare in the Program Files folder. If they are in other
folders,they will be ignored.
Forhow to transfer your program to the digital receiver, refer
to§7.6orChapter 8.