|
WSF
|
#include "wsf_export.h"#include <cstdint>

Go to the source code of this file.
Namespaces | |
| namespace | wsf |
| Function definitions for those who need run-time access to the version. | |
| namespace | wsf::xio |
Enumerations | |
| enum | wsf::xio::ApplicationType : std::int32_t { wsf::xio::cAPP_SIMULATION , wsf::xio::cAPP_USER , wsf::xio::cAPP_SIMULATION_CONTROLLER } |
| enum | wsf::xio::QueryResult : std::int32_t { wsf::xio::cQUERY_SUCCESS_MASK = 0x1000 , wsf::xio::cQUERY_FAIL_MASK = 0x2000 , wsf::xio::cQUERY_NOT_COMPLETE = 0 , wsf::xio::cQUERY_NOT_SUPPORTED = cQUERY_FAIL_MASK | 1 , wsf::xio::cQUERY_FAILED = cQUERY_FAIL_MASK | 2 , wsf::xio::cQUERY_TIMED_OUT = cQUERY_FAIL_MASK | 3 , wsf::xio::cQUERY_DISCONNECTED = cQUERY_FAIL_MASK | 4 , wsf::xio::cQUERY_TRUE = cQUERY_SUCCESS_MASK | 1 , wsf::xio::cQUERY_FALSE = cQUERY_SUCCESS_MASK | 2 , wsf::xio::cQUERY_COMPLETE = cQUERY_SUCCESS_MASK | 3 } |