KSFoundation  [April-2021]
A platform for simpler EPIC programming on GE MR systems
KS_BASE Struct Reference

#include <KSFoundation.h>

Data Fields

int ninst
 
int ngenerated
 
void * next
 
int size
 

Detailed Description

(Internal use) Structure being a part of various sequence object to keep count of instances on HOST and TGT

Field Documentation

◆ ninst

int ninst

Number of instances of the object obtained by dry running the PG section in cveval() on HOST. base.ninst` used later on TGT for memory allocation

◆ ngenerated

int ngenerated

number of sequence objects actually placed in the @pg section on TGT. Checked against base.ninst

◆ next

void* next

pointer to the next object in the linked list

◆ size

int size

size of the parent object


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