#include <PI_PythonResourceTypes.h>
|
| | Data () |
| |
| | ~Data ()=default |
| |
| void | add (char const *key, Elem::Value const &value) |
| |
| void | add (char const *key, char const *value, bool double_quote) |
| |
| void | addExpr (char const *key, char const *value) |
| |
| void | addStateType (char const *value, bool double_quote=false) |
| |
| void | addStateLabel (char const *value, bool double_quote=false) |
| |
| void | addHandleType (char const *value, bool double_quote=false) |
| |
| void | addHandleLabel (char const *value, bool double_quote=false) |
| |
| void | addPackageName (char const *value, bool double_quote=false) |
| |
| void | addPackageFilepath (char const *value, bool double_quote=false) |
| |
| void | addMessage (char const *value, bool double_quote=false) |
| |
| void | addImportantMessage (char const *value, bool double_quote=false) |
| |
| void | addWarning (char const *value, bool double_quote=false) |
| |
| void | addError (char const *value, bool double_quote=false) |
| |
| void | addFatal (char const *value, bool double_quote=false) |
| |
| void | setDeliveryMode (EventMessage::DeliveryMode mode) |
| |
| DeliveryMode | deliveryMode () const |
| |
| Array const & | values () const |
| |
Definition at line 92 of file PI_PythonResourceTypes.h.
| PI_PythonResource::EventMessage::Data::Data |
( |
| ) |
|
|
inline |
| PI_PythonResource::EventMessage::Data::~Data |
( |
| ) |
|
|
default |
| void PI_PythonResource::EventMessage::Data::add |
( |
char const * |
key, |
|
|
Elem::Value const & |
value |
|
) |
| |
|
inline |
| void PI_PythonResource::EventMessage::Data::add |
( |
char const * |
key, |
|
|
char const * |
value, |
|
|
bool |
double_quote |
|
) |
| |
|
inline |
| void PI_PythonResource::EventMessage::Data::addError |
( |
char const * |
value, |
|
|
bool |
double_quote = false |
|
) |
| |
|
inline |
| void PI_PythonResource::EventMessage::Data::addExpr |
( |
char const * |
key, |
|
|
char const * |
value |
|
) |
| |
|
inline |
| void PI_PythonResource::EventMessage::Data::addFatal |
( |
char const * |
value, |
|
|
bool |
double_quote = false |
|
) |
| |
|
inline |
| void PI_PythonResource::EventMessage::Data::addHandleLabel |
( |
char const * |
value, |
|
|
bool |
double_quote = false |
|
) |
| |
|
inline |
| void PI_PythonResource::EventMessage::Data::addHandleType |
( |
char const * |
value, |
|
|
bool |
double_quote = false |
|
) |
| |
|
inline |
| void PI_PythonResource::EventMessage::Data::addImportantMessage |
( |
char const * |
value, |
|
|
bool |
double_quote = false |
|
) |
| |
|
inline |
| void PI_PythonResource::EventMessage::Data::addMessage |
( |
char const * |
value, |
|
|
bool |
double_quote = false |
|
) |
| |
|
inline |
| void PI_PythonResource::EventMessage::Data::addPackageFilepath |
( |
char const * |
value, |
|
|
bool |
double_quote = false |
|
) |
| |
|
inline |
| void PI_PythonResource::EventMessage::Data::addPackageName |
( |
char const * |
value, |
|
|
bool |
double_quote = false |
|
) |
| |
|
inline |
| void PI_PythonResource::EventMessage::Data::addStateLabel |
( |
char const * |
value, |
|
|
bool |
double_quote = false |
|
) |
| |
|
inline |
| void PI_PythonResource::EventMessage::Data::addStateType |
( |
char const * |
value, |
|
|
bool |
double_quote = false |
|
) |
| |
|
inline |
| void PI_PythonResource::EventMessage::Data::addWarning |
( |
char const * |
value, |
|
|
bool |
double_quote = false |
|
) |
| |
|
inline |
| DeliveryMode PI_PythonResource::EventMessage::Data::deliveryMode |
( |
| ) |
const |
|
inline |
| Array const& PI_PythonResource::EventMessage::Data::values |
( |
| ) |
const |
|
inline |
The documentation for this struct was generated from the following file: