Real-Time API Revision2025.1-3
Loading...
Searching...
No Matches
RawValue Union Reference

#include <simrtdb.h>

Data Fields

int i
unsigned int ui
short s
unsigned short us
char c
unsigned char uc
float f
double d
long long ll

Detailed Description

Object to hold the raw value of a RTDB item independent of its data type.

Field Documentation

◆ i

int RawValue::i

Raw value is a 'C' int.

◆ ui

unsigned int RawValue::ui

Raw value is a 'C' unsigned int.

◆ s

short RawValue::s

Raw value is a 'C' short.

◆ us

unsigned short RawValue::us

Raw value is a 'C' unsigned short.

◆ c

char RawValue::c

Raw value is a 'C' char.

◆ uc

unsigned char RawValue::uc

Raw value is a 'C' unsigned char.

◆ f

float RawValue::f

Raw value is a 'C' float. This is mainly for AFDX message

◆ d

double RawValue::d

Raw value is a 'C' double. This is mainly for AFDX message

◆ ll

long long RawValue::ll

Raw value is a 'C' long long. This is mainly for AFDX message


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