# $LAAS: ChangeLog 2011/05/18 18:21:24 mallet $
-----------------------------------------------------------------------
evart-client 2.2 released Wed May 18, 2011
16. Streaming requests ask the server to send us keepalive requests, so
that dead clients will not overload the server or the network.
15. Add two functions requesting the streaming of segments and DOFs
data.
evart-client 2.1 released Fri Apr 15, 2011
14. LP64 friendly
evart-client 2.0 released Mon Oct 5, 2009
13. Add the absolute time of acquisition in the marker data.
evart-client 1.5 released Tue Oct 1, 2009
11.
evas_recv() takes a buffer in which to store the received message
so that it is more thread safe.
9. Make control functions robust to packets drop.
evart-client 1.4 released Tue Jul 29, 2008
functions. See documentation for usage.
evart-client 1.3 released Mon Jul 28, 2008
7. Fixed uninitialized variable in
evas_recv() that was triggering
random receive failures.
evart-client 1.2 released Mon Jul 21, 2008
6. Added frame number and "delay" parameter to the marker data
messages.
evart-client 1.1 released Thu Jul 17, 2008
5. Wrote some documentation...
3. "body markers" request now takes a body index as a parameter.
2. Added a request to list the marker names of a body.
1. Added a request to list the body definitions.
evart-client 1.0 released Tue Jul 15, 2008
-----------------------------------------------------------------------
int evas_acquire(evas_onoff_t on)
Start or pause marker tracking in EVaRT software.
Definition: api.c:175
int evas_record(const char *file, evas_onoff_t on)
Start or stop marker data recording in EVaRT software.
Definition: api.c:218
void evas_listen()
Block and process received data.
Definition: api.c:756
const evas_msg_t * evas_recv(evas_msg_t *msg, double timeout)
Poll for some data.
Definition: api.c:790
int evas_fps(float *fps)
Get marker data frame rate.
Definition: api.c:255