Go to the source code of this file.
◆ DEFINE_COMMAND
#define DEFINE_COMMAND |
( |
|
Name, |
|
|
|
Enum |
|
) |
| |
Value:
DEFINE_COMMAND_END(Name)
#define DEFINE_COMMAND_BEGIN(Name, Enum)
Definition at line 95 of file Commands.h.
◆ DEFINE_COMMAND_BEGIN
#define DEFINE_COMMAND_BEGIN |
( |
|
Name, |
|
|
|
Enum |
|
) |
| |
Value:struct Name;\
template<> struct MapToDataType_t<Enum> { using type = Name; }; \
struct Name final : public Command<Enum> { \
PROPERTY_RW(bool, flag, false)
Definition at line 87 of file Commands.h.
◆ DEFINE_COMMAND_END
#define DEFINE_COMMAND_END |
( |
|
Name | ) |
} |
◆ DVD_GFX_COMMAND_H_
#define DVD_GFX_COMMAND_H_ |