#include <pg_msg.h>
Classes | |
| struct | MsgParam |
Public Member Functions | |
| pgDefineException (ExceptionInvalidArgument) | |
| pgDefineException (ExceptionInvalidCall) | |
| pgDefineException (ExceptionInvalidType) | |
| pgMsg () | |
| Constructs a pgMsg. | |
| template<class T > | |
| T | getParam (u8 index) |
| Returns the parameter of the specified index. | |
| template<class T > | |
| void | setParam (u8 index, T param) |
| Sets the parameter to the specified value. | |
| N | The number of parameters. This value must be more than zero. |
Returns the parameter of the specified index.
| T | The type of the parameter. |
| [in] | index | The index of a parameter. |
Sets the parameter to the specified value.
| T | The type of the parameter. |
| [in] | index | The index of a parameter. |
| [in] | param | The value of the parameter. |
1.5.8