1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
\section{discover\_\-sysdep\_\-device\_\-data Struct Reference}
\label{structdiscover__sysdep__device__data}\index{discover_sysdep_device_data@{discover\_\-sysdep\_\-device\_\-data}}
{\tt \#include $<$sysdep.h$>$}
\subsection*{Data Fields}
\begin{CompactItemize}
\item
char $\ast$ {\bf path}
\item
char $\ast$ {\bf value}
\item
{\bf discover\_\-sysdep\_\-device\_\-data} $\ast$ {\bf next}
\end{CompactItemize}
\subsection{Detailed Description}
Linked list node, used to return data specific to the sysdep/device in question, to be passed to the user under the \char`\"{}device\char`\"{} data path.
Definition at line 43 of file sysdep.h.
\subsection{Field Documentation}
\index{discover_sysdep_device_data@{discover\_\-sysdep\_\-device\_\-data}!next@{next}}
\index{next@{next}!discover_sysdep_device_data@{discover\_\-sysdep\_\-device\_\-data}}
\subsubsection{\setlength{\rightskip}{0pt plus 5cm}struct {\bf discover\_\-sysdep\_\-device\_\-data}$\ast$ {\bf discover\_\-sysdep\_\-device\_\-data::next}}\label{structdiscover__sysdep__device__data_o2}
Pointer to the next data node
Definition at line 49 of file sysdep.h.
Referenced by \_\-discover\_\-convert\_\-device\_\-data(), \_\-discover\_\-free\_\-sysdep\_\-device\_\-data(), and \_\-discover\_\-sysdep\_\-device\_\-data\_\-new().\index{discover_sysdep_device_data@{discover\_\-sysdep\_\-device\_\-data}!path@{path}}
\index{path@{path}!discover_sysdep_device_data@{discover\_\-sysdep\_\-device\_\-data}}
\subsubsection{\setlength{\rightskip}{0pt plus 5cm}char$\ast$ {\bf discover\_\-sysdep\_\-device\_\-data::path}}\label{structdiscover__sysdep__device__data_o0}
String giving the path for the data (not including \char`\"{}device\char`\"{}
Definition at line 45 of file sysdep.h.
Referenced by \_\-discover\_\-convert\_\-device\_\-data(), \_\-discover\_\-free\_\-sysdep\_\-device\_\-data(), and \_\-discover\_\-sysdep\_\-device\_\-data\_\-new().\index{discover_sysdep_device_data@{discover\_\-sysdep\_\-device\_\-data}!value@{value}}
\index{value@{value}!discover_sysdep_device_data@{discover\_\-sysdep\_\-device\_\-data}}
\subsubsection{\setlength{\rightskip}{0pt plus 5cm}char$\ast$ {\bf discover\_\-sysdep\_\-device\_\-data::value}}\label{structdiscover__sysdep__device__data_o1}
String with the data's value
Definition at line 47 of file sysdep.h.
Referenced by \_\-discover\_\-convert\_\-device\_\-data(), \_\-discover\_\-free\_\-sysdep\_\-device\_\-data(), and \_\-discover\_\-sysdep\_\-device\_\-data\_\-new().
The documentation for this struct was generated from the following file:\begin{CompactItemize}
\item
/home/pere/src/debiancvs/pkg-discover/discover/trunk/include/discover/{\bf sysdep.h}\end{CompactItemize}
|