Changeset df58f9


Ignore:
Timestamp:
10/28/11 15:40:10 (19 months ago)
Author:
Micke Prag <micke.prag@…>
Branches:
('master', '033cf796174446f5fff5bbfad1cbf1e4af35c0d8')('controller-upgrade', '72b31cc86eeeef18f1371a3067b6e8a5ca21abfc')('windows_service_fixes', 'df6bd2788365991d36d5af2a75833b8de2a5860f')
Children:
478e8cdb738ff0945da80362da00a28e17746150
Parents:
fc626ef7094410ba93e3fd82a9392bd307924d99
git-author:
Micke Prag <micke.prag@telldus.se>2011-10-28 14:15:39+02:00
git-committer:
Micke Prag <micke.prag@telldus.se>2011-10-28 15:40:10+02:00
Message:

Make sure lines not exceeding 80 chars

File:
1 edited

Legend:

Unmodified
Added
Removed
  • docs/telldus-core.dox

    r72575f rdf58f9  
    213213 * Many devices (for example motion detectors) resends their messages many times 
    214214 * to ensure that they are received correctly. If a deviceeventcallback or 
    215  * rawdeviceeventcallback in turn is calling a controlling function, for example tdTurnOn, 
    216  * it may be neccessary to implement some solution to wait for the device to finish its 
    217  * resending, before executing the controlling function. See how this can be done in the python example. 
     215 * rawdeviceeventcallback in turn is calling a controlling function, for example 
     216 * tdTurnOn, it may be neccessary to implement some solution to wait for the 
     217 * device to finish its resending, before executing the controlling function. 
     218 * See how this can be done in the python example. 
    218219 * 
    219220 * \subsection sec_events_callbacks Callbacks 
Note: See TracChangeset for help on using the changeset viewer.