WSF
wsf::xio Namespace Reference

Classes

class  AuxData
class  CommComponent
 The hardware component that can be attached to all comm systems. More...
class  EventPipe

Enumerations

enum  ApplicationType : std::int32_t { cAPP_SIMULATION , cAPP_USER , cAPP_SIMULATION_CONTROLLER }
enum  QueryResult : std::int32_t {
  cQUERY_SUCCESS_MASK = 0x1000 , cQUERY_FAIL_MASK = 0x2000 , cQUERY_NOT_COMPLETE = 0 , cQUERY_NOT_SUPPORTED = cQUERY_FAIL_MASK | 1 ,
  cQUERY_FAILED = cQUERY_FAIL_MASK | 2 , cQUERY_TIMED_OUT = cQUERY_FAIL_MASK | 3 , cQUERY_DISCONNECTED = cQUERY_FAIL_MASK | 4 , cQUERY_TRUE = cQUERY_SUCCESS_MASK | 1 ,
  cQUERY_FALSE = cQUERY_SUCCESS_MASK | 2 , cQUERY_COMPLETE = cQUERY_SUCCESS_MASK | 3
}

Enumeration Type Documentation

◆ ApplicationType

enum wsf::xio::ApplicationType : std::int32_t
Enumerator
cAPP_SIMULATION 
cAPP_USER 
cAPP_SIMULATION_CONTROLLER 

◆ QueryResult

enum wsf::xio::QueryResult : std::int32_t
Enumerator
cQUERY_SUCCESS_MASK 

This bit is set if the query is successful.

cQUERY_FAIL_MASK 

This bit is set if the query has failed.

cQUERY_NOT_COMPLETE 

Query is has not been completed.

cQUERY_NOT_SUPPORTED 

Query not supported by application.

cQUERY_FAILED 

Application could not complete query.

cQUERY_TIMED_OUT 

Query's timeout has been exceeded.

cQUERY_DISCONNECTED 

Query failed because the connection was lost.

cQUERY_TRUE 

Query completed and returned true.

cQUERY_FALSE 

Query completed and returned false.

cQUERY_COMPLETE 

Query completed and returned a custom value.

Copyrights Multiple, All Rights Reserved