SmiTokenDA Class Reference

#include <TokenImpl.h>

Inheritance diagram for SmiTokenDA:

IToken ISmiToken IProtectedToken

List of all members.

Public Member Functions

 SmiTokenDA (const smbios::ISmbiosItem &item, const calling_interface_token *token)
virtual ~SmiTokenDA () throw ()
u32 getType () const
 Returns the Token Type, per Dell SMBIOS Spec.
virtual bool isActive () const
 Returns true if bitfield-type token is set.
virtual void activate () const
 Sets the bitmask for bitfield-type tokens.
virtual bool isString () const
 Returns true for string-type tokens.
virtual bool isBool () const
 Returns true for bool-type tokens.
virtual unsigned int getStringLength () const
 Returns length for string-type tokens.
virtual const std::string getString (u8 *byteArray=0, unsigned int size=0) const
 returns std:string and raw value in first parameter.
virtual void setString (const u8 *byteArray, size_t size) const
virtual const ISmbiosItemgetItemRef () const
virtual std::string getTokenClass () const
virtual u32 getValueFormat () const
virtual bool tryPassword (std::string pw) const
virtual std::ostream & streamify (std::ostream &cout) const
virtual void getSmiDetails (u16 *cmdIOAddress, u8 *cmdIOCode, u8 *location) const
 returns details about Smi location and value

Protected Member Functions

 SmiTokenDA ()
 SmiTokenDA (const SmiTokenDA &)
void operator= (const SmiTokenDA &)

Private Attributes

std::auto_ptr< const
smbios::ISmbiosItem
item
calling_interface_structure structure
calling_interface_token token
std::string password


Detailed Description

Definition at line 188 of file TokenImpl.h.


Constructor & Destructor Documentation

SmiTokenDA ( const smbios::ISmbiosItem item,
const calling_interface_token token 
)

Definition at line 44 of file TokenDA.cpp.

References SmiTokenDA::item, SmiTokenDA::structure, and SmiTokenDA::token.

~SmiTokenDA (  )  throw () [virtual]

Definition at line 56 of file TokenDA.cpp.

SmiTokenDA (  )  [protected]

SmiTokenDA ( const SmiTokenDA  )  [protected]


Member Function Documentation

u32 getType (  )  const [virtual]

Returns the Token Type, per Dell SMBIOS Spec.

Implements IToken.

Definition at line 91 of file TokenDA.cpp.

References SmiTokenDA::token, and calling_interface_token::tokenId.

Referenced by SmiTokenDA::streamify().

bool isActive (  )  const [virtual]

Returns true if bitfield-type token is set.

Implements IToken.

Definition at line 96 of file TokenDA.cpp.

References DCERR, calling_interface_token::location, smi::readNVStorage(), SmiTokenDA::token, and calling_interface_token::value.

void activate (  )  const [virtual]

Sets the bitmask for bitfield-type tokens.

Implements IToken.

Definition at line 128 of file TokenDA.cpp.

References DCERR, calling_interface_token::location, SmiTokenDA::password, SmiTokenDA::token, calling_interface_token::value, and smi::writeNVStorage().

bool isString (  )  const [virtual]

Returns true for string-type tokens.

Implements IToken.

Definition at line 134 of file TokenDA.cpp.

bool isBool (  )  const [virtual]

Returns true for bool-type tokens.

Implements IToken.

Definition at line 139 of file TokenDA.cpp.

unsigned int getStringLength (  )  const [virtual]

Returns length for string-type tokens.

Implements IToken.

Definition at line 184 of file TokenDA.cpp.

const string getString ( u8 byteArray = 0,
unsigned int  size = 0 
) const [virtual]

returns std:string and raw value in first parameter.

Parameters:
byteArray If Non-NULL, getString() will store the raw string here.
size This must be the length of the space allocated for byteArray. getString() will not overflow this length.
Returns:
Returns a C++-style std::string initialized with the contents of byteArray. Only useful for strings that hold C-style zero-terminated strings.

Implements IToken.

Definition at line 144 of file TokenDA.cpp.

References SmiFactory::DELL_CALLING_INTERFACE_SMI, IDellCallingInterfaceSmi::execute(), SmiFactory::getFactory(), IDellCallingInterfaceSmi::getRes(), calling_interface_token::location, IDellCallingInterfaceSmi::setArg(), IDellCallingInterfaceSmi::setClass(), IDellCallingInterfaceSmi::setSelect(), and SmiTokenDA::token.

void setString ( const u8 byteArray,
size_t  size 
) const [virtual]

const ISmbiosItem & getItemRef (  )  const [virtual]

Implements IToken.

Definition at line 76 of file TokenDA.cpp.

References SmiTokenDA::item.

string getTokenClass (  )  const [virtual]

Implements IToken.

Definition at line 59 of file TokenDA.cpp.

u32 getValueFormat (  )  const [virtual]

Implements IProtectedToken.

Definition at line 64 of file TokenDA.cpp.

bool tryPassword ( std::string  pw  )  const [virtual]

Implements IProtectedToken.

Definition at line 69 of file TokenDA.cpp.

References SmiTokenDA::password.

std::ostream & streamify ( std::ostream &  cout  )  const [virtual]

void getSmiDetails ( u16 cmdIOAddress,
u8 cmdIOCode,
u8 location 
) const [virtual]

void operator= ( const SmiTokenDA  )  [protected]


Member Data Documentation

std::auto_ptr<const smbios::ISmbiosItem> item [private]

Definition at line 216 of file TokenImpl.h.

Referenced by SmiTokenDA::getItemRef(), and SmiTokenDA::SmiTokenDA().

std::string password [mutable, private]


The documentation for this class was generated from the following files:

Generated on Wed Apr 30 23:29:36 2008 for SMBIOS Library by  doxygen 1.5.5