Re: [etherlab-users] DC questions

2016-06-20 Thread Graeme Foot
time base value * * if the app clock is slower (ie the period takes longer) then the time base * value should be increased each period */ void app_addTimeBase( int64_t in_timeBase ) { u_appTimeBase += in_timeBase; } Regards, Graeme. From: Tommaso [mailto:furiosi.tomm...@

Re: [etherlab-users] DC questions

2016-06-12 Thread Graeme Foot
to be used with DC. Regards, Graeme. -Original Message- From: etherlab-users [mailto:etherlab-users-boun...@etherlab.org] On Behalf Of Tommaso Sent: Friday, 10 June 2016 7:14 p.m. To: etherlab-users@etherlab.org Subject: [etherlab-users] DC questions Good morning, In the master documentation

[etherlab-users] DC questions

2016-06-10 Thread Tommaso
Good morning, In the master documentation is reported, in DC section, that the reference clock is the one of the first slave that supports this functionality. This reference can be synchronized with the master clock. My questions, based on the 'dc_user' example, are the following: 1 - calling