Wykres commitów

11 Commity (ded5339fe6b8922873d284dee6481029f526bf7f)

Autor SHA1 Wiadomość Data
alon cda5be1b0e removed new/delete and made backwards compatible 2024-02-06 16:56:44 +02:00
alon b8a9fe8dc0 up 2024-02-06 16:56:44 +02:00
David Michaeli 8ca8b6ac9f added synchronous api for reading and writing in cpp api
changed internal complexint to std::complex<short>
2024-01-29 22:08:04 +02:00
David Michaeli 43c505db2d sighandler explicit function 2024-01-29 16:24:13 +02:00
David Michaeli 5ca7c52d81 signal caught segfault fix 2024-01-29 15:50:45 +02:00
David Michaeli 0ed53aa3ff IO control from API c and CPP
Flush control on I/Q streams
2024-01-29 10:50:06 +02:00
David Michaeli 4d993d25ef Added of flushing to rx buffer.
bug fix in cpp api
2024-01-21 14:09:51 +02:00
Sergey Sharybin a6a8a005a2 Fix compilation error with undefined shared_ptr
`std::shared_ptr` requires `<memory>` header. Without it being
included explicitly some compilers might fail to compile (while
others might have been using the header indirectly).

Fixes compilation error with GCC 12 on Raspberry Pi OS.
2023-10-21 12:37:35 +02:00
David Michaeli 15fa286dc6 smi read arbitrary size vector read 2023-10-01 23:19:11 +00:00
David Michaeli e33f2f2cd7 added rx handlers to cpp api
cpp_api example
2023-10-01 22:55:52 +00:00
David Michaeli de00f43614 added c++ native api wrapping the c api 2023-10-01 18:39:04 +00:00