XMUNIBBLE4 constructors
Constructors exposed by XMUNIBBLE4
.
Constructs instances of the XMUNIBBLE4 structure.
Note
The constructors listed here are only available under C++.
Overload list
Constructor | Description |
---|---|
XMUNIBBLE4 () | Default constructor for XMUNIBBLE4 Default constructor for XMUNIBBLE4 Note: This is only available for C++ based development. |
XMUNIBBLE4 (uint16_t) | Initializes a new instance of XMUNIBBLE from a uint16_t variable containing component data in a packed format. This constructor initializes a new instance of XMUNIBBLE4 from a uint16_t variable containing component data in a packed format. Note: This constructor is only available under C++. |
*XMUNIBBLE4 (const float)** | Initializes a new instance of XMUNIBBLE4 from a four element float array argument. This constructor initializes a new instance of XMUNIBBLE4 from a from a four element float array argument. Note: This constructor is only available under C++. |
*XMUNIBBLE4 (const uint8_t)** | Initializes a new instance of XMUNIBBLE4 from a four element uint8_t array argument. This constructor initializes a new instance of XMUNIBBLE4 from a from a four element uint8_t array argument. Note: This constructor is only available under C++. |
XMUNIBBLE4 (float,float,float,float) | Initializes a new instance of XMUNIBBLE4 from four float arguments. This constructor initializes a new instance of XMUNIBBLE4 from four float arguments. Note: This constructor is only available under C++. |
XMUNIBBLE4 (uint8_t,uint8_t,uint8_t,uint8_t) | Initializes a new instance of XMUNIBBLE4 from four uint8_t arguments. This constructor initializes a new instance of XMUNIBBLE4 from four uint8_t arguments. Note: This constructor is only available under C++. |
See also
-
Reference