Public Attributes | List of all members
sPacket Struct Reference

#include <NokovSDKTypes.h>

Public Attributes

union {
   unsigned char   cData [MAX_PACKETSIZE]
 
   float   fData [MAX_PACKETSIZE/4]
 
   unsigned long long   lData [MAX_PACKETSIZE/8]
 
   sSender   Sender
 
   char   szData [MAX_PACKETSIZE]
 
Data
 
unsigned short iMessage
 
int nDataBytes
 

Detailed Description

Definition at line 156 of file NokovSDKTypes.h.

Member Data Documentation

◆ cData

unsigned char sPacket::cData[MAX_PACKETSIZE]

Definition at line 162 of file NokovSDKTypes.h.

◆ Data

union { ... } sPacket::Data

◆ fData

float sPacket::fData[MAX_PACKETSIZE/4]

Definition at line 165 of file NokovSDKTypes.h.

◆ iMessage

unsigned short sPacket::iMessage

Definition at line 158 of file NokovSDKTypes.h.

◆ lData

unsigned long long sPacket::lData[MAX_PACKETSIZE/8]

Definition at line 164 of file NokovSDKTypes.h.

◆ nDataBytes

int sPacket::nDataBytes

Definition at line 159 of file NokovSDKTypes.h.

◆ Sender

sSender sPacket::Sender

Definition at line 166 of file NokovSDKTypes.h.

◆ szData

char sPacket::szData[MAX_PACKETSIZE]

Definition at line 163 of file NokovSDKTypes.h.


The documentation for this struct was generated from the following file:


mocap_nokov
Author(s):
autogenerated on Mon Mar 3 2025 03:08:00