ATLAS Offline Software
|
#include "VP1Base/VP1Msg.h"
Go to the source code of this file.
Macros | |
#define | VP1ACTUAL_STRINGIFY(str) #str |
#define | VP1STRINGIFY(str) VP1ACTUAL_STRINGIFY(str) |
#define | VP1SLOTNAME(x) VP1CONTROLLERCLASSNAME::possibleChange_##x |
#define | VP1SIGNALNAME(x) x##Changed |
#define | VP1IMPVARNAME d |
#define | VP1LASTVARNAME(x) VP1IMPVARNAME->last_##x |
#define | POSSIBLECHANGE_IMP(x) |
#define POSSIBLECHANGE_IMP | ( | x | ) |
Definition at line 19 of file VP1ControllerMacros.h.
Definition at line 11 of file VP1ControllerMacros.h.
#define VP1IMPVARNAME d |
Definition at line 16 of file VP1ControllerMacros.h.
#define VP1LASTVARNAME | ( | x | ) | VP1IMPVARNAME->last_##x |
Definition at line 18 of file VP1ControllerMacros.h.
Definition at line 14 of file VP1ControllerMacros.h.
Definition at line 13 of file VP1ControllerMacros.h.
#define VP1STRINGIFY | ( | str | ) | VP1ACTUAL_STRINGIFY(str) |
Definition at line 12 of file VP1ControllerMacros.h.