#include <gwenhywfar/misc.h>
#include <gwenhywfar/db.h>
#include <gwenhywfar/types.h>
#include <gwenhywfar/gwentime.h>
#include <gwenhywfar/xml.h>

Go to the source code of this file.
| typedef struct LCCMD_CMDREQUEST LCCMD_CMDREQUEST |
| void LCCMD_CmdRequest_Attach | ( | LCCMD_CMDREQUEST * | st | ) |
| LCCMD_CMDREQUEST* LCCMD_CmdRequest_dup | ( | const LCCMD_CMDREQUEST * | st | ) |
| void LCCMD_CmdRequest_free | ( | LCCMD_CMDREQUEST * | st | ) |
| LCCMD_CMDREQUEST* LCCMD_CmdRequest_fromDb | ( | GWEN_DB_NODE * | db | ) |
| GWEN_XMLNODE* LCCMD_CmdRequest_GetCmdNode | ( | const LCCMD_CMDREQUEST * | el | ) |
Returns the property LCCMD_CMDREQUEST_CmdNode
| GWEN_TYPE_UINT32 LCCMD_CmdRequest_GetRequestId | ( | const LCCMD_CMDREQUEST * | el | ) |
Returns the property LCCMD_CMDREQUEST_RequestId
| const GWEN_TIME* LCCMD_CmdRequest_GetRequestTime | ( | const LCCMD_CMDREQUEST * | el | ) |
Returns the property LCCMD_CMDREQUEST_RequestTime
| int LCCMD_CmdRequest_IsModified | ( | const LCCMD_CMDREQUEST * | st | ) |
| LCCMD_CMDREQUEST_LIST* LCCMD_CmdRequest_List_dup | ( | const LCCMD_CMDREQUEST_LIST * | stl | ) |
| LCCMD_CMDREQUEST* LCCMD_CmdRequest_new | ( | ) |
| void LCCMD_CmdRequest_SetCmdNode | ( | LCCMD_CMDREQUEST * | el, | |
| GWEN_XMLNODE * | d | |||
| ) |
Set the property LCCMD_CMDREQUEST_CmdNode
| void LCCMD_CmdRequest_SetModified | ( | LCCMD_CMDREQUEST * | st, | |
| int | i | |||
| ) |
| void LCCMD_CmdRequest_SetRequestId | ( | LCCMD_CMDREQUEST * | el, | |
| GWEN_TYPE_UINT32 | d | |||
| ) |
Set the property LCCMD_CMDREQUEST_RequestId
| void LCCMD_CmdRequest_SetRequestTime | ( | LCCMD_CMDREQUEST * | el, | |
| const GWEN_TIME * | d | |||
| ) |
Set the property LCCMD_CMDREQUEST_RequestTime
| int LCCMD_CmdRequest_toDb | ( | const LCCMD_CMDREQUEST * | st, | |
| GWEN_DB_NODE * | db | |||
| ) |
1.5.3