qrk::MonitorDataHandler Class Reference
モニタデータ管理クラス
More...
#include <MonitorDataHandler.h>
List of all members.
Detailed Description
モニタデータ管理クラス
データフォーマットは、2行から構成される
- 1行目: タイムスタンプ, データバイト数
- 2行目: データ
1行目において、# 以降はコメントとみなされる
Definition at line 25 of file MonitorDataHandler.h.
Constructor & Destructor Documentation
qrk::MonitorDataHandler::MonitorDataHandler |
( |
void |
|
) |
[private] |
qrk::MonitorDataHandler::~MonitorDataHandler |
( |
void |
|
) |
|
Member Function Documentation
int qrk::MonitorDataHandler::fetch |
( |
long & |
data, |
|
|
const char * |
comment = NULL | |
|
) |
| | |
int qrk::MonitorDataHandler::fetch |
( |
short & |
data, |
|
|
const char * |
comment = NULL | |
|
) |
| | |
int qrk::MonitorDataHandler::fetch |
( |
unsigned int & |
data, |
|
|
const char * |
comment = NULL | |
|
) |
| | |
int qrk::MonitorDataHandler::fetch |
( |
int & |
data, |
|
|
const char * |
comment = NULL | |
|
) |
| | |
int qrk::MonitorDataHandler::fetch |
( |
bool & |
data, |
|
|
const char * |
comment = NULL | |
|
) |
| | |
int qrk::MonitorDataHandler::fetch |
( |
std::string & |
data, |
|
|
const char * |
comment = NULL | |
|
) |
| | |
- Attention:
- 改行が複数ある文字列データは、扱えない
int qrk::MonitorDataHandler::fetch |
( |
char * |
data, |
|
|
int |
size, |
|
|
const char * |
comment = NULL | |
|
) |
| | |
Member Data Documentation
The documentation for this class was generated from the following file: