Transaction-Level Modeling Framework for Space Applications
Template specialization for sr_param<float>. More...
#include <sr_param_native.h>
Public Member Functions | |
const std::string | getTypeString () const |
Overloads sr_param::getTypeString. More... | |
gs::cnf::Param_type | getType () const |
Overloads sr_param::getType. More... | |
std::string | convertValueToString (const val_type &val) const |
Overloads gs_param_t<T>::convertValueToString. More... | |
Public Member Functions inherited from sr_param_t< float > | |
my_type & | operator+= (val_type) |
my_type & | operator-= (val_type) |
my_type & | operator/= (val_type) |
my_type & | operator*= (val_type) |
val_type | operator+ (val_type) |
val_type | operator- (val_type) |
val_type | operator/ (val_type) |
val_type | operator* (val_type) |
my_type & | operator%= (val_type) |
my_type & | operator^= (val_type) |
my_type & | operator&= (val_type) |
my_type & | operator|= (val_type) |
my_type & | operator<<= (val_type) |
my_type & | operator>>= (val_type) |
my_type & | operator-- () |
val_type | operator-- (int) |
my_type & | operator++ () |
val_type | operator++ (int) |
sr_param_t () | |
Empty constructor. Name will be set in base. Avoid using it! You MUST call init() after instantiation! More... | |
sr_param_t (const bool force_top_level_name, gs_param_array *parent_array, const bool register_at_db) | |
Constructor with the special parameters. Name will be set in base. Avoid using it! You MUST call init() after instantiation! More... | |
sr_param_t (const std::string &nam) | |
Constructor with (local or hierarchical) name. You MUST call init() after instantiation! More... | |
sr_param_t (const std::string &nam, const bool force_top_level_name, gs_param_array *parent_array, const bool register_at_db) | |
Constructor with (local or hierarchical) name and special parameters. You MUST call init() after instantiation! More... | |
void | init (const val_type &default_val) |
Init method to set the value and add the parameter to the plugin db. More... | |
void | init () |
Init method without value. More... | |
virtual | ~sr_param_t () |
Destructor. More... | |
my_type & | operator= (const my_type &v) |
Set the value of this parameter to the value of another gs_param. More... | |
my_type & | operator= (const val_type &v) |
Set the value of this parameter. More... | |
operator const val_type & () const | |
Get the value of this parameter. More... | |
void | setValue (const val_type &val) |
Set the value of this parameter. More... | |
const val_type & | getValue () const |
Returns the value of this parameter. More... | |
const void * | get_value_pointer () const |
bool | setString (const std::string &str) |
Set the value of this parameter with a string. More... | |
const std::string & | getString () const |
Get the value of this parameter as a string. More... | |
virtual const bool | deserialize (val_type &target_val, const std::string &str)=0 |
Deserialize for this parameter. To be implemented by the specialization. More... | |
void | mirror (float &original) |
Serialize this parameter. More... | |
void | mirror (sr_param_t< float > &original) |
Public Member Functions inherited from sr_param_base | |
sr_param_base (const std::string &n, const bool register_at_db=true, gs::cnf::gs_param_array *parent_array=NULL, const bool force_top_level_name=false) | |
void | setProperty (std::string key, std::string value) |
std::string | getProperty (std::string key) |
std::map< std::string, std::string > | getProperties () |
void | deleteProperty (std::string key) |
bool | exists (std::string key) |
easy_init | add_properties () |
Static Public Member Functions | |
static std::string | static_convertValueToString (const val_type &val) |
static bool | static_deserialize (val_type &target_val, const std::string &str) |
Static convertion function called by virtual deserialize and others (e.g. GCnf_API) More... | |
Public Attributes | |
SR_PARAM_HEAD | |
GC_SPECIALISATIONS_ARITHMETIC_OPERATORS | |
GC_SPECIALISATIONS_INCREMENT_OPERATORS | |
GC_SPECIALISATIONS_DECREMENT_OPERATORS | |
SR_PARAM_DELEGATE | |
Additional Inherited Members | |
Protected Member Functions inherited from sr_param_t< float > | |
gs::cnf::callback_return_type | mirror_callback (gs::gs_param_base &changed_param, gs::cnf::callback_type reason) |
const val_type & | convertStringToValue (const std::string &str) |
Get the value the string. Needed for construction of gs_param. More... | |
Protected Attributes inherited from sr_param_t< float > | |
val_type | my_value |
Value of this parameter. More... | |
std::string | return_string |
String whose reference can be returned as string value. More... | |
sr_param_t< float > * | m_mirror_param |
float * | m_mirror_val |
Overloads gs_param_t<T>::convertValueToString.
Implements sr_param_t< float >.
Overloads sr_param::getTypeString.
|
inlinestatic |
|
inlinestatic |
Static convertion function called by virtual deserialize and others (e.g. GCnf_API)