|
HQP
1.9.6
|
Interface variable of real vector type. More...
#include <If_RealVec.h>
Public Member Functions | |
| If_RealVec (const char *ifName, If_GetIf< If_RealVec_t > *getCb, If_SetIf< If_RealVec_t > *setCb=NULL) | |
| Constructor taking callback methods as arguments. More... | |
| If_RealVec (const char *ifName, VECP *varPtr) | |
| Alternative constructor for direct read/write access to a VECP. More... | |
| If_RealVec (const char *ifName, VEC **varPtr) | |
| Alternative constructor for direct read/write access to a VEC*. More... | |
Public Member Functions inherited from If_Variable< If_RealVec_t > | |
| virtual | ~If_Variable () |
| Destructor. | |
| virtual If_RealVec_t | get () const |
| Get value of interface variable. | |
| virtual void | set (If_RealVec_tvalue) |
| Set value of interface variable. | |
Public Member Functions inherited from If_Element | |
| If_Element (const char *ifName) | |
| constructor | |
| virtual | ~If_Element () |
| destructor | |
| const char * | ifName () |
| get interface name | |
Public Member Functions inherited from If_ListElement | |
| If_ListElement () | |
| constructor | |
| virtual | ~If_ListElement () |
| destructor | |
Protected Member Functions | |
| int | getTclObj (Tcl_Interp *) |
| Get the value of the interface variable and create a Tcl object containing it. More... | |
| int | setTclObj (Tcl_Interp *, Tcl_Obj *CONST objPtr) |
| Convert Tcl object to internal type and set the value of the interface variable. More... | |
Protected Member Functions inherited from If_Variable< If_RealVec_t > | |
| If_Variable (const char *ifName, If_GetIf< If_RealVec_t > *getCb, If_SetIf< If_RealVec_t > *setCb=NULL) | |
| Constructor taking callback methods as arguments. More... | |
| int | invoke (Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
| Process command invokation. | |
Additional Inherited Members | |
Protected Attributes inherited from If_Variable< If_RealVec_t > | |
| If_GetIf< If_RealVec_t > * | _getCb |
| callback for reading | |
| If_SetIf< If_RealVec_t > * | _setCb |
| callback for writing | |
Interface variable of real vector type.
|
inline |
Constructor taking callback methods as arguments.
|
inline |
Alternative constructor for direct read/write access to a VECP.
|
inline |
Alternative constructor for direct read/write access to a VEC*.
|
protectedvirtual |
Get the value of the interface variable and create a Tcl object containing it.
Implements If_Variable< If_RealVec_t >.
|
protectedvirtual |
Convert Tcl object to internal type and set the value of the interface variable.
Implements If_Variable< If_RealVec_t >.