include/ecrt.h
branchstable-1.4
changeset 1689 3cf22779c0cb
parent 1686 e206f4485f60
equal deleted inserted replaced
1688:12046addaec5 1689:3cf22779c0cb
   749 /** Returns the current size of the domain's process data.
   749 /** Returns the current size of the domain's process data.
   750  *
   750  *
   751  * \return Size of the process data image.
   751  * \return Size of the process data image.
   752  */
   752  */
   753 size_t ecrt_domain_size(
   753 size_t ecrt_domain_size(
   754         ec_domain_t *domain /**< Domain. */
   754         const ec_domain_t *domain /**< Domain. */
   755         );
   755         );
   756 
   756 
   757 /** Provide external memory to store the domain's process data.
   757 /** Provide external memory to store the domain's process data.
   758  *
   758  *
   759  * Call this after all PDO entries have been registered and before activating
   759  * Call this after all PDO entries have been registered and before activating