#include <l1394_csrdirectory.h>
Public Member Functions | |
DNode () | |
Constructor. | |
DNode (int type, QArray *node_info) | |
Constructor. | |
DNode (int type, CsrDirectory *subdir) | |
Constructor. | |
~DNode () | |
Destructor. | |
void | print () |
This method prints the content of a DNode to standard output. | |
int | getType () const |
This method returns the type of a DNode. | |
QArray * | getInfo () const |
This method returns a pointer to the information stored in the DNode. | |
CsrDirectory * | getSubDir () const |
This method returns the subdirectory of a DNode. |
There a four node types that store information the CsrRom: The type is stored as integer value. DNode-type immediate :
This DNode stores the information of an immediate entry in CsrRom.
DNode-type offset :
This DNode stores the information of an offset entry in CsrRom.
DNode-type leaf :
This DNode stores the information of an leaf entry in CsrRom.
DNode type directory :
This DNode stores a pointer to a CsrDirectory in CsrRom.
Definition at line 50 of file l1394_csrdirectory.h.
|
Constructor.
Definition at line 87 of file l1394_csrdirectory.cpp. |
|
Constructor.
Definition at line 100 of file l1394_csrdirectory.cpp. |
|
Constructor.
Definition at line 93 of file l1394_csrdirectory.cpp. |
|
Destructor.
Definition at line 107 of file l1394_csrdirectory.cpp. |
|
This method returns a pointer to the information stored in the DNode.
Definition at line 100 of file l1394_csrdirectory.h. |
|
This method returns the subdirectory of a DNode.
Definition at line 108 of file l1394_csrdirectory.h. |
|
This method returns the type of a DNode.
Definition at line 93 of file l1394_csrdirectory.h. |
|
This method prints the content of a DNode to standard output.
Definition at line 115 of file l1394_csrdirectory.cpp. |