COSMOS core  1.0.2 (beta)
Comprehensive Open-architecture Solution for Mission Operations Systems
jsonequation Struct Reference

JSON equation entry. More...

#include <jsondef.h>

Collaboration diagram for jsonequation:

Public Attributes

char * text
 JSON equation text. More...
 
uint16_t unit_index
 Index to JSON Unit Type. More...
 
uint16_t operation
 JSON equation operation. More...
 
jsonoperand operand [2]
 JSON equation operands. More...
 

Detailed Description

JSON equation entry.

Single entry in a JSON equation map. Ties together a JSON equation and its preparsed form.

  • index: Index of this entry in the cosmosstruc::jmap.
  • data: Offset to appropriate storage for this data type.

Member Data Documentation

char* jsonequation::text

JSON equation text.

uint16_t jsonequation::unit_index

Index to JSON Unit Type.

uint16_t jsonequation::operation

JSON equation operation.

jsonoperand jsonequation::operand[2]

JSON equation operands.


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