v1.3.0.0
WASimCommander::CLI Namespace Reference

WASimCommander::CLI namespace. Container for implementation of the C++ WASimCommander API and WASimClient as a C++/CLI .NET "wrapper." The primary documentation is for the C++ version equivalents. Documentation for everything in the CLI namespace focuses primarily on any (non-obvious) differences from the C++ version. More...

Namespaces

namespace  Client
 WASimCommander::CLI::Client namespace. Implementation of the C++ WASimClient as a C++/CLI .NET "wrapper.".
 
namespace  Enums
 WASimCommander::CLI::Enums namespace. C++/CLI specific definitions only. See documentation for WASimCommander::Enums and WASimCommander::Client namespaces for main API and Client enum classes respectively.
 
namespace  Structs
 WASimCommander::CLI::Structs namespace. CLI/.NET versions of WASimCommander API and Client data structures.
 

Classes

struct  ValueTypes
 Predefined value types More...
 

Detailed Description

WASimCommander::CLI namespace. Container for implementation of the C++ WASimCommander API and WASimClient as a C++/CLI .NET "wrapper." The primary documentation is for the C++ version equivalents. Documentation for everything in the CLI namespace focuses primarily on any (non-obvious) differences from the C++ version.


Class Documentation

◆ WASimCommander::CLI::ValueTypes

struct WASimCommander::CLI::ValueTypes

Predefined value types

Using these constants for the WASimCommander::CLI::Structs::DataRequest::valueSize property will allow delta epsilon comparisons.

Definition at line 35 of file WASimCommander_CLI.h.

Class Members
literal UInt32 DATA_TYPE_INT8 8-bit integer number (signed or unsigned)
literal UInt32 DATA_TYPE_INT16 16-bit integer number (signed or unsigned)
literal UInt32 DATA_TYPE_INT32 32-bit integer number (signed or unsigned)
literal UInt32 DATA_TYPE_INT64 64-bit integer number (signed or unsigned)
literal UInt32 DATA_TYPE_FLOAT 32-bit floating-point number
literal UInt32 DATA_TYPE_DOUBLE 64-bit floating-point number