libFAUDES

Sections

Index

faudes::AttributeSimplenetActuator Class Reference

Configuration of a network actuator mapping. More...

#include <iop_simplenet.h>

List of all members.

Public Member Functions

 AttributeSimplenetActuator (void)
 Default constructor.
virtual bool IsDefault (void) const
 Test for default value (never).
virtual void Clear (void)
 Clear to default.

Protected Member Functions

virtual
AttributeSimplenetActuator
DoAssign (const AttributeSimplenetActuator &rSrcAttr)
 Copy method.
virtual void DoRead (TokenReader &rTr, const std::string &rLabel="", const Type *pContext=0)
 Reads the attribute from TokenReader, see AttributeVoid for public wrappers.
virtual void DoWrite (TokenWriter &rTw, const std::string &rLabel="", const Type *pContext=0) const
 Writes the attribute to TokenWriter, see AttributeVoid for public wrappers.

Detailed Description

Configuration of a network actuator mapping.

There is nothing to configure here: any client that connects to this device can subscribe to any actuator event. Future versions of libFAUDES may specify a set of receipent clients.

Definition at line 101 of file iop_simplenet.h.


Constructor & Destructor Documentation

faudes::AttributeSimplenetActuator::AttributeSimplenetActuator ( void   )  [inline]

Default constructor.

Definition at line 108 of file iop_simplenet.h.


Member Function Documentation

virtual void faudes::AttributeSimplenetActuator::Clear ( void   )  [inline, virtual]

Clear to default.

Reimplemented from faudes::AttributeVoid.

Definition at line 114 of file iop_simplenet.h.

virtual AttributeSimplenetActuator& faudes::AttributeSimplenetActuator::DoAssign ( const AttributeSimplenetActuator rSrcAttr  )  [inline, protected, virtual]

Copy method.

Parameters:
rSrcAttr Source to copy from
Returns:
Ref to this attribute

Definition at line 125 of file iop_simplenet.h.

void faudes::AttributeSimplenetActuator::DoRead ( TokenReader rTr,
const std::string &  rLabel = "",
const Type pContext = 0 
) [protected, virtual]

Reads the attribute from TokenReader, see AttributeVoid for public wrappers.

If the current token indicates a sensor mapping, the method reads that section. Else it does nothing. Exceptions may only be thrown on invalid data within the section. The label argument is ignored, we use the hardcoded section "Actuator" for actuator attributes. The context argument is ignored.

Parameters:
rTr TokenReader to read from
rLabel Section to read
pContext Read context to provide contextual information
Exceptions:
Exception 
  • IO error (id 1)

Reimplemented from faudes::AttributeVoid.

Definition at line 140 of file iop_simplenet.cpp.

void faudes::AttributeSimplenetActuator::DoWrite ( TokenWriter rTw,
const std::string &  rLabel = "",
const Type pContext = 0 
) const [protected, virtual]

Writes the attribute to TokenWriter, see AttributeVoid for public wrappers.

Writes the actuator mapping data. The label argument is ignored, we use the hardcoded section "Actuator". The context argument is ignored.

Parameters:
rTw TokenWriter to write to
rLabel Section to write
pContext Read context to provide contextual information
Exceptions:
Exception 
  • IO error (id 2)

Reimplemented from faudes::AttributeVoid.

Definition at line 132 of file iop_simplenet.cpp.

virtual bool faudes::AttributeSimplenetActuator::IsDefault ( void   )  const [inline, virtual]

Test for default value (never).

Reimplemented from faudes::AttributeVoid.

Definition at line 111 of file iop_simplenet.h.


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

libFAUDES 2.16b --- 2010-9-8 --- c++ source docu by doxygen 1.6.3