flux sdk  v01.02.02-3-g292b3a7
Embedded C++ SDK
Loading...
Searching...
No Matches
Property Classes

Property Class Definitions. More...

Typedefs

template<class Object >
using flxPropertyBool = _flxPropertyTyped< Object, bool >
 A boolean property object. More...
 
template<class Object >
using flxPropertyInt8 = _flxPropertyTyped< Object, int8_t >
 A int8_t property object. More...
 
template<class Object >
using flxPropertyInt16 = _flxPropertyTyped< Object, int16_t >
 A int16_t property object. More...
 
template<class Object >
using flxPropertyInt32 = _flxPropertyTyped< Object, int32_t >
 A int32_t property object. More...
 
template<class Object >
using flxPropertyUInt8 = _flxPropertyTyped< Object, uint8_t >
 A uint8_t property object. More...
 
template<class Object >
using flxPropertyUInt16 = _flxPropertyTyped< Object, uint16_t >
 A uint16_t property object. More...
 
template<class Object >
using flxPropertyUInt32 = _flxPropertyTyped< Object, uint32_t >
 A uint32_t property object. More...
 
template<class Object >
using flxPropertyFloat = _flxPropertyTyped< Object, float >
 A float property object. More...
 
template<class Object >
using flxPropertyDouble = _flxPropertyTyped< Object, double >
 A double property object. More...
 
template<class Object >
using flxPropertyHiddenBool = _flxPropertyTyped< Object, bool, true >
 
template<class Object >
using flxPropertyHiddenInt8 = _flxPropertyTyped< Object, int8_t, true >
 
template<class Object >
using flxPropertyHiddenInt16 = _flxPropertyTyped< Object, int16_t, true >
 
template<class Object >
using flxPropertyHiddenInt32 = _flxPropertyTyped< Object, int32_t, true >
 
template<class Object >
using flxPropertyHiddenUInt8 = _flxPropertyTyped< Object, uint8_t, true >
 
template<class Object >
using flxPropertyHiddenUInt16 = _flxPropertyTyped< Object, uint16_t, true >
 
template<class Object >
using flxPropertyHiddenUInt32 = _flxPropertyTyped< Object, uint32_t, true >
 
template<class Object >
using flxPropertyHiddenFloat = _flxPropertyTyped< Object, float, true >
 
template<class Object >
using flxPropertyHiddenDouble = _flxPropertyTyped< Object, double, true >
 
template<class Object >
using flxPropertySecureBool = _flxPropertyTyped< Object, bool, false, true >
 
template<class Object >
using flxPropertySecureInt8 = _flxPropertyTyped< Object, int8_t, false, true >
 
template<class Object >
using flxPropertySecureInt16 = _flxPropertyTyped< Object, int16_t, false, true >
 
template<class Object >
using flxPropertySecureInt32 = _flxPropertyTyped< Object, int32_t, false, true >
 
template<class Object >
using flxPropertySecureUInt8 = _flxPropertyTyped< Object, uint8_t, false, true >
 
template<class Object >
using flxPropertySecureUInt16 = _flxPropertyTyped< Object, uint16_t, false, true >
 
template<class Object >
using flxPropertySecureUInt32 = _flxPropertyTyped< Object, uint32_t, false, true >
 
template<class Object >
using flxPropertySecureFloat = _flxPropertyTyped< Object, float, false, true >
 
template<class Object >
using flxPropertySecureDouble = _flxPropertyTyped< Object, double, false, true >
 
template<class Object >
using flxPropertySecretBool = _flxPropertyTyped< Object, bool, true, true >
 
template<class Object >
using flxPropertySecretInt8 = _flxPropertyTyped< Object, int8_t, true, true >
 
template<class Object >
using flxPropertySecretInt16 = _flxPropertyTyped< Object, int16_t, true, true >
 
template<class Object >
using flxPropertySecretInt32 = _flxPropertyTyped< Object, int32_t, true, true >
 
template<class Object >
using flxPropertySecretUInt8 = _flxPropertyTyped< Object, uint8_t, true, true >
 
template<class Object >
using flxPropertySecretUInt16 = _flxPropertyTyped< Object, uint16_t, true, true >
 
template<class Object >
using flxPropertySecretUInt32 = _flxPropertyTyped< Object, uint32_t, true, true >
 
template<class Object >
using flxPropertySecretFloat = _flxPropertyTyped< Object, float, true, true >
 
template<class Object >
using flxPropertySecretDouble = _flxPropertyTyped< Object, double, true, true >
 

Detailed Description

Property Class Definitions.

Typedef Documentation

◆ flxPropertyBool

template<class Object >
using flxPropertyBool = _flxPropertyTyped<Object, bool>

A boolean property object.

Template Parameters
ObjectThe containing object of this property

◆ flxPropertyDouble

template<class Object >
using flxPropertyDouble = _flxPropertyTyped<Object, double>

A double property object.

Template Parameters
ObjectThe containing object of this property

◆ flxPropertyFloat

template<class Object >
using flxPropertyFloat = _flxPropertyTyped<Object, float>

A float property object.

Template Parameters
ObjectThe containing object of this property

◆ flxPropertyHiddenBool

template<class Object >
using flxPropertyHiddenBool = _flxPropertyTyped<Object, bool, true>

◆ flxPropertyHiddenDouble

template<class Object >
using flxPropertyHiddenDouble = _flxPropertyTyped<Object, double, true>

◆ flxPropertyHiddenFloat

template<class Object >
using flxPropertyHiddenFloat = _flxPropertyTyped<Object, float, true>

◆ flxPropertyHiddenInt16

template<class Object >
using flxPropertyHiddenInt16 = _flxPropertyTyped<Object, int16_t, true>

◆ flxPropertyHiddenInt32

template<class Object >
using flxPropertyHiddenInt32 = _flxPropertyTyped<Object, int32_t, true>

◆ flxPropertyHiddenInt8

template<class Object >
using flxPropertyHiddenInt8 = _flxPropertyTyped<Object, int8_t, true>

◆ flxPropertyHiddenUInt16

template<class Object >
using flxPropertyHiddenUInt16 = _flxPropertyTyped<Object, uint16_t, true>

◆ flxPropertyHiddenUInt32

template<class Object >
using flxPropertyHiddenUInt32 = _flxPropertyTyped<Object, uint32_t, true>

◆ flxPropertyHiddenUInt8

template<class Object >
using flxPropertyHiddenUInt8 = _flxPropertyTyped<Object, uint8_t, true>

◆ flxPropertyInt16

template<class Object >
using flxPropertyInt16 = _flxPropertyTyped<Object, int16_t>

A int16_t property object.

Template Parameters
ObjectThe containing object of this property

◆ flxPropertyInt32

template<class Object >
using flxPropertyInt32 = _flxPropertyTyped<Object, int32_t>

A int32_t property object.

Template Parameters
ObjectThe containing object of this property

◆ flxPropertyInt8

template<class Object >
using flxPropertyInt8 = _flxPropertyTyped<Object, int8_t>

A int8_t property object.

Template Parameters
ObjectThe containing object of this property

◆ flxPropertySecretBool

template<class Object >
using flxPropertySecretBool = _flxPropertyTyped<Object, bool, true, true>

◆ flxPropertySecretDouble

template<class Object >
using flxPropertySecretDouble = _flxPropertyTyped<Object, double, true, true>

◆ flxPropertySecretFloat

template<class Object >
using flxPropertySecretFloat = _flxPropertyTyped<Object, float, true, true>

◆ flxPropertySecretInt16

template<class Object >
using flxPropertySecretInt16 = _flxPropertyTyped<Object, int16_t, true, true>

◆ flxPropertySecretInt32

template<class Object >
using flxPropertySecretInt32 = _flxPropertyTyped<Object, int32_t, true, true>

◆ flxPropertySecretInt8

template<class Object >
using flxPropertySecretInt8 = _flxPropertyTyped<Object, int8_t, true, true>

◆ flxPropertySecretUInt16

template<class Object >
using flxPropertySecretUInt16 = _flxPropertyTyped<Object, uint16_t, true, true>

◆ flxPropertySecretUInt32

template<class Object >
using flxPropertySecretUInt32 = _flxPropertyTyped<Object, uint32_t, true, true>

◆ flxPropertySecretUInt8

template<class Object >
using flxPropertySecretUInt8 = _flxPropertyTyped<Object, uint8_t, true, true>

◆ flxPropertySecureBool

template<class Object >
using flxPropertySecureBool = _flxPropertyTyped<Object, bool, false, true>

◆ flxPropertySecureDouble

template<class Object >
using flxPropertySecureDouble = _flxPropertyTyped<Object, double, false, true>

◆ flxPropertySecureFloat

template<class Object >
using flxPropertySecureFloat = _flxPropertyTyped<Object, float, false, true>

◆ flxPropertySecureInt16

template<class Object >
using flxPropertySecureInt16 = _flxPropertyTyped<Object, int16_t, false, true>

◆ flxPropertySecureInt32

template<class Object >
using flxPropertySecureInt32 = _flxPropertyTyped<Object, int32_t, false, true>

◆ flxPropertySecureInt8

template<class Object >
using flxPropertySecureInt8 = _flxPropertyTyped<Object, int8_t, false, true>

◆ flxPropertySecureUInt16

template<class Object >
using flxPropertySecureUInt16 = _flxPropertyTyped<Object, uint16_t, false, true>

◆ flxPropertySecureUInt32

template<class Object >
using flxPropertySecureUInt32 = _flxPropertyTyped<Object, uint32_t, false, true>

◆ flxPropertySecureUInt8

template<class Object >
using flxPropertySecureUInt8 = _flxPropertyTyped<Object, uint8_t, false, true>

◆ flxPropertyUInt16

template<class Object >
using flxPropertyUInt16 = _flxPropertyTyped<Object, uint16_t>

A uint16_t property object.

Template Parameters
ObjectThe containing object of this property

◆ flxPropertyUInt32

template<class Object >
using flxPropertyUInt32 = _flxPropertyTyped<Object, uint32_t>

A uint32_t property object.

Template Parameters
ObjectThe containing object of this property

◆ flxPropertyUInt8

template<class Object >
using flxPropertyUInt8 = _flxPropertyTyped<Object, uint8_t>

A uint8_t property object.

Template Parameters
ObjectThe containing object of this property