HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ncmv92

no profile record

Submissions

[untitled]

1 points·by ncmv92·قبل 23 يومًا·0 comments

[untitled]

1 points·by ncmv92·قبل 3 أشهر·0 comments

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

github.com
1 points·by ncmv92·قبل 3 أشهر·0 comments

A prototype of GNSS data parser, targeting NMEA protocol

github.com
1 points·by ncmv92·قبل 3 أشهر·0 comments

LibEventCpp – Single-header library for event-driven programming

github.com
42 points·by ncmv92·قبل 5 أشهر·2 comments

comments

ncmv92
·قبل 23 يومًا·discuss
Github repo:

https://github.com/nguyenchiemminhvu/software_architecture_w...
ncmv92
·قبل 5 أشهر·discuss
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)