A/C animation dataRef changes.
More...
#include <XPMPRemote.h>
|
| static constexpr size_t | msgSize (std::uint8_t num) |
| | message size assuming num array elements
|
| |
|
| std::uint32_t | modeS_id = 0 |
| | plane's unique id at the sender side (might differ remotely in case of duplicates)
|
| |
| std::uint8_t | numVals = 0 |
| | number of dataRef values in the following array
|
| |
| std::uint8_t | filler = 0 |
| | not yet used
|
| |
| struct XPMP2::RemoteAcAnimTy::DataRefValTy | v [1] |
| | array of dataRef animation types and value
|
| |
A/C animation dataRef changes.
This structure has variable length depending on the number of actual dataRef values to carry. And several of these variable length structures are added into one variable length network message.
- Note
- Structure must stay aligned with XPMP2::RmtDataAcAnimTy
◆ XPMP2::RemoteAcAnimTy::DataRefValTy
| struct XPMP2::RemoteAcAnimTy::DataRefValTy |
dataRef animation types and value
◆ RemoteAcAnimTy()
| XPMP2::RemoteAcAnimTy::RemoteAcAnimTy |
( |
XPMPPlaneID | _id | ) |
|
|
inline |
◆ msgSize() [1/2]
| size_t XPMP2::RemoteAcAnimTy::msgSize |
( |
| ) |
const |
|
inline |
◆ msgSize() [2/2]
| static constexpr size_t XPMP2::RemoteAcAnimTy::msgSize |
( |
std::uint8_t | num | ) |
|
|
inlinestaticconstexpr |
message size assuming num array elements
◆ filler
| std::uint8_t XPMP2::RemoteAcAnimTy::filler = 0 |
◆ modeS_id
| std::uint32_t XPMP2::RemoteAcAnimTy::modeS_id = 0 |
plane's unique id at the sender side (might differ remotely in case of duplicates)
◆ numVals
| std::uint8_t XPMP2::RemoteAcAnimTy::numVals = 0 |
number of dataRef values in the following array
array of dataRef animation types and value
The documentation for this struct was generated from the following file: