Changes between Version 3 and Version 4 of MEDIA_ENGINE_IMPL_MAIN_R2


Ignore:
Timestamp:
08/24/09 17:11:20 (16 years ago)
Author:
nenko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MEDIA_ENGINE_IMPL_MAIN_R2

    v3 v4  
    4242 
    4343= Design = 
    44 ^(Describe your design here.)^ 
     44The communication between the C++ program and the Java program (Sophie2, except the demos) will be sequence of integers. Every sequence will be in the following format: <BR> 
     45<size> <id> ... <BR> 
     46<size> and <id> are mandatory and their meanings are : 
     47 * size - the length of the integer sequence 
     48 * id - command/sequence id 
     49 
     50Example(start command, whose id is 0) : 2 0  
    4551 
    4652= Implementation =