#include <PI_PythonResourceTypes.h>
|
| enum | Type : short {
Type::None = 0,
Type::OnEnter,
Type::OnExit,
Type::OnInterrupt,
Type::OnRegister,
Type::OnReload,
Type::OnResume,
Type::OnUnregister,
Type::OnRuntimeError,
Type::OnGenerate,
Type::OnPrintMessage,
Type::OnCustomEvent,
Type::OnPreEnter,
Type::OnActivate,
Type::OnDeactivate,
Type::OnLoad,
Type::OnUnload
} |
| |
| enum | DeliveryMode : unsigned { DeliveryMode::Immediate = 0,
DeliveryMode::Queue
} |
| |
Definition at line 61 of file PI_PythonResourceTypes.h.
| Enumerator |
|---|
| None |
|
| OnEnter |
|
| OnExit |
|
| OnInterrupt |
|
| OnRegister |
|
| OnReload |
|
| OnResume |
|
| OnUnregister |
|
| OnRuntimeError |
|
| OnGenerate |
|
| OnPrintMessage |
|
| OnCustomEvent |
|
| OnPreEnter |
|
| OnActivate |
|
| OnDeactivate |
|
| OnLoad |
|
| OnUnload |
|
Definition at line 65 of file PI_PythonResourceTypes.h.
| PI_PythonResource::EventMessage::EventMessage |
( |
Type |
type | ) |
|
|
inline |
| PI_PythonResource::EventMessage::EventMessage |
( |
| ) |
|
|
inline |
| PI_PythonResource::EventMessage::~EventMessage |
( |
| ) |
|
|
default |
| Type PI_PythonResource::EventMessage::myType |
The documentation for this struct was generated from the following file: