F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
spacewasm_value_payload_t Union Reference

#include <Svc/WasmSequencer/spacewasm_include/spacewasm.h>

Public Attributes

int32_t i32_
 
int64_t i64_
 
float f32_
 
double f64_
 

Detailed Description

Definition at line 400 of file spacewasm.h.

Member Data Documentation

◆ f32_

float spacewasm_value_payload_t::f32_

Definition at line 403 of file spacewasm.h.

◆ f64_

double spacewasm_value_payload_t::f64_

Definition at line 404 of file spacewasm.h.

◆ i32_

int32_t spacewasm_value_payload_t::i32_

Definition at line 401 of file spacewasm.h.

◆ i64_

int64_t spacewasm_value_payload_t::i64_

Definition at line 402 of file spacewasm.h.


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