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 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
\section{discover\_\-sysdep\_\-data Struct Reference}
\label{structdiscover__sysdep__data}\index{discover_sysdep_data@{discover\_\-sysdep\_\-data}}
{\tt \#include $<$sysdep.h$>$}
\subsection*{Data Fields}
\begin{CompactItemize}
\item
char $\ast$ {\bf busclass}
\item
char $\ast$ {\bf vendor}
\item
char $\ast$ {\bf model}
\item
{\bf discover\_\-sysdep\_\-device\_\-data\_\-t} $\ast$ {\bf data}
\item
{\bf discover\_\-sysdep\_\-data} $\ast$ {\bf next}
\end{CompactItemize}
\subsection{Detailed Description}
Linked list node, used to return hardware-identification information discovered by the system-dependent interface
Definition at line 56 of file sysdep.h.
\subsection{Field Documentation}
\index{discover_sysdep_data@{discover\_\-sysdep\_\-data}!busclass@{busclass}}
\index{busclass@{busclass}!discover_sysdep_data@{discover\_\-sysdep\_\-data}}
\subsubsection{\setlength{\rightskip}{0pt plus 5cm}char$\ast$ {\bf discover\_\-sysdep\_\-data::busclass}}\label{structdiscover__sysdep__data_o0}
String describing the general device class
Definition at line 58 of file sysdep.h.
Referenced by \_\-discover\_\-free\_\-sysdep\_\-data(), and \_\-discover\_\-sysdep\_\-data\_\-new().\index{discover_sysdep_data@{discover\_\-sysdep\_\-data}!data@{data}}
\index{data@{data}!discover_sysdep_data@{discover\_\-sysdep\_\-data}}
\subsubsection{\setlength{\rightskip}{0pt plus 5cm}{\bf discover\_\-sysdep\_\-device\_\-data\_\-t}$\ast$ {\bf discover\_\-sysdep\_\-data::data}}\label{structdiscover__sysdep__data_o3}
Pointer to any sysdep/device specific data to be returned
Definition at line 64 of file sysdep.h.
Referenced by \_\-discover\_\-free\_\-sysdep\_\-data(), and \_\-discover\_\-sysdep\_\-data\_\-new().\index{discover_sysdep_data@{discover\_\-sysdep\_\-data}!model@{model}}
\index{model@{model}!discover_sysdep_data@{discover\_\-sysdep\_\-data}}
\subsubsection{\setlength{\rightskip}{0pt plus 5cm}char$\ast$ {\bf discover\_\-sysdep\_\-data::model}}\label{structdiscover__sysdep__data_o2}
String identifying the model
Definition at line 62 of file sysdep.h.
Referenced by \_\-discover\_\-free\_\-sysdep\_\-data(), and \_\-discover\_\-sysdep\_\-data\_\-new().\index{discover_sysdep_data@{discover\_\-sysdep\_\-data}!next@{next}}
\index{next@{next}!discover_sysdep_data@{discover\_\-sysdep\_\-data}}
\subsubsection{\setlength{\rightskip}{0pt plus 5cm}struct {\bf discover\_\-sysdep\_\-data}$\ast$ {\bf discover\_\-sysdep\_\-data::next}}\label{structdiscover__sysdep__data_o4}
Pointer to the next hardware device discovered
Definition at line 66 of file sysdep.h.
Referenced by \_\-discover\_\-free\_\-sysdep\_\-data(), and \_\-discover\_\-sysdep\_\-data\_\-new().\index{discover_sysdep_data@{discover\_\-sysdep\_\-data}!vendor@{vendor}}
\index{vendor@{vendor}!discover_sysdep_data@{discover\_\-sysdep\_\-data}}
\subsubsection{\setlength{\rightskip}{0pt plus 5cm}char$\ast$ {\bf discover\_\-sysdep\_\-data::vendor}}\label{structdiscover__sysdep__data_o1}
String describing the manufacturer or distributor
Definition at line 60 of file sysdep.h.
Referenced by \_\-discover\_\-free\_\-sysdep\_\-data(), and \_\-discover\_\-sysdep\_\-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}
|