COSMOS core  1.0.2 (beta)
Comprehensive Open-architecture Solution for Mission Operations Systems
Collaboration diagram for IO Port types.:

Enumerations

enum  PORT_TYPE {
  PORT_TYPE_RS232 = 0, PORT_TYPE_RS422 = 1, PORT_TYPE_ETHERNET = 2, PORT_TYPE_USB = 3,
  PORT_TYPE_DRIVE = 4, PORT_TYPE_SIM = 5, PORT_TYPE_UDP = 6, PORT_TYPE_TCP = 7,
  PORT_TYPE_PROPAGATOR = 8, PORT_TYPE_COUNT, PORT_TYPE_NONE = UINT16_MAX
}
 

Detailed Description

Enumeration Type Documentation

enum PORT_TYPE
Enumerator
PORT_TYPE_RS232 
PORT_TYPE_RS422 
PORT_TYPE_ETHERNET 
PORT_TYPE_USB 
PORT_TYPE_DRIVE 
PORT_TYPE_SIM 
PORT_TYPE_UDP 
PORT_TYPE_TCP 
PORT_TYPE_PROPAGATOR 
PORT_TYPE_COUNT 
PORT_TYPE_NONE 
644  {
645  PORT_TYPE_RS232 = 0,
646  PORT_TYPE_RS422 = 1,
647  PORT_TYPE_ETHERNET = 2,
648  PORT_TYPE_USB = 3,
649  PORT_TYPE_DRIVE = 4,
650  PORT_TYPE_SIM = 5,
651  PORT_TYPE_UDP = 6,
652  PORT_TYPE_TCP = 7,
655  PORT_TYPE_NONE = UINT16_MAX
656 };
Definition: jsondef.h:650
Definition: jsondef.h:647
Definition: jsondef.h:646
Definition: jsondef.h:653
Definition: jsondef.h:651
Definition: jsondef.h:649
Definition: jsondef.h:654
Definition: jsondef.h:648
Definition: jsondef.h:645
Definition: jsondef.h:652
Definition: jsondef.h:655