include/dcf.h
changeset 528 0a30e161d63c
parent 349 1e6dd4ef46b9
child 669 50da44ebaf00
equal deleted inserted replaced
527:7d5c74cc8f91 528:0a30e161d63c
    18 You should have received a copy of the GNU Lesser General Public
    18 You should have received a copy of the GNU Lesser General Public
    19 License along with this library; if not, write to the Free Software
    19 License along with this library; if not, write to the Free Software
    20 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    20 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    21 */
    21 */
    22 
    22 
    23 
    23 /** 
       
    24  * @brief Send the consise dcf to node corresping to nodeId
       
    25  * @param *d Pointer on a CAN object data structure
       
    26  * @param nodeId Id of the slave node
       
    27  * @return
       
    28  */
    24 UNS8 send_consise_dcf(CO_Data* d, UNS8 nodeId);
    29 UNS8 send_consise_dcf(CO_Data* d, UNS8 nodeId);