$darkmode
cloe::LuaAutocompletionTag Struct Reference

#include <data_broker.hpp>

Inheritance diagram for cloe::LuaAutocompletionTag:
Collaboration diagram for cloe::LuaAutocompletionTag:

Public Types

enum class  LuaDatatype { X , LUADATATYPE_LIST }
 
enum class  PhysicalQuantity { X , PHYSICALQUANTITIES_LIST }
 
- Public Types inherited from cloe::MetaInformation::Tag< LuaAutocompletionTag >
using tag_type = LuaAutocompletionTag
 

Public Member Functions

 LuaAutocompletionTag (LuaDatatype datatype_, PhysicalQuantity unit_, std::string text_)
 

Public Attributes

LuaDatatype datatype
 
PhysicalQuantity unit
 
std::string text
 

Friends

std::string to_string (LuaDatatype type)
 
std::string to_string (PhysicalQuantity type)
 

Detailed Description

Signal-Metainformation for generation of Lua documentation

Member Data Documentation

◆ datatype

LuaDatatype cloe::LuaAutocompletionTag::datatype

Lua datatype of the signal

◆ text

std::string cloe::LuaAutocompletionTag::text

Documentation text

Note
Use
to achieve a linebreak

◆ unit

PhysicalQuantity cloe::LuaAutocompletionTag::unit

Lua datatype of the signal


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