~ [ source navigation ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
cvs/emstar/libdev/examples/


Name Size Last modified (GMT) Description
Back Parent directory 2010-03-21 13:26:43
File BUILD 765 bytes 2005-05-31 23:24:29
File README 1128 bytes 2005-05-31 23:24:29
C file dir_service.c 5481 bytes 2004-10-16 21:17:46
C file directory_add.c 1875 bytes 2004-03-29 06:23:27
C file directory_lookup.c 1898 bytes 2004-03-29 06:23:27
C file directory_server.c 2255 bytes 2004-03-29 06:23:27
C file echocat.c 4357 bytes 2004-12-07 00:02:38
C file echocat_glib.c 10235 bytes 2008-05-16 02:07:34
C file pd_client.c 3598 bytes 2005-06-02 04:18:11
C file pd_echoserver.c 2871 bytes 2005-06-02 04:18:11
C file pd_receiveonly.c 3024 bytes 2005-06-02 04:18:11
C file pd_sendonly.c 2638 bytes 2005-06-02 04:18:11
C file randsleep.c 1990 bytes 2003-07-11 22:29:44
C file schedtest.c 2973 bytes 2004-10-18 21:30:43
C file sdev_example.c 9160 bytes 2008-11-19 22:04:29
File sdev_example_client.run 832 bytes 2005-09-03 01:16:28
C file sensor_dev_client.c 8823 bytes 2005-09-23 06:26:40
C file simple_command.c 2974 bytes 2007-12-08 04:05:02
C file simple_logring.c 2420 bytes 2003-07-11 22:29:44
C file simple_opts.c 2416 bytes 2004-03-29 06:23:27
C file simple_pd.c 4042 bytes 2007-12-08 04:05:02
C file simple_status.c 4009 bytes 2007-12-08 04:05:03
C file simple_waitfor.c 5024 bytes 2003-07-11 22:29:45
C file thread_example.c 4920 bytes 2003-08-09 03:37:23

  1 
  2 
  3 
  4 * dir_service.c -
  5 
  6 * directory_add.c -
  7 
  8 * directory_lookup.c -
  9 
 10 * directory_server.c -
 11 
 12 * echocat.c - a utility for writing a command and reading back the response
 13 
 14 * pd_client.c - Simple packet device client for use with 
 15                 pd_echoserver, pd_receiveonly, and pd_sendonly
 16 
 17 * pd_echoserver.c - Implements a packet device that echo's back
 18                     anything a client sends
 19 
 20 * pd_receiveonly.c - Implements a packet device that does not have
 21                     a send callack and only generates data and calls
 22                     pd_receive()
 23 
 24 * pd_sendonly.c - Implements a packet device that only has a send 
 25                   callback and never calls pd_receive()
 26 
 27 * randsleep.c -
 28 
 29 * schedtest.c -
 30 
 31 * sdev_example.c - sensor device example
 32 
 33 * sdev_example_client.run - run file for the sensor device clinet
 34 
 35 * sensor_dev_client.c - sensor client example
 36 
 37 * simple_command.c - command device example
 38 
 39 * simple_logring.c - logring device example
 40 
 41 * simple_opts.c - options device example
 42 
 43 * simple_pd.c - simple packet device example
 44 
 45 * simple_status.c - simple status device example
 46 
 47 * simple_waitfor.c -
 48 
 49 * thread_example.c - 
 50 

~ [ source navigation ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.