Show
Ignore:
Timestamp:
06/18/09 08:19:56 (15 years ago)
Author:
wrodgers
Message:

Begun work on nested conditionals, direct communication. This should work for linear ordering of statements, and may work for nonlinear ordering too, although that has yet to be fully tested

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/trunk/src/include/vtcross/containers.h

    r268 r287  
    8787    uint16_t num_conds; 
    8888    bool cond_flag; 
    89     std::string input[3]; 
    90     std::string output[3]; 
     89    std::string input[5]; 
     90    std::string output[5]; 
    9191};  
    9292 
     
    100100    uint32_t numServices; 
    101101    Service *services; 
    102     std::string input[3]; 
    103     std::string output[3]; 
     102    std::string input[5]; 
     103    std::string output[5]; 
    104104}; 
    105105