This is Unofficial EPICS BASE Doxygen Site
const_link Struct Reference

Public Types

enum  {
  s0, si64, sf64, sc40,
  a0, ai64, af64, ac40
}
 

Public Attributes

jlink jlink
 
int nElems
 
enum const_link:: { ... }  type
 
union {
   epicsInt64   scalar_integer
 
   epicsFloat64   scalar_double
 
   char *   scalar_string
 
   void *   pmem
 
   epicsInt64 *   pintegers
 
   epicsFloat64 *   pdoubles
 
   char **   pstrings
 
value
 

Detailed Description

Definition at line 27 of file lnkConst.c.

Member Enumeration Documentation

anonymous enum
Enumerator
s0 
si64 
sf64 
sc40 
a0 
ai64 
af64 
ac40 

Definition at line 30 of file lnkConst.c.

Member Data Documentation

jlink const_link::jlink

Definition at line 28 of file lnkConst.c.

int const_link::nElems

Definition at line 29 of file lnkConst.c.

epicsFloat64* const_link::pdoubles

Definition at line 37 of file lnkConst.c.

epicsInt64* const_link::pintegers

Definition at line 36 of file lnkConst.c.

void* const_link::pmem

Definition at line 35 of file lnkConst.c.

char** const_link::pstrings

Definition at line 38 of file lnkConst.c.

epicsFloat64 const_link::scalar_double

Definition at line 33 of file lnkConst.c.

epicsInt64 const_link::scalar_integer

Definition at line 32 of file lnkConst.c.

char* const_link::scalar_string

Definition at line 34 of file lnkConst.c.

enum { ... } const_link::type
union { ... } const_link::value

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