Commit Graph

1088 Commits

Author SHA1 Message Date
kevin.larke
273133f6f6 cwTime.cpp : Added >=, <= tests to test(). 2020-04-18 08:59:35 -04:00
kevin
9ec4c131b5 cwEuCon.cpp : Debug watch-dog logic. 2020-04-17 15:15:17 -04:00
kevin.larke
16fb46f5f9 cwSocket.cpp : Log a warning if the socket to destroy() is not found. 2020-04-17 14:05:14 -04:00
kevin.larke
d143546748 Merge branch 'master' of gitea.larke.org:klarke/libcw
# Conflicts:
#	cwEuCon.cpp
2020-04-17 13:43:06 -04:00
kevin.larke
83b588bbf8 cwEuCon.cpp : Update heart-beat next recv time on every recvd msg. 2020-04-17 13:42:19 -04:00
kevin.larke
df1501ffa3 cwEuCon.cpp : Change printf() fmt. 2020-04-17 13:40:41 -04:00
kevin.larke
09a02e9a9b cwTime.h/cpp : Added test(). 2020-04-17 13:28:09 -04:00
kevin.larke
c156a2fe85 Merge branch 'master' of gitea.larke.org:klarke/libcw 2020-04-17 11:16:59 -04:00
kevin.larke
e9ca9b08ca cwEuCon.h/cpp : Added heart-beat logic. 2020-04-17 11:16:52 -04:00
kevin.larke
03d24fbbdc cwTime.h/cpp,cwDnsSd.cpp,cwMdns.cpp : Changed cwTime interface to use all references rather than pointers as arguments. 2020-04-17 11:16:21 -04:00
kevin.larke
7fad3df667 cwLog.cpp : flush() output in defaultOutput(). 2020-04-16 20:09:13 -04:00
kevin
f8971f90b1 Merge branch 'master' of https://gitea.larke.org/klarke/libcw 2020-04-16 11:12:18 -04:00
kevin.larke
ddfd1be7bb cwEuCon.cpp : Fixed printf() format specifier warning. 2020-04-16 11:11:44 -04:00
kevin.larke
85993dcc42 cwSpScBuf.cpp : Fixed signed/unsigned compare. 2020-04-16 11:11:23 -04:00
kevin.larke
e5bddf6a7e cwTcpSocket.cpp : Fixed signed/unsigned compare. 2020-04-16 11:11:09 -04:00
kevin.larke
9761728433 cwObject.h/cpp : Enabled 'bool' variables via getv() 2020-04-16 11:05:38 -04:00
kevin.larke
3ecea739f1 Merge branch 'master' of gitea.larke.org:klarke/libcw 2020-04-16 09:51:47 -04:00
kevin.larke
cb458168e7 cwEuCon.h/cpp : Updated comments and code formatting. 2020-04-16 09:51:38 -04:00
kevin.larke
ef50816330 cwEuCon.cpp : Commented out unused code to prevent warnings. 2020-04-16 09:27:58 -04:00
kevin.larke
1d74c5131d cwCommonImpl.h : Added #icnlude <unistd.h> 2020-04-16 09:27:34 -04:00
kevin.larke
1991e10639 cwCommon.h : Added kInvalidDataTypeRC. 2020-04-16 09:27:04 -04:00
kevin.larke
1ecaca7c07 cwSpScBuf.cpp, cwThreadMach.cpp : Initial working version of spsc_buf and thread_mach. 2020-04-09 22:47:26 -04:00
kevin.larke
fb92ec15de Merge branch 'master' of gitea.larke.org:klarke/libcw 2020-04-09 21:07:58 -04:00
kevin.larke
d505a4af5a cwEuCon.h/cpp : Added initial interface for communicating with an an application or UI. 2020-04-09 21:07:45 -04:00
kevin.larke
efc1c27f85 cwSpScBuf.h/cpp, cwThreadMach.h/cpp : initial commit. 2020-04-09 21:06:44 -04:00
kevin.larke
6670a961be cwObject.h : Fixed bug where type CString was confused for type String. Added comments, and error messages. 2020-04-09 21:06:06 -04:00
kevin
a27293c26f cwAudioDeviceAlsa.cpp : Removed pre-proc guards around SNDPCM_PRIVATE1 2020-04-08 20:23:38 -04:00
kevin
9f56f26ff7 Merge branch 'master' of https://gitea.larke.org/klarke/libcw 2020-04-08 20:08:31 -04:00
kevin
0138d690a1 cwObject.cpp : Fixed int64 printf specifiers. 2020-04-08 20:08:11 -04:00
kevin.larke
4d5dadf0b9 cwAudioDeviceAlsa.cpp : Added pre-proc guard around SND_PCM_STATE_PRIVATE1. 2020-04-08 20:04:14 -04:00
kevin.larke
1fe3e6d841 cwEuCon.h/cpp : Added an application thread. 2020-04-07 17:40:08 -04:00
kevin.larke
c6ccaefcdb cwUI.h/cpp, cwUiTest.cpp : Separated the UI component into three parts ui, ws, srv. 2020-04-07 16:24:34 -04:00
kevin.larke
38aab880a0 cwSocket.cpp : Simplified the way the count of sockets is maintained. 2020-04-07 16:22:43 -04:00
kevin.larke
b6d716e8ff cwUi.h/cpp, cwUiTest.cpp, html/uiTest : Initial working version of cwUI. 2020-04-06 19:17:04 -04:00
kevin.larke
d3d4c7c6f9 cwFile.cpp : Changed fnToStr() to properly close() the source file handle. 2020-04-06 19:16:09 -04:00
kevin.larke
bfe9d9ebfc cwObject.h/cpp : Added newPairObject(), typeid: kCStringTId, changed list_ele() to child_ele() 2020-04-06 19:15:03 -04:00
kevin.larke
7d7a36fe03 Makefile.am : Reformatted 2020-04-06 19:13:33 -04:00
kevin.larke
0b2f8091d0 Merge branch 'master' of gitea.larke.org:klarke/libcw 2020-04-04 17:28:01 -04:00
kevin.larke
5fdab1080d README.md : Added Raspberry Pi build notes. 2020-04-04 17:27:45 -04:00
kevin
86c641c4ab Minor changes for Raspberry Pi Build. 2020-04-04 20:53:20 +00:00
kevin.larke
c266475c99 cwEuCon.cpp : Fixed bug where multiple handshake-0's could be sent. 2020-04-04 09:28:32 -04:00
kevin.larke
3a840015cf cwEuCon.h/cpp : Allow the Fader service port to be set from the program arguments (even though it should be read from DNS-SD). 2020-04-03 17:42:07 -04:00
kevin.larke
def9f601c0 README.md : updates 2020-04-03 16:41:11 -04:00
kevin.larke
f2bfc13419 cwEucon.h/cpp : Initial updates to support fader bank array server. 2020-04-03 10:36:10 -04:00
kevin.larke
6d623c3a2a cwEuCon.cpp : Fixed extra bytes in RESPONSE_4_B. 2020-04-02 14:41:23 -04:00
kevin.larke
4ef49b84d4 cwSocket.cpp : Fixed comments and error messages. 2020-04-02 14:40:49 -04:00
kevin.larke
46fc9721ca README.md : Updates 2020-04-02 14:40:26 -04:00
kevin.larke
bc3c683e41 cwSocket.h/cpp : Changed name of cbId_t to cbOpId_t 2020-04-01 10:46:31 -04:00
kevin.larke
14ee0765db cwEuCon.cpp : Updated status messages. 2020-03-31 14:34:13 -04:00
kevin.larke
2372f153b3 cwUi : Initial UI creation from resource file. 2020-03-31 13:10:45 -04:00