flux sdk  v01.02.02-3-g292b3a7
Embedded C++ SDK
Loading...
Searching...
No Matches
flxParameterOutArrayString< Object, _getter > Class Template Reference

#include <flxCoreParam.h>

Inheritance diagram for flxParameterOutArrayString< Object, _getter >:
flxParameterOutArray flxParameterOut flxParameter flxDescriptor

Public Member Functions

 flxParameterOutArrayString ()
 
flxDataType_t type ()
 
void operator() (Object *obj)
 
void operator() (Object *obj, const char *name)
 
void operator() (Object *obj, const char *name, const char *desc)
 
void operator() (Object *obj, const char *name, const char *desc, flxParamValueType_t vtype)
 
void setEnabled (bool bEnabled)
 
flxDataArrayStringget (void)
 
- Public Member Functions inherited from flxParameterOutArray
 flxParameterOutArray ()
 
flxParameterOutArrayaccessor ()
 
virtual flxDataArrayget (void)=0
 
- Public Member Functions inherited from flxParameterOut
 flxParameterOut ()
 
 flxParameterOut (uint8_t flags)
 
virtual flxDataType_t type (void)=0
 
virtual uint16_t precision (void)
 
virtual flxParameterOutaccessor ()=0
 
uint8_t flags ()
 
- Public Member Functions inherited from flxParameter
 flxParameter ()
 
bool enabled (void)
 
flxParamValueType_t valueType (void)
 
void setValueType (flxParamValueType_t type)
 
virtual void setEnabled (bool enabled)
 
virtual flxDataType_t type (void)=0
 
- Public Member Functions inherited from flxDescriptor
 flxDescriptor ()
 
void setName (const char *new_name)
 Set the Name object - storing the pointer to the provided string No allocation is performed. If the previous name was allocated, it is freed. More...
 
void setName (const char *new_name, const char *new_desc)
 Set the Name object and the Description for the object. Both strings are constants. More...
 
void setName (char *new_name)
 Set the Name object, but makes a copy of the input string since the input is not const. If the previous name was allocated, it is freed. More...
 
const char * name ()
 Return a const char pointer to the name of the object. More...
 
std::string name_ (void)
 Returns a std::string of the name of the object. More...
 
void setDescription (const char *new_desc)
 Set the Description object - the input value is constant and not copied. If the previous description was allocated, it is freed. More...
 
void setDescription (char *new_desc)
 Set the Description object - the input value is not constant and is copied. If the previous description was allocated, it is freed. More...
 
const char * description ()
 Return the constant C string pointer to the description of the object. More...
 
std::string description_ (void)
 Return the description of the object as a std::string. More...
 
void setTitle (const char *title)
 Set the Title object - the title is optional and is used mostly for UX or organizational purposes. The input value is constant and not copied. If the previous title was allocated, it is freed. More...
 
void setTitleAlloc (char *new_title)
 Set the Title of the object , but make an explict copy of the provided string. More...
 
const char * title (void)
 Return the C constant string pointer to the title of the object. More...
 

Additional Inherited Members

- Protected Member Functions inherited from flxParameterOut
void setFlag (uint8_t flag)
 
- Protected Attributes inherited from flxDescriptor
const char * _name
 
bool _nameAlloc
 
const char * _desc
 
bool _descAlloc
 
const char * _title
 
bool _titleAlloc
 

Constructor & Destructor Documentation

◆ flxParameterOutArrayString()

template<class Object , bool(Object::*)(flxDataArrayString *) _getter>
flxParameterOutArrayString< Object, _getter >::flxParameterOutArrayString ( )
inline

Member Function Documentation

◆ get()

template<class Object , bool(Object::*)(flxDataArrayString *) _getter>
flxDataArrayString * flxParameterOutArrayString< Object, _getter >::get ( void  )
inlinevirtual

Implements flxParameterOutArray.

◆ operator()() [1/4]

template<class Object , bool(Object::*)(flxDataArrayString *) _getter>
void flxParameterOutArrayString< Object, _getter >::operator() ( Object *  obj)
inline

◆ operator()() [2/4]

template<class Object , bool(Object::*)(flxDataArrayString *) _getter>
void flxParameterOutArrayString< Object, _getter >::operator() ( Object *  obj,
const char *  name 
)
inline

◆ operator()() [3/4]

template<class Object , bool(Object::*)(flxDataArrayString *) _getter>
void flxParameterOutArrayString< Object, _getter >::operator() ( Object *  obj,
const char *  name,
const char *  desc 
)
inline

◆ operator()() [4/4]

template<class Object , bool(Object::*)(flxDataArrayString *) _getter>
void flxParameterOutArrayString< Object, _getter >::operator() ( Object *  obj,
const char *  name,
const char *  desc,
flxParamValueType_t  vtype 
)
inline

◆ setEnabled()

template<class Object , bool(Object::*)(flxDataArrayString *) _getter>
void flxParameterOutArrayString< Object, _getter >::setEnabled ( bool  bEnabled)
inlinevirtual

Reimplemented from flxParameter.

◆ type()

template<class Object , bool(Object::*)(flxDataArrayString *) _getter>
flxDataType_t flxParameterOutArrayString< Object, _getter >::type ( void  )
inlinevirtual

Implements flxParameterOut.


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