Show
Ignore:
Timestamp:
03/30/09 21:38:53 (15 years ago)
Author:
trnewman
Message:

Added libvtcross functionality. Made socketcomm a little more robust. Added libvtcross demo application to illustrate how to use the lib.

Files:
1 modified

Legend:

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

    r221 r222  
    8181 * 
    8282 */ 
     83struct Service { 
     84    std::string name; 
     85    uint16_t socketFD; 
     86};  
     87 
     88 
     89/* TODO 
     90 * 
     91 */ 
    8392struct Mission { 
    8493    std::string name; 
     
    8897}; 
    8998 
    90  
    91 /* TODO 
    92  * 
    93  */ 
    94 struct Service { 
    95     std::string name; 
    96     uint16_t socketFD; 
    97 };  
    98  
    9999#endif