Skip to content

caobinxin/xl4combase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisetes

Excelfore unibase library must be installed.

POSIX library is basically needed. To port some program which is built with this 'combase' library into non-POSIX platform, '*_NON_POSIX_H' part in the header files must support relplacements of the following macro definitions.

cb_ethernet

bindings macros to posix socket functions particularly on ethernet functionalities. One unique feature is supporting of virtual network and ptp devices.

Testing network programs, especially for raw ethernet, is not easy on a build machine. Using virtual network and ptp devices, it can be easily done, and unit tests can include a lot more tests.

For more detail, look at cb_ethernet.h

cb_inet

Binding macros and utility functions to posix socket functions particularly for network layer functions.

For more detail, look at cb_inet.h

cb_thread

bindings macros to posix thread,mutex and semaphore functions.

For more detail, look at cb_thread.h

cb_ipc

utility functions to use local socket and shared memory.

For more detail, look at cb_ipc.h

cb_tmevent

utility functions to use timer and event hadling.

For more detail, look at cb_tmevent.h

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 77.1%
  • C++ 8.9%
  • Python 6.4%
  • Makefile 5.0%
  • M4 2.5%
  • Shell 0.1%