UPnPsdk 0.1
Universal Plug and Play +, Software Development Kit
 
Loading...
Searching...
No Matches
UpnpEvent.cpp File Reference

Source file for UpnpEvent methods. More...

#include <UpnpEvent.hpp>
#include <stdlib.h>
#include <string.h>
+ Include dependency graph for UpnpEvent.cpp:

Go to the source code of this file.

Classes

struct  s_UpnpEvent
 s_UpnpEvent More...
 

Functions

UpnpEventUpnpEvent_new ()
 
void UpnpEvent_delete (UpnpEvent *q)
 
int UpnpEvent_assign (UpnpEvent *p, const UpnpEvent *q)
 
UpnpEventUpnpEvent_dup (const UpnpEvent *q)
 
int UpnpEvent_get_EventKey (const UpnpEvent *p)
 
int UpnpEvent_set_EventKey (UpnpEvent *p, int n)
 
IXML_DocumentUpnpEvent_get_ChangedVariables (const UpnpEvent *p)
 
int UpnpEvent_set_ChangedVariables (UpnpEvent *p, IXML_Document *n)
 
const UpnpStringUpnpEvent_get_SID (const UpnpEvent *p)
 
int UpnpEvent_set_SID (UpnpEvent *p, const UpnpString *s)
 
size_t UpnpEvent_get_SID_Length (const UpnpEvent *p)
 
const char * UpnpEvent_get_SID_cstr (const UpnpEvent *p)
 
int UpnpEvent_strcpy_SID (UpnpEvent *p, const char *s)
 
int UpnpEvent_strncpy_SID (UpnpEvent *p, const char *s, size_t n)
 
void UpnpEvent_clear_SID (UpnpEvent *p)
 

Detailed Description

Source file for UpnpEvent methods.

Authors
Marcelo Roberto Jimenez, Ingo Höft

Definition in file UpnpEvent.cpp.


Class Documentation

◆ s_UpnpEvent

struct s_UpnpEvent

s_UpnpEvent

Definition at line 16 of file UpnpEvent.cpp.

+ Collaboration diagram for s_UpnpEvent:
Class Members
int m_EventKey

s_UpnpEvent

IXML_Document * m_ChangedVariables

s_UpnpEvent

UpnpString * m_SID

s_UpnpEvent

Function Documentation

◆ UpnpEvent_new()

UpnpEvent * UpnpEvent_new ( void  )

Constructor

Definition at line 25 of file UpnpEvent.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ UpnpEvent_delete()

void UpnpEvent_delete ( UpnpEvent p)

Destructor

Definition at line 38 of file UpnpEvent.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ UpnpEvent_assign()

int UpnpEvent_assign ( UpnpEvent p,
const UpnpEvent q 
)

Assignment operator

Definition at line 52 of file UpnpEvent.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ UpnpEvent_dup()

UpnpEvent * UpnpEvent_dup ( const UpnpEvent p)

Copy Constructor

Definition at line 65 of file UpnpEvent.cpp.

+ Here is the call graph for this function:

◆ UpnpEvent_get_EventKey()

int UpnpEvent_get_EventKey ( const UpnpEvent p)

UpnpEvent_get_EventKey

Definition at line 76 of file UpnpEvent.cpp.

+ Here is the caller graph for this function:

◆ UpnpEvent_set_EventKey()

int UpnpEvent_set_EventKey ( UpnpEvent p,
int  n 
)

UpnpEvent_set_EventKey

Definition at line 78 of file UpnpEvent.cpp.

+ Here is the caller graph for this function:

◆ UpnpEvent_get_ChangedVariables()

IXML_Document * UpnpEvent_get_ChangedVariables ( const UpnpEvent p)

UpnpEvent_get_ChangedVariables

Definition at line 84 of file UpnpEvent.cpp.

+ Here is the caller graph for this function:

◆ UpnpEvent_set_ChangedVariables()

int UpnpEvent_set_ChangedVariables ( UpnpEvent p,
IXML_Document n 
)

UpnpEvent_set_ChangedVariables

Definition at line 88 of file UpnpEvent.cpp.

+ Here is the caller graph for this function:

◆ UpnpEvent_get_SID()

const UpnpString * UpnpEvent_get_SID ( const UpnpEvent p)

UpnpEvent_get_SID

Definition at line 94 of file UpnpEvent.cpp.

+ Here is the caller graph for this function:

◆ UpnpEvent_set_SID()

int UpnpEvent_set_SID ( UpnpEvent p,
const UpnpString s 
)

UpnpEvent_set_SID

Definition at line 96 of file UpnpEvent.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ UpnpEvent_get_SID_Length()

size_t UpnpEvent_get_SID_Length ( const UpnpEvent p)

UpnpEvent_get_SID_Length

Definition at line 102 of file UpnpEvent.cpp.

+ Here is the call graph for this function:

◆ UpnpEvent_get_SID_cstr()

const char * UpnpEvent_get_SID_cstr ( const UpnpEvent p)

UpnpEvent_get_SID_cstr

Definition at line 106 of file UpnpEvent.cpp.

+ Here is the call graph for this function:

◆ UpnpEvent_strcpy_SID()

int UpnpEvent_strcpy_SID ( UpnpEvent p,
const char *  s 
)

UpnpEvent_strcpy_SID

Definition at line 110 of file UpnpEvent.cpp.

+ Here is the call graph for this function:

◆ UpnpEvent_strncpy_SID()

int UpnpEvent_strncpy_SID ( UpnpEvent p,
const char *  s,
size_t  n 
)

UpnpEvent_strncpy_SID

Definition at line 114 of file UpnpEvent.cpp.

+ Here is the call graph for this function:

◆ UpnpEvent_clear_SID()

void UpnpEvent_clear_SID ( UpnpEvent p)

UpnpEvent_clear_SID

Definition at line 118 of file UpnpEvent.cpp.

+ Here is the call graph for this function: