UdonLibrary 1.0.0
機械システム研究部 C++ ライブラリ
読み取り中…
検索中…
一致する文字列を見つけられません
Udon::Message::Lcd< Column, Row > 構造体テンプレート

LCD [詳解]

#include <Udon/Com/Message/Lcd.hpp>

公開メンバ関数

void printf (size_t index, const char *format,...)
 LCDに文字列を設定
 
 UDON_ENUMERABLE (text)
 

公開変数類

char text [Row][Column]
 LCDのテキスト
 

詳解

template<size_t Column, size_t Row>
struct Udon::Message::Lcd< Column, Row >

LCD

テンプレート引数
Column列数
Row行数

関数詳解

◆ printf()

template<size_t Column, size_t Row>
void Udon::Message::Lcd< Column, Row >::printf ( size_t index,
const char * format,
... )
inline

LCDに文字列を設定

引数
index
format書式

◆ UDON_ENUMERABLE()

template<size_t Column, size_t Row>
Udon::Message::Lcd< Column, Row >::UDON_ENUMERABLE ( text )

メンバ詳解

◆ text

template<size_t Column, size_t Row>
char Udon::Message::Lcd< Column, Row >::text[Row][Column]

LCDのテキスト


この構造体詳解は次のファイルから抽出されました: