|  | COSMOS core
    1.0.2 (beta)
    Comprehensive Open-architecture Solution for Mission Operations Systems | 
JSON equation entry. More...
#include <jsondef.h>
| 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... | |
JSON equation entry.
Single entry in a JSON equation map. Ties together a JSON equation and its preparsed form.
| 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.