WSF
WsfXIO.hpp
Go to the documentation of this file.
1// ****************************************************************************
2// CUI
3//
4// The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
5//
6// Copyright 2003-2015 The Boeing Company. All rights reserved.
7//
8// The use, dissemination or disclosure of data in this file is subject to
9// limitation or restriction. See accompanying README and LICENSE for details.
10// ****************************************************************************
11
12#ifndef WSFXIO_HPP
13#define WSFXIO_HPP
14
15#include "wsf_export.h"
16
17#include <cstdint>
18
19namespace wsf
20{
54} // namespace wsf
55
56namespace WsfXIO = wsf::xio;
57
58#endif
Definition WsfXIO.hpp:22
QueryResult
Definition WsfXIO.hpp:31
@ cQUERY_FAIL_MASK
This bit is set if the query has failed.
Definition WsfXIO.hpp:35
@ cQUERY_TIMED_OUT
Query's timeout has been exceeded.
Definition WsfXIO.hpp:43
@ cQUERY_DISCONNECTED
Query failed because the connection was lost.
Definition WsfXIO.hpp:45
@ cQUERY_COMPLETE
Query completed and returned a custom value.
Definition WsfXIO.hpp:51
@ cQUERY_SUCCESS_MASK
This bit is set if the query is successful.
Definition WsfXIO.hpp:33
@ cQUERY_NOT_COMPLETE
Query is has not been completed.
Definition WsfXIO.hpp:37
@ cQUERY_FALSE
Query completed and returned false.
Definition WsfXIO.hpp:49
@ cQUERY_TRUE
Query completed and returned true.
Definition WsfXIO.hpp:47
@ cQUERY_NOT_SUPPORTED
Query not supported by application.
Definition WsfXIO.hpp:39
@ cQUERY_FAILED
Application could not complete query.
Definition WsfXIO.hpp:41
ApplicationType
Definition WsfXIO.hpp:24
@ cAPP_SIMULATION
Definition WsfXIO.hpp:25
@ cAPP_SIMULATION_CONTROLLER
Definition WsfXIO.hpp:27
@ cAPP_USER
Definition WsfXIO.hpp:26
Function definitions for those who need run-time access to the version.
Definition WsfComm.cpp:32
Copyrights Multiple, All Rights Reserved