|  | COSMOS core
    1.0.2 (beta)
    Comprehensive Open-architecture Solution for Mission Operations Systems | 
#include <jsondef.h>
| Public Attributes | |
| int32_t | type | 
| int32_t | cudp | 
| struct sockaddr_in | caddr | 
| struct sockaddr_in | baddr | 
| struct sockaddr_in6 | caddr6 | 
| int | addrlen | 
| uint16_t | cport | 
| uint16_t | msgsize | 
| char | address [18] | 
| char | baddress [18] | 
| char | name [40+1] | 
Channel structure This structure stores the information about an open COSMOS network channel.
| int32_t agent_channel::type | 
| int32_t agent_channel::cudp | 
| struct sockaddr_in agent_channel::caddr | 
| struct sockaddr_in agent_channel::baddr | 
| struct sockaddr_in6 agent_channel::caddr6 | 
| int agent_channel::addrlen | 
| uint16_t agent_channel::cport | 
| uint16_t agent_channel::msgsize | 
| char agent_channel::address[18] | 
| char agent_channel::baddress[18] | 
| char agent_channel::name[40+1] |