HackerTrans
トップ新着トレンドコメント過去質問紹介求人

ncmv92

no profile record

投稿

[untitled]

1 ポイント·投稿者 ncmv92·23 日前·0 コメント

[untitled]

1 ポイント·投稿者 ncmv92·3 か月前·0 コメント

A prototype of GNSS data parser, targeting UBX protocol of Ublox GNSS chipset

github.com
1 ポイント·投稿者 ncmv92·3 か月前·0 コメント

A prototype of GNSS data parser, targeting NMEA protocol

github.com
1 ポイント·投稿者 ncmv92·3 か月前·0 コメント

LibEventCpp – Single-header library for event-driven programming

github.com
42 ポイント·投稿者 ncmv92·5 か月前·2 コメント

コメント

ncmv92
·23 日前·議論
Github repo:

https://github.com/nguyenchiemminhvu/software_architecture_w...
ncmv92
·5 か月前·議論
https://libeventcpp.sourceforge.io/

LibEventCpp is a lightweight and portable C++14 library for event-driven programming. Implemented in a single header file for easy integration.

Features: - Message event handler: Asynchronous message queue with event looper - Signals and slots: Type-safe callback connections (Qt-style) - Time events: POSIX timers with callback support - Once events: Execute callbacks conditionally (once per life, N times, value change, interval) - Toggle events: One-shot triggers with reset capability - File descriptor events: Monitor file descriptors using poll() - Signal events: POSIX signal handling wrapper - File system events: Monitor file system changes using inotify (Linux)