This is Unofficial EPICS BASE Doxygen Site
pvAccessMB.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MB_DECLARE(NAME, SIZE)
 
#define MB_DECLARE_EXTERN(NAME)
 
#define MB_POINT_ID(NAME, STAGE, STAGE_DESC, ID)
 
#define MB_INC_AUTO_ID(NAME)
 
#define MB_POINT(NAME, STAGE, STAGE_DESC)
 
#define MB_POINT_CONDITIONAL(NAME, STAGE, STAGE_DESC, COND)
 
#define MB_NORMALIZE(NAME)
 
#define MB_STATS(NAME, STREAM)
 
#define MB_STATS_OPT(NAME, STAGE_ONLY, SKIP_FIRST_N_SAMPLES, STREAM)
 
#define MB_CSV_EXPORT(NAME, STREAM)
 
#define MB_CSV_EXPORT_OPT(NAME, STAGE_ONLY, SKIP_FIRST_N_SAMPLES, STREAM)
 
#define MB_CSV_IMPORT(NAME, STREAM)
 
#define MB_PRINT(NAME, STREAM)
 
#define MB_PRINT_OPT(NAME, STAGE_ONLY, SKIP_FIRST_N_SAMPLES, STREAM)
 
#define MB_INIT
 

Macro Definition Documentation

#define MB_CSV_EXPORT (   NAME,
  STREAM 
)

Definition at line 27 of file pvAccessMB.h.

#define MB_CSV_EXPORT_OPT (   NAME,
  STAGE_ONLY,
  SKIP_FIRST_N_SAMPLES,
  STREAM 
)

Definition at line 28 of file pvAccessMB.h.

#define MB_CSV_IMPORT (   NAME,
  STREAM 
)

Definition at line 29 of file pvAccessMB.h.

#define MB_DECLARE (   NAME,
  SIZE 
)

Copyright - See the COPYRIGHT that is included with this distribution. pvAccessCPP is distributed subject to a Software License Agreement found in file LICENSE that is included with this distribution.

Definition at line 12 of file pvAccessMB.h.

#define MB_DECLARE_EXTERN (   NAME)

Definition at line 13 of file pvAccessMB.h.

#define MB_INC_AUTO_ID (   NAME)

Definition at line 17 of file pvAccessMB.h.

#define MB_INIT

Definition at line 34 of file pvAccessMB.h.

#define MB_NORMALIZE (   NAME)

Definition at line 22 of file pvAccessMB.h.

#define MB_POINT (   NAME,
  STAGE,
  STAGE_DESC 
)

Definition at line 18 of file pvAccessMB.h.

#define MB_POINT_CONDITIONAL (   NAME,
  STAGE,
  STAGE_DESC,
  COND 
)

Definition at line 20 of file pvAccessMB.h.

#define MB_POINT_ID (   NAME,
  STAGE,
  STAGE_DESC,
  ID 
)

Definition at line 15 of file pvAccessMB.h.

#define MB_PRINT (   NAME,
  STREAM 
)

Definition at line 31 of file pvAccessMB.h.

#define MB_PRINT_OPT (   NAME,
  STAGE_ONLY,
  SKIP_FIRST_N_SAMPLES,
  STREAM 
)

Definition at line 32 of file pvAccessMB.h.

#define MB_STATS (   NAME,
  STREAM 
)

Definition at line 24 of file pvAccessMB.h.

#define MB_STATS_OPT (   NAME,
  STAGE_ONLY,
  SKIP_FIRST_N_SAMPLES,
  STREAM 
)

Definition at line 25 of file pvAccessMB.h.