|
RTC Toolkit 6.0.0
|
Classes | |
| struct | CiiConfigValueConverter< RtcTypeInfo, CiiConfigInstanceNode > |
| struct | CiiConfigValueConverter< Timestamp, CiiConfigInstanceNode > |
| struct | RtcTypeInfo |
Typedefs | |
| using | RtcBool |
| using | RtcDouble |
| using | RtcFloat |
| using | RtcInt16 |
| using | RtcInt32 |
| using | RtcInt64 |
| using | RtcInt8 |
| using | RtcString |
| using | RtcUInt16 |
| using | RtcUInt32 |
| using | RtcUInt64 |
| using | RtcUInt8 |
| using | Timestamp |
Functions | |
| RTCTK_LOCAL std::string | GetMetaDataYamlTag (const std::type_info &type) |
| Returns the appropriate YAML tag for a specific metadata type. | |
| RTCTK_LOCAL std::string | GetRootBaseTypeName (const CiiConfigInstanceNode &node) |
| Returns the root base type name for the node. | |
| using rtctk::RtcBool |
| using rtctk::RtcDouble |
| using rtctk::RtcFloat |
| using rtctk::RtcInt16 |
| using rtctk::RtcInt32 |
| using rtctk::RtcInt64 |
| using rtctk::RtcInt8 |
| using rtctk::RtcString |
| using rtctk::RtcUInt16 |
| using rtctk::RtcUInt32 |
| using rtctk::RtcUInt64 |
| using rtctk::RtcUInt8 |
| RTCTK_LOCAL std::string rtctk::componentFramework::GetMetaDataYamlTag | ( | const std::type_info & | type | ) |
Returns the appropriate YAML tag for a specific metadata type.
| [in] | type | The type of the metadata. |
| RTCTK_LOCAL std::string rtctk::componentFramework::GetRootBaseTypeName | ( | const CiiConfigInstanceNode & | node | ) |
Returns the root base type name for the node.
| [in] | node | The YAML node corresponding to the datapoint. |