#include <baciPcommonImpl_T.h>
Go to the source code of this file.
Classes | |
class | baci::RWcommonImpl< ACS_RW_C > |
Namespaces | |
namespace | baci |
Defines | |
#define | ACS_RW_C ACS_P_C, class TIN |
#define | ACS_RW_TL ACS_P_TL, TIN |
#define | ACS_RW_T(T, TC) ACS_P_T(T, TC), POA_ACS::RW##T, TC |
#define | GET_ACTION 0 |
#define | SET_ACTION 1 |
Header file for BACI Read-write Common Property Template Class.
#define ACS_RW_C ACS_P_C, class TIN |
Helper macro for use with template parameters.
#define ACS_RW_T | ( | T, | ||
TC | ||||
) | ACS_P_T(T, TC), POA_ACS::RW##T, TC |
Helper macro for use with template parameters.
#define ACS_RW_TL ACS_P_TL, TIN |
Helper macro for use with template parameters.
#define GET_ACTION 0 |
Helper macro defines actions used to retrieve property values.
#define SET_ACTION 1 |
Helper macro defines actions used to write property values.