FARGOS/VISTA Object Management Environment Core
..
|
Data structure to reference a variable record within a memory-mapped segment. More...
#include <mapped_vars.h>
Public Attributes | |
unsigned char * | address |
unsigned char * | outputAddress |
const char * | varName |
const char * | formatPattern |
uint32_t | len |
union { | |
uint64_t u64 | |
int64_t i64 | |
int32_t i32 | |
uint32_t u32 | |
float f | |
double d | |
unsigned char * cp | |
} | val |
Data structure to reference a variable record within a memory-mapped segment.
unsigned char* MappedVarRecord::address |
address of value
Referenced by createMappedVars().
unsigned char* MappedVarRecord::cp |
double MappedVarRecord::d |
float MappedVarRecord::f |
const char* MappedVarRecord::formatPattern |
pattern to format variable for data
Referenced by createMappedVars().
int32_t MappedVarRecord::i32 |
int64_t MappedVarRecord::i64 |
uint32_t MappedVarRecord::len |
unsigned char* MappedVarRecord::outputAddress |
address of output area for formatted value
Referenced by createMappedVars().
uint32_t MappedVarRecord::u32 |
uint64_t MappedVarRecord::u64 |
union { ... } MappedVarRecord::val |
default storage for most types
Referenced by createMappedVars().
const char* MappedVarRecord::varName |
variable name
![]() | Generated: Tue Jul 28 2020 16:03:27
Support Information |