XLine :: CDialogicBoards | classes |
class Device | ? ^ |
Used for storing Device Information.Store the board counts for the different types of resources.
- Source:
- DialogicBoards.h:213
- Author:
- Green Lizard Staff
- Version:
- 1.01
Contents | ^ |
Entity Type Scope Short Description ~Device destructor public automatically generated Device constructor public automatically generated Device constructor public automatically generated DevsPerBrd attribute public Devices per Board NumBrdDevs attribute public The Number Of Boards in the System operator = operator public automatically generated
destructor ~Device | ? ^ > |
automatically generated
- Source:
- DialogicBoards.h
- Code:
public ~ Device ( )
constructor Device | ? ^ < > |
automatically generated
- Source:
- DialogicBoards.h
- Code:
public Device ( )
constructor Device | ? ^ < > |
automatically generated
- Source:
- DialogicBoards.h
- Code:
public Device ( const Device & )
attribute DevsPerBrd | ? ^ < > |
Devices per Board
- Source:
- DialogicBoards.h:219
- Code:
- public int DevsPerBrd
attribute NumBrdDevs | ? ^ < > |
The Number Of Boards in the System
- Source:
- DialogicBoards.h:217
- Code:
- public int NumBrdDevs
operator = | ? ^ < > |
automatically generated
- Source:
- DialogicBoards.h
- Code:
public Device & operator = ( const Device & )
Created Sun May 14 08:06:43 2006.
This documentation was generated automatically by
ccdoc v08r40 2003/05/15 bin_opt_msvc_MSWin32-x86-multi-thread-4.0.
Click here to submit a bug report or feature request for ccdoc.
Click here to return to the top of the page.