\doxysection{modbus\+\_\+devid.\+c} \hypertarget{modbus__devid_8c_source}{}\label{modbus__devid_8c_source}\index{E:/.WORK/STM32/Diod\_Test/diode\_tester/Core/Modbus/Src/modbus\_devid.c@{E:/.WORK/STM32/Diod\_Test/diode\_tester/Core/Modbus/Src/modbus\_devid.c}} \mbox{\hyperlink{modbus__devid_8c}{Go to the documentation of this file.}} \begin{DoxyCode}{0} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00001}00001\ \textcolor{comment}{/**}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00002}00002\ \textcolor{comment}{*******************************************************************************}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00003}00003\ \textcolor{comment}{*\ @file\ modbus\_devid.c}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00004}00004\ \textcolor{comment}{*\ @brief\ Реализация\ идентификаторов\ устройства\ Modbus}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00005}00005\ \textcolor{comment}{*******************************************************************************}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00006}00006\ \textcolor{comment}{*\ @details}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00007}00007\ \textcolor{comment}{Модуль\ обработки\ запросов\ идентификации\ устройства\ через\ MEI-\/тип\ 0x0E:}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00008}00008\ \textcolor{comment}{-\/\ Формирование\ иерархии\ объектов\ идентификации}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00009}00009\ \textcolor{comment}{-\/\ Поддержка\ потоковой\ передачи\ при\ большом\ количестве\ объектов}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00010}00010\ \textcolor{comment}{-\/\ Автоматический\ расчет\ MoreFollows\ флагов}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00011}00011\ \textcolor{comment}{}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00012}00012\ \textcolor{comment}{@section\ stream\ Потоковая\ передача:}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00013}00013\ \textcolor{comment}{При\ большом\ количестве\ объектов\ идентификация\ разбивается\ на\ несколько}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00014}00014\ \textcolor{comment}{сообщений\ с\ установкой\ флага\ MoreFollows\ и\ указанием\ NextObjId\ для}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00015}00015\ \textcolor{comment}{продолжения\ чтения\ в\ следующем\ запросе.}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00016}00016\ \textcolor{comment}{******************************************************************************/}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00017}00017\ \textcolor{preprocessor}{\#include\ "{}\mbox{\hyperlink{modbus__devid_8h}{modbus\_devid.h}}"{}}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00018}00018\ } \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00019}00019\ \textcolor{preprocessor}{\#ifdef\ MODBUS\_ENABLE\_DEVICE\_IDENTIFICATIONS}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00020}00020\ } \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00021}\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{00021}}\ \mbox{\hyperlink{struct_m_b___device_identifications_type_def}{MB\_DeviceIdentificationsTypeDef}}\ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}};\ \ \textcolor{comment}{///<\ Глобальная\ структура\ идентификаторов\ устройства}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00022}00022\ } \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00023}00023\ } \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00024}00024\ } \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00025}00025\ \ \ \textcolor{comment}{}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00026}00026\ \textcolor{comment}{/**}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00027}00027\ \textcolor{comment}{\ \ *\ @brief\ \ \ \ Записать\ Один\ Объект\ Идентификатора\ в\ массив\ данных}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00028}00028\ \textcolor{comment}{\ \ *\ @param\ \ \ \ mbdata\ \ Указатель\ на\ массив\ данных\ в\ структуре\ RS\_MsgTypeDef.}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00029}00029\ \textcolor{comment}{\ \ *\ @return\ \ \ obj\ \ \ \ \ Объект\ для\ записи.}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00030}00030\ \textcolor{comment}{\ \ */}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00031}\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga7c0638d252c74d0c1ef047ff23e43b3f}{00031}}\ \textcolor{keywordtype}{void}\ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga7c0638d252c74d0c1ef047ff23e43b3f}{MB\_WriteSingleObjectToMessage}}(\textcolor{keywordtype}{char}\ *mbdata,\ \textcolor{keywordtype}{unsigned}\ *ind,\ \mbox{\hyperlink{struct_m_b___device_object_type_def}{MB\_DeviceObjectTypeDef}}\ *obj)} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00032}00032\ \{} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00033}00033\ \ \ mbdata[(*ind)++]\ =\ obj-\/>length;} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00034}00034\ \ \ \textcolor{keywordflow}{for}\ (\textcolor{keywordtype}{int}\ i\ =\ 0;\ i\ <\ obj-\/>length;\ i++)} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00035}00035\ \ \ \{} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00036}00036\ \ \ \ \ mbdata[(*ind)++]\ =\ obj-\/>name[i];} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00037}00037\ \ \ \}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00038}00038\ \}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00039}00039\ } \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00040}00040\ \textcolor{comment}{}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00041}00041\ \textcolor{comment}{/**}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00042}00042\ \textcolor{comment}{\ \ *\ @brief\ \ \ \ Записать\ Массив\ Объектов\ Идентификатора\ в\ массив\ данных}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00043}00043\ \textcolor{comment}{\ \ *\ @param\ \ \ \ mbdata\ \ Указатель\ на\ массив\ данных\ в\ структуре\ RS\_MsgTypeDef.}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00044}00044\ \textcolor{comment}{\ \ *\ @return\ \ \ obj\ \ \ \ \ Объект\ для\ записи.}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00045}00045\ \textcolor{comment}{\ \ */}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00046}\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gaf864599c95934d63f854a038e3bdccb0}{00046}}\ \textcolor{keywordtype}{void}\ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gaf864599c95934d63f854a038e3bdccb0}{MB\_WriteObjectsToMessage}}(\mbox{\hyperlink{struct_r_s___msg_type_def}{RS\_MsgTypeDef}}\ *modbus\_msg,\ \textcolor{keywordtype}{unsigned}\ maxidofobj)} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00047}00047\ \{} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00048}00048\ \ \ \mbox{\hyperlink{struct_m_b___device_object_type_def}{MB\_DeviceObjectTypeDef}}\ *obj\ =\ (\mbox{\hyperlink{struct_m_b___device_object_type_def}{MB\_DeviceObjectTypeDef}}\ *)\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}};} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00049}00049\ \ \ \textcolor{keywordtype}{unsigned}\ objidtmp\ =\ modbus\_msg-\/>\mbox{\hyperlink{struct_r_s___msg_type_def_a51c020dacb24e4ffcff28b1d3c6a01ae}{DevId}}.NextObjId;} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00050}00050\ \ \ modbus\_msg-\/>\mbox{\hyperlink{struct_r_s___msg_type_def_a3dab5eaf3a1dd5719b8bfec1adad0d39}{Except\_Code}}\ =\ \mbox{\hyperlink{group___m_o_d_b_u_s___m_e_s_s_a_g_e___d_e_f_i_n_e_s_gga4ade64cb3fabf37f010c1e297489980caa6980c7a8d924dd975b8fa06a300eb74}{ET\_NO\_ERRORS}};} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00051}00051\ } \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00052}00052\ \ \ \textcolor{comment}{/*\ Define\ number\ of\ object\ in\ one\ message\ */}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00053}00053\ \ \ \textcolor{keywordtype}{unsigned}\ lastobjid\ =\ 0;} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00054}00054\ \ \ \textcolor{keywordflow}{for}(\textcolor{keywordtype}{int}\ i\ =\ 0;\ i\ <\ \mbox{\hyperlink{group___m_o_d_b_u_s___m_e_s_s_a_g_e___d_e_f_i_n_e_s_gaf55149bc1f05cf18af067a302e31e3f9}{DATA\_SIZE}}*2;)} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00055}00055\ \ \ \{} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00056}00056\ \ \ \ \ \textcolor{comment}{/*\ Если\ объект\ за\ пределами\ допутимого\ -\/\ выходим\ из\ цикла\ */}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00057}00057\ \ \ \ \ \textcolor{keywordflow}{if}(objidtmp\ >=\ 0xFF\ +\ \mbox{\hyperlink{group___m_o_d_b_u_s___c_o_n_f_i_g_s_ga5c7e9c2180ceac1208f4b791d7b70a0a}{MODBUS\_NUMB\_OF\_USEROBJECTS}})} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00058}00058\ \ \ \ \ \ \ \textcolor{keywordflow}{break};} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00059}00059\ } \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00060}00060\ \ \ \ \ i\ +=\ 2;} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00061}00061\ \ \ \ \ i\ +=\ obj[objidtmp].length;} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00062}00062\ \ \ \ \ \textcolor{comment}{/*\ Если\ все\ еще\ помещается\ в\ массив\ переходим\ на\ следующий\ объект\ */}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00063}00063\ \ \ \ \ \textcolor{keywordflow}{if}(i\ <\ \mbox{\hyperlink{group___m_o_d_b_u_s___m_e_s_s_a_g_e___d_e_f_i_n_e_s_gaf55149bc1f05cf18af067a302e31e3f9}{DATA\_SIZE}}*2)} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00064}00064\ \ \ \ \ \{} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00065}00065\ \ \ \ \ \ \ objidtmp++;} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00066}00066\ \ \ \ \ \}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00067}00067\ \ \ \ \ } \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00068}00068\ \ \ \ \ \textcolor{comment}{/*\ Если\ объекты\ для\ записи\ закончились\ -\/\ выходим\ из\ цикла*/}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00069}00069\ \ \ \ \ \textcolor{keywordflow}{if}(objidtmp\ >\ maxidofobj)} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00070}00070\ \ \ \ \ \ \ \textcolor{keywordflow}{break};} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00071}00071\ \ \ \}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00072}00072\ \ \ lastobjid\ =\ objidtmp-\/1;} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00073}00073\ \ \ } \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00074}00074\ \ \ } \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00075}00075\ \ \ \textcolor{comment}{/*\ Fill\ message\ with\ objects\ data\ */}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00076}00076\ \ \ \textcolor{keywordtype}{char}\ *mbdata\ =\ (\textcolor{keywordtype}{char}\ *)\&modbus\_msg-\/>\mbox{\hyperlink{struct_r_s___msg_type_def_aacbc6754621bd84742cd6c2ba65ad094}{MbData}};} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00077}00077\ \ \ \textcolor{keywordtype}{unsigned}\ ind\ =\ 0;} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00078}00078\ \ \ \textcolor{keywordtype}{unsigned}\ objid\ =\ modbus\_msg-\/>\mbox{\hyperlink{struct_r_s___msg_type_def_a51c020dacb24e4ffcff28b1d3c6a01ae}{DevId}}.NextObjId;} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00079}00079\ \ \ \textcolor{keywordflow}{for}(;\ objid\ <=\ lastobjid;\ objid++)} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00080}00080\ \ \ \{} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00081}00081\ \ \ \ \ mbdata[ind++]\ =\ objid;} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00082}00082\ \ \ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga7c0638d252c74d0c1ef047ff23e43b3f}{MB\_WriteSingleObjectToMessage}}(mbdata,\ \&ind,\ \&obj[objid]);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00083}00083\ \ \ \}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00084}00084\ \ \ objid-\/-\/;} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00085}00085\ } \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00086}00086\ \ \ \textcolor{keywordflow}{if}(modbus\_msg-\/>\mbox{\hyperlink{struct_r_s___msg_type_def_a5c69bf212dc5e7dc2eaa50971e27e2a6}{ByteCnt}}\ !=\ 0)} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00087}00087\ \ \ \{} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00088}00088\ \ \ \ \ modbus\_msg-\/>\mbox{\hyperlink{struct_r_s___msg_type_def_a5c69bf212dc5e7dc2eaa50971e27e2a6}{ByteCnt}}\ =\ ind;} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00089}00089\ \ \ \ \ modbus\_msg-\/>\mbox{\hyperlink{struct_r_s___msg_type_def_a51c020dacb24e4ffcff28b1d3c6a01ae}{DevId}}.NextObjId\ =\ lastobjid+1;} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00090}00090\ \ \ \ \ \textcolor{keywordflow}{if}(objid\ ==\ maxidofobj)} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00091}00091\ \ \ \ \ \{} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00092}00092\ \ \ \ \ \ \ modbus\_msg-\/>\mbox{\hyperlink{struct_r_s___msg_type_def_a51c020dacb24e4ffcff28b1d3c6a01ae}{DevId}}.MoreFollows\ =\ 0;} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00093}00093\ \ \ \ \ \}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00094}00094\ \ \ \ \ \textcolor{keywordflow}{else}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00095}00095\ \ \ \ \ \{} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00096}00096\ \ \ \ \ \ \ modbus\_msg-\/>\mbox{\hyperlink{struct_r_s___msg_type_def_a51c020dacb24e4ffcff28b1d3c6a01ae}{DevId}}.MoreFollows\ =\ 0xFF;} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00097}00097\ \ \ \ \ \}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00098}00098\ \ \ \}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00099}00099\ \ \ \textcolor{keywordflow}{else}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00100}00100\ \ \ \{} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00101}00101\ \ \ \ \ modbus\_msg-\/>\mbox{\hyperlink{struct_r_s___msg_type_def_a3dab5eaf3a1dd5719b8bfec1adad0d39}{Except\_Code}}\ =\ \mbox{\hyperlink{group___m_o_d_b_u_s___m_e_s_s_a_g_e___d_e_f_i_n_e_s_gga4ade64cb3fabf37f010c1e297489980ca47d6168d0692ccb7e09e19084287aba3}{ET\_ILLEGAL\_DATA\_VALUE}};} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00102}00102\ \ \ \}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00103}00103\ \}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00104}00104\ } \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00105}00105\ \textcolor{comment}{}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00106}00106\ \textcolor{comment}{/**}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00107}00107\ \textcolor{comment}{\ \ *\ @brief\ \ \ \ Обработать\ функцию\ Read\ Device\ Identifications\ (43/14\ -\/\ 0x2B/0E).}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00108}00108\ \textcolor{comment}{\ \ *\ @param\ \ \ \ modbus\_msg\ \ \ \ \ \ \ \ Указатель\ на\ структуру\ собщения\ modbus.}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00109}00109\ \textcolor{comment}{\ \ *\ @return\ \ \ fMessageHandled\ \ \ Статус\ о\ результате\ обработки\ комманды.}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00110}00110\ \textcolor{comment}{\ \ *\ @details\ \ Обработка\ команды\ Write\ Single\ Register.}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00111}00111\ \textcolor{comment}{\ \ */}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00112}\mbox{\hyperlink{group___m_o_d_b_u_s___c_m_d___p_r_o_c_e_s_s___f_u_n_c_t_i_o_n_s_ga279ce6d9d175a43714862dc6661e7096}{00112}}\ uint8\_t\ \mbox{\hyperlink{group___m_o_d_b_u_s___c_m_d___p_r_o_c_e_s_s___f_u_n_c_t_i_o_n_s_ga279ce6d9d175a43714862dc6661e7096}{MB\_Process\_Read\_Device\_Identifications}}(\mbox{\hyperlink{struct_r_s___msg_type_def}{RS\_MsgTypeDef}}\ *modbus\_msg)} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00113}00113\ \{\ \ } \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00114}00114\ \ \ modbus\_msg-\/>\mbox{\hyperlink{struct_r_s___msg_type_def_a51c020dacb24e4ffcff28b1d3c6a01ae}{DevId}}.\mbox{\hyperlink{struct_m_b___dev_id_msg_type_def_a1ef4b6db2785f723b26b0d9abe6f371e}{Conformity}}\ =\ MODBUS\_DEVICE\_CONFORMITY;} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00115}00115\ } \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00116}00116\ \ \ \textcolor{keywordflow}{switch}(modbus\_msg-\/>\mbox{\hyperlink{struct_r_s___msg_type_def_a51c020dacb24e4ffcff28b1d3c6a01ae}{DevId}}.ReadDevId)} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00117}00117\ \ \ \{\ } \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00118}00118\ \ \ \ \ \textcolor{keywordflow}{case}\ \mbox{\hyperlink{group___m_o_d_b_u_s___m_e_s_s_a_g_e___d_e_f_i_n_e_s_gga63c3a2a3adb05f591399e2c4def7c14aac792ca720b19c89783b70cdeba0c9248}{RID\_BASIC\_IDENTIFICATIONS}}:} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00119}00119\ \ \ \ \ \ \ \textcolor{keywordflow}{if}\ (modbus\_msg-\/>\mbox{\hyperlink{struct_r_s___msg_type_def_a51c020dacb24e4ffcff28b1d3c6a01ae}{DevId}}.NextObjId\ ==\ 0)} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00120}00120\ \ \ \ \ \ \ \{} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00121}00121\ \ \ \ \ \ \ \ \ modbus\_msg-\/>\mbox{\hyperlink{struct_r_s___msg_type_def_a51c020dacb24e4ffcff28b1d3c6a01ae}{DevId}}.NextObjId\ =\ 0;} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00122}00122\ \ \ \ \ \ \ \}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00123}00123\ \ \ \ \ \ \ } \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00124}00124\ \ \ \ \ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gaf864599c95934d63f854a038e3bdccb0}{MB\_WriteObjectsToMessage}}(modbus\_msg,\ 2);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00125}00125\ \ \ \ \ \ \ modbus\_msg-\/>\mbox{\hyperlink{struct_r_s___msg_type_def_a51c020dacb24e4ffcff28b1d3c6a01ae}{DevId}}.NumbOfObj\ =\ 3;} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00126}00126\ \ \ \ \ \ \ \textcolor{keywordflow}{break};} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00127}00127\ \ \ \ \ \ \ } \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00128}00128\ \ \ \ \ \textcolor{keywordflow}{case}\ \mbox{\hyperlink{group___m_o_d_b_u_s___m_e_s_s_a_g_e___d_e_f_i_n_e_s_gga63c3a2a3adb05f591399e2c4def7c14aab930f13868df5243566759bbcf52a19d}{RID\_REGULAR\_IDENTIFICATIONS}}:} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00129}00129\ \ \ \ \ \ \ \textcolor{keywordflow}{if}\ (modbus\_msg-\/>\mbox{\hyperlink{struct_r_s___msg_type_def_a51c020dacb24e4ffcff28b1d3c6a01ae}{DevId}}.NextObjId\ ==\ 0)} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00130}00130\ \ \ \ \ \ \ \{} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00131}00131\ \ \ \ \ \ \ \ \ modbus\_msg-\/>\mbox{\hyperlink{struct_r_s___msg_type_def_a51c020dacb24e4ffcff28b1d3c6a01ae}{DevId}}.NextObjId\ =\ 3;} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00132}00132\ \ \ \ \ \ \ \}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00133}00133\ \ \ \ \ \ \ } \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00134}00134\ \ \ \ \ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gaf864599c95934d63f854a038e3bdccb0}{MB\_WriteObjectsToMessage}}(modbus\_msg,\ 6);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00135}00135\ \ \ \ \ \ \ modbus\_msg-\/>\mbox{\hyperlink{struct_r_s___msg_type_def_a51c020dacb24e4ffcff28b1d3c6a01ae}{DevId}}.NumbOfObj\ =\ 4;} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00136}00136\ \ \ \ \ \ \ \textcolor{keywordflow}{break};} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00137}00137\ \ \ \ \ \ \ } \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00138}00138\ \ \ \ \ \textcolor{keywordflow}{case}\ \mbox{\hyperlink{group___m_o_d_b_u_s___m_e_s_s_a_g_e___d_e_f_i_n_e_s_gga63c3a2a3adb05f591399e2c4def7c14aaca82385c8d88d6d762c369b4da4c4db8}{RID\_EXTENDED\_IDENTIFICATIONS}}:} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00139}00139\ \ \ \ \ \ \ \textcolor{keywordflow}{if}(\mbox{\hyperlink{group___m_o_d_b_u_s___c_o_n_f_i_g_s_ga5c7e9c2180ceac1208f4b791d7b70a0a}{MODBUS\_NUMB\_OF\_USEROBJECTS\ <=\ 0\ ||\ MODBUS\_NUMB\_OF\_USEROBJECTS\ >}}\ 128)} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00140}00140\ \ \ \ \ \ \ \{} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00141}00141\ \ \ \ \ \ \ \ \ modbus\_msg-\/>\mbox{\hyperlink{struct_r_s___msg_type_def_a3dab5eaf3a1dd5719b8bfec1adad0d39}{Except\_Code}}\ =\ \mbox{\hyperlink{group___m_o_d_b_u_s___m_e_s_s_a_g_e___d_e_f_i_n_e_s_gga4ade64cb3fabf37f010c1e297489980ca47d6168d0692ccb7e09e19084287aba3}{ET\_ILLEGAL\_DATA\_VALUE}};} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00142}00142\ \ \ \ \ \ \ \ \ \textcolor{keywordflow}{break};} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00143}00143\ \ \ \ \ \ \ \}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00144}00144\ \ \ \ \ } \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00145}00145\ \ \ \ \ \ \ \textcolor{keywordflow}{if}\ (modbus\_msg-\/>\mbox{\hyperlink{struct_r_s___msg_type_def_a51c020dacb24e4ffcff28b1d3c6a01ae}{DevId}}.NextObjId\ ==\ 0)} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00146}00146\ \ \ \ \ \ \ \{} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00147}00147\ \ \ \ \ \ \ \ \ modbus\_msg-\/>\mbox{\hyperlink{struct_r_s___msg_type_def_a51c020dacb24e4ffcff28b1d3c6a01ae}{DevId}}.NextObjId\ =\ 0x80;} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00148}00148\ \ \ \ \ \ \ \}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00149}00149\ } \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00150}00150\ \ \ \ \ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gaf864599c95934d63f854a038e3bdccb0}{MB\_WriteObjectsToMessage}}(modbus\_msg,\ 0x80+\mbox{\hyperlink{group___m_o_d_b_u_s___c_o_n_f_i_g_s_ga5c7e9c2180ceac1208f4b791d7b70a0a}{MODBUS\_NUMB\_OF\_USEROBJECTS}});} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00151}00151\ \ \ \ \ \ \ modbus\_msg-\/>\mbox{\hyperlink{struct_r_s___msg_type_def_a51c020dacb24e4ffcff28b1d3c6a01ae}{DevId}}.NumbOfObj\ =\ \mbox{\hyperlink{group___m_o_d_b_u_s___c_o_n_f_i_g_s_ga5c7e9c2180ceac1208f4b791d7b70a0a}{MODBUS\_NUMB\_OF\_USEROBJECTS}};} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00152}00152\ \ \ \ \ \ \ \textcolor{keywordflow}{break};} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00153}00153\ \ \ \ \ \ \ } \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00154}00154\ \ \ \ \ \textcolor{keywordflow}{case}\ \mbox{\hyperlink{group___m_o_d_b_u_s___m_e_s_s_a_g_e___d_e_f_i_n_e_s_gga63c3a2a3adb05f591399e2c4def7c14aabb8d7527a3aabb1eac974474255d0c5e}{RID\_SPEDIFIC\_IDENTIFICATIONS}}:\ \ \ \ \ \ } \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00155}00155\ \ \ \ \ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gaf864599c95934d63f854a038e3bdccb0}{MB\_WriteObjectsToMessage}}(modbus\_msg,\ modbus\_msg-\/>\mbox{\hyperlink{struct_r_s___msg_type_def_a51c020dacb24e4ffcff28b1d3c6a01ae}{DevId}}.NextObjId);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00156}00156\ \ \ \ \ \ \ modbus\_msg-\/>\mbox{\hyperlink{struct_r_s___msg_type_def_a51c020dacb24e4ffcff28b1d3c6a01ae}{DevId}}.NumbOfObj\ =\ 1;} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00157}00157\ \ \ \ \ \ \ \textcolor{keywordflow}{break};} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00158}00158\ \ \ \ \ \textcolor{keywordflow}{default}:} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00159}00159\ \ \ \ \ \ \ \textcolor{keywordflow}{return}\ 0;} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00160}00160\ \ \ \}\ \ } \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00161}00161\ } \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00162}00162\ \ \ \textcolor{keywordflow}{if}(modbus\_msg-\/>\mbox{\hyperlink{struct_r_s___msg_type_def_a3dab5eaf3a1dd5719b8bfec1adad0d39}{Except\_Code}}\ !=\ \mbox{\hyperlink{group___m_o_d_b_u_s___m_e_s_s_a_g_e___d_e_f_i_n_e_s_gga4ade64cb3fabf37f010c1e297489980caa6980c7a8d924dd975b8fa06a300eb74}{ET\_NO\_ERRORS}})} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00163}00163\ \ \ \{} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00164}00164\ \ \ \ \ \textcolor{keywordflow}{return}\ 0;} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00165}00165\ \ \ \}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00166}00166\ \ \ \textcolor{keywordflow}{else}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00167}00167\ \ \ \{} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00168}00168\ \ \ \ \ \textcolor{keywordflow}{return}\ 1;} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00169}00169\ \ \ \}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00170}00170\ \}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00171}00171\ } \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00172}00172\ } \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00173}00173\ \textcolor{comment}{}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00174}00174\ \textcolor{comment}{/**}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00175}00175\ \textcolor{comment}{\ \ *\ @brief\ \ \ \ Инициализация\ идентификаторов.}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00176}00176\ \textcolor{comment}{\ \ */}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00177}\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga2b93352920bf3c6da0f67cfbaef3d572}{00177}}\ \textcolor{keywordtype}{void}\ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga2b93352920bf3c6da0f67cfbaef3d572}{MB\_DeviceInentificationInit}}(\textcolor{keywordtype}{void})} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00178}00178\ \{} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00179}00179\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.VendorName,\ \ \ \ \ \ \ \ \ \ MODBUS\_VENDOR\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00180}00180\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.ProductCode,\ \ \ \ \ \ \ \ \ MODBUS\_PRODUCT\_CODE);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00181}00181\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.Revision,\ \ \ \ \ \ \ \ \ \ \ \ MODBUS\_REVISION);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00182}00182\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.VendorUrl,\ \ \ \ \ \ \ \ \ \ \ MODBUS\_VENDOR\_URL);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00183}00183\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.ProductName,\ \ \ \ \ \ \ \ \ MODBUS\_PRODUCT\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00184}00184\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.ModelName,\ \ \ \ \ \ \ \ \ \ \ MODBUS\_MODEL\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00185}00185\ \ \ } \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00186}00186\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_0\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>0}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00187}00187\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[0],\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___c_o_n_f_i_g_s_gac3b162e9af2731742eb3ca8317b37397}{MODBUS\_USEROBJECT\_0\_NAME}});} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00188}00188\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00189}00189\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_1\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>1}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00190}00190\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[1],\ \ \ MODBUS\_USEROBJECT\_1\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00191}00191\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00192}00192\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_2\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>2}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00193}00193\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[2],\ \ \ MODBUS\_USEROBJECT\_2\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00194}00194\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00195}00195\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_3\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>3}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00196}00196\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[3],\ \ \ MODBUS\_USEROBJECT\_3\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00197}00197\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00198}00198\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_4\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>4}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00199}00199\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[4],\ \ \ MODBUS\_USEROBJECT\_4\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00200}00200\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00201}00201\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_5\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>5}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00202}00202\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[5],\ \ \ MODBUS\_USEROBJECT\_5\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00203}00203\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00204}00204\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_6\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>6}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00205}00205\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[6],\ \ \ MODBUS\_USEROBJECT\_6\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00206}00206\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00207}00207\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_7\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>7}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00208}00208\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[7],\ \ \ MODBUS\_USEROBJECT\_7\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00209}00209\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00210}00210\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_8\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>8}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00211}00211\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[8],\ \ \ MODBUS\_USEROBJECT\_8\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00212}00212\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00213}00213\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_9\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>9}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00214}00214\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[9],\ \ \ MODBUS\_USEROBJECT\_9\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00215}00215\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00216}00216\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_10\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>10}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00217}00217\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[10],\ \ \ MODBUS\_USEROBJECT\_10\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00218}00218\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00219}00219\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_11\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>11}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00220}00220\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[11],\ \ \ MODBUS\_USEROBJECT\_11\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00221}00221\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00222}00222\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_12\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>12}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00223}00223\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[12],\ \ \ MODBUS\_USEROBJECT\_12\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00224}00224\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00225}00225\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_13\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>13}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00226}00226\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[13],\ \ \ MODBUS\_USEROBJECT\_13\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00227}00227\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00228}00228\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_14\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>14}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00229}00229\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[14],\ \ \ MODBUS\_USEROBJECT\_14\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00230}00230\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00231}00231\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_15\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>15}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00232}00232\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[15],\ \ \ MODBUS\_USEROBJECT\_15\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00233}00233\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00234}00234\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_16\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>16}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00235}00235\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[16],\ \ \ MODBUS\_USEROBJECT\_16\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00236}00236\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00237}00237\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_17\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>17}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00238}00238\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[17],\ \ \ MODBUS\_USEROBJECT\_17\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00239}00239\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00240}00240\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_18\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>18}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00241}00241\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[18],\ \ \ MODBUS\_USEROBJECT\_18\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00242}00242\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00243}00243\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_19\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>19}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00244}00244\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[19],\ \ \ MODBUS\_USEROBJECT\_19\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00245}00245\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00246}00246\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_20\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>20}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00247}00247\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[20],\ \ \ MODBUS\_USEROBJECT\_20\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00248}00248\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00249}00249\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_21\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>21}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00250}00250\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[21],\ \ \ MODBUS\_USEROBJECT\_21\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00251}00251\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00252}00252\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_22\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>22}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00253}00253\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[22],\ \ \ MODBUS\_USEROBJECT\_22\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00254}00254\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00255}00255\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_23\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>23}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00256}00256\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[23],\ \ \ MODBUS\_USEROBJECT\_23\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00257}00257\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00258}00258\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_24\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>24}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00259}00259\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[24],\ \ \ MODBUS\_USEROBJECT\_24\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00260}00260\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00261}00261\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_25\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>25}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00262}00262\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[25],\ \ \ MODBUS\_USEROBJECT\_25\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00263}00263\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00264}00264\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_26\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>26}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00265}00265\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[26],\ \ \ MODBUS\_USEROBJECT\_26\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00266}00266\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00267}00267\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_27\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>27}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00268}00268\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[27],\ \ \ MODBUS\_USEROBJECT\_27\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00269}00269\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00270}00270\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_28\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>28}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00271}00271\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[28],\ \ \ MODBUS\_USEROBJECT\_28\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00272}00272\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00273}00273\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_29\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>29}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00274}00274\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[29],\ \ \ MODBUS\_USEROBJECT\_29\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00275}00275\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00276}00276\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_30\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>30}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00277}00277\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[30],\ \ \ MODBUS\_USEROBJECT\_30\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00278}00278\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00279}00279\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_31\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>31}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00280}00280\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[31],\ \ \ MODBUS\_USEROBJECT\_31\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00281}00281\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00282}00282\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_32\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>32}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00283}00283\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[32],\ \ \ MODBUS\_USEROBJECT\_32\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00284}00284\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00285}00285\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_33\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>33}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00286}00286\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[33],\ \ \ MODBUS\_USEROBJECT\_33\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00287}00287\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00288}00288\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_34\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>34}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00289}00289\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[34],\ \ \ MODBUS\_USEROBJECT\_34\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00290}00290\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00291}00291\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_35\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>35}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00292}00292\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[35],\ \ \ MODBUS\_USEROBJECT\_35\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00293}00293\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00294}00294\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_36\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>36}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00295}00295\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[36],\ \ \ MODBUS\_USEROBJECT\_36\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00296}00296\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00297}00297\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_37\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>37}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00298}00298\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[37],\ \ \ MODBUS\_USEROBJECT\_37\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00299}00299\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00300}00300\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_38\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>38}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00301}00301\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[38],\ \ \ MODBUS\_USEROBJECT\_38\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00302}00302\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00303}00303\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_39\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>39}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00304}00304\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[39],\ \ \ MODBUS\_USEROBJECT\_39\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00305}00305\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00306}00306\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_40\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>40}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00307}00307\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[40],\ \ \ MODBUS\_USEROBJECT\_40\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00308}00308\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00309}00309\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_41\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>41}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00310}00310\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[41],\ \ \ MODBUS\_USEROBJECT\_41\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00311}00311\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00312}00312\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_42\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>42}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00313}00313\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[42],\ \ \ MODBUS\_USEROBJECT\_42\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00314}00314\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00315}00315\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_43\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>43}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00316}00316\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[43],\ \ \ MODBUS\_USEROBJECT\_43\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00317}00317\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00318}00318\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_44\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>44}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00319}00319\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[44],\ \ \ MODBUS\_USEROBJECT\_44\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00320}00320\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00321}00321\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_45\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>45}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00322}00322\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[45],\ \ \ MODBUS\_USEROBJECT\_45\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00323}00323\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00324}00324\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_46\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>46}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00325}00325\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[46],\ \ \ MODBUS\_USEROBJECT\_46\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00326}00326\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00327}00327\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_47\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>47}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00328}00328\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[47],\ \ \ MODBUS\_USEROBJECT\_47\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00329}00329\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00330}00330\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_48\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>48}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00331}00331\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[48],\ \ \ MODBUS\_USEROBJECT\_48\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00332}00332\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00333}00333\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_49\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>49}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00334}00334\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[49],\ \ \ MODBUS\_USEROBJECT\_49\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00335}00335\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00336}00336\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_50\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>50}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00337}00337\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[50],\ \ \ MODBUS\_USEROBJECT\_50\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00338}00338\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00339}00339\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_51\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>51}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00340}00340\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[51],\ \ \ MODBUS\_USEROBJECT\_51\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00341}00341\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00342}00342\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_52\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>52}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00343}00343\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[52],\ \ \ MODBUS\_USEROBJECT\_52\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00344}00344\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00345}00345\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_53\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>53}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00346}00346\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[53],\ \ \ MODBUS\_USEROBJECT\_53\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00347}00347\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00348}00348\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_54\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>54}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00349}00349\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[54],\ \ \ MODBUS\_USEROBJECT\_54\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00350}00350\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00351}00351\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_55\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>55}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00352}00352\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[55],\ \ \ MODBUS\_USEROBJECT\_55\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00353}00353\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00354}00354\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_56\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>56}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00355}00355\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[56],\ \ \ MODBUS\_USEROBJECT\_56\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00356}00356\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00357}00357\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_57\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>57}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00358}00358\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[57],\ \ \ MODBUS\_USEROBJECT\_57\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00359}00359\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00360}00360\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_58\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>58}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00361}00361\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[58],\ \ \ MODBUS\_USEROBJECT\_58\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00362}00362\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00363}00363\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_59\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>59}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00364}00364\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[59],\ \ \ MODBUS\_USEROBJECT\_59\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00365}00365\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00366}00366\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_60\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>60}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00367}00367\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[60],\ \ \ MODBUS\_USEROBJECT\_60\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00368}00368\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00369}00369\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_61\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>61}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00370}00370\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[61],\ \ \ MODBUS\_USEROBJECT\_61\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00371}00371\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00372}00372\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_62\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>62}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00373}00373\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[62],\ \ \ MODBUS\_USEROBJECT\_62\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00374}00374\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00375}00375\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_63\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>63}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00376}00376\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[63],\ \ \ MODBUS\_USEROBJECT\_63\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00377}00377\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00378}00378\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_64\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>64}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00379}00379\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[64],\ \ \ MODBUS\_USEROBJECT\_64\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00380}00380\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00381}00381\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_65\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>65}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00382}00382\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[65],\ \ \ MODBUS\_USEROBJECT\_65\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00383}00383\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00384}00384\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_66\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>66}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00385}00385\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[66],\ \ \ MODBUS\_USEROBJECT\_66\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00386}00386\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00387}00387\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_67\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>67}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00388}00388\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[67],\ \ \ MODBUS\_USEROBJECT\_67\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00389}00389\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00390}00390\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_68\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>68}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00391}00391\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[68],\ \ \ MODBUS\_USEROBJECT\_68\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00392}00392\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00393}00393\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_69\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>69}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00394}00394\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[69],\ \ \ MODBUS\_USEROBJECT\_69\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00395}00395\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00396}00396\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_70\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>70}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00397}00397\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[70],\ \ \ MODBUS\_USEROBJECT\_70\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00398}00398\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00399}00399\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_71\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>71}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00400}00400\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[71],\ \ \ MODBUS\_USEROBJECT\_71\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00401}00401\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00402}00402\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_72\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>72}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00403}00403\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[72],\ \ \ MODBUS\_USEROBJECT\_72\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00404}00404\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00405}00405\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_73\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>73}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00406}00406\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[73],\ \ \ MODBUS\_USEROBJECT\_73\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00407}00407\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00408}00408\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_74\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>74}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00409}00409\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[74],\ \ \ MODBUS\_USEROBJECT\_74\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00410}00410\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00411}00411\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_75\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>75}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00412}00412\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[75],\ \ \ MODBUS\_USEROBJECT\_75\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00413}00413\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00414}00414\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_76\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>76}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00415}00415\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[76],\ \ \ MODBUS\_USEROBJECT\_76\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00416}00416\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00417}00417\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_77\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>77}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00418}00418\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[77],\ \ \ MODBUS\_USEROBJECT\_77\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00419}00419\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00420}00420\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_78\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>78}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00421}00421\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[78],\ \ \ MODBUS\_USEROBJECT\_78\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00422}00422\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00423}00423\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_79\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>79}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00424}00424\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[79],\ \ \ MODBUS\_USEROBJECT\_79\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00425}00425\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00426}00426\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_80\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>80}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00427}00427\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[80],\ \ \ MODBUS\_USEROBJECT\_80\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00428}00428\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00429}00429\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_81\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>81}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00430}00430\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[81],\ \ \ MODBUS\_USEROBJECT\_81\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00431}00431\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00432}00432\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_82\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>82}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00433}00433\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[82],\ \ \ MODBUS\_USEROBJECT\_82\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00434}00434\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00435}00435\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_83\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>83}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00436}00436\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[83],\ \ \ MODBUS\_USEROBJECT\_83\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00437}00437\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00438}00438\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_84\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>84}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00439}00439\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[84],\ \ \ MODBUS\_USEROBJECT\_84\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00440}00440\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00441}00441\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_85\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>85}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00442}00442\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[85],\ \ \ MODBUS\_USEROBJECT\_85\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00443}00443\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00444}00444\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_86\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>86}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00445}00445\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[86],\ \ \ MODBUS\_USEROBJECT\_86\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00446}00446\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00447}00447\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_87\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>87}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00448}00448\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[87],\ \ \ MODBUS\_USEROBJECT\_87\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00449}00449\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00450}00450\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_88\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>88}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00451}00451\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[88],\ \ \ MODBUS\_USEROBJECT\_88\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00452}00452\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00453}00453\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_89\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>89}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00454}00454\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[89],\ \ \ MODBUS\_USEROBJECT\_89\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00455}00455\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00456}00456\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_90\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>90}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00457}00457\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[90],\ \ \ MODBUS\_USEROBJECT\_90\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00458}00458\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00459}00459\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_91\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>91}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00460}00460\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[91],\ \ \ MODBUS\_USEROBJECT\_91\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00461}00461\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00462}00462\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_92\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>92}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00463}00463\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[92],\ \ \ MODBUS\_USEROBJECT\_92\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00464}00464\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00465}00465\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_93\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>93}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00466}00466\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[93],\ \ \ MODBUS\_USEROBJECT\_93\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00467}00467\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00468}00468\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_94\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>94}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00469}00469\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[94],\ \ \ MODBUS\_USEROBJECT\_94\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00470}00470\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00471}00471\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_95\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>95}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00472}00472\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[95],\ \ \ MODBUS\_USEROBJECT\_95\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00473}00473\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00474}00474\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_96\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>96}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00475}00475\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[96],\ \ \ MODBUS\_USEROBJECT\_96\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00476}00476\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00477}00477\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_97\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>97}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00478}00478\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[97],\ \ \ MODBUS\_USEROBJECT\_97\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00479}00479\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00480}00480\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_98\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>98}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00481}00481\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[98],\ \ \ MODBUS\_USEROBJECT\_98\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00482}00482\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00483}00483\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_99\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>99}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00484}00484\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[99],\ \ \ MODBUS\_USEROBJECT\_99\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00485}00485\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00486}00486\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_100\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>100}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00487}00487\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[100],\ \ \ MODBUS\_USEROBJECT\_100\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00488}00488\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00489}00489\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_101\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>101}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00490}00490\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[101],\ \ \ MODBUS\_USEROBJECT\_101\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00491}00491\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00492}00492\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_102\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>102}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00493}00493\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[102],\ \ \ MODBUS\_USEROBJECT\_102\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00494}00494\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00495}00495\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_103\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>103}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00496}00496\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[103],\ \ \ MODBUS\_USEROBJECT\_103\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00497}00497\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00498}00498\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_104\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>104}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00499}00499\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[104],\ \ \ MODBUS\_USEROBJECT\_104\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00500}00500\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00501}00501\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_105\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>105}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00502}00502\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[105],\ \ \ MODBUS\_USEROBJECT\_105\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00503}00503\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00504}00504\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_106\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>106}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00505}00505\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[106],\ \ \ MODBUS\_USEROBJECT\_106\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00506}00506\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00507}00507\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_107\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>107}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00508}00508\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[107],\ \ \ MODBUS\_USEROBJECT\_107\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00509}00509\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00510}00510\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_108\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>108}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00511}00511\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[108],\ \ \ MODBUS\_USEROBJECT\_108\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00512}00512\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00513}00513\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_109\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>109}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00514}00514\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[109],\ \ \ MODBUS\_USEROBJECT\_109\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00515}00515\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00516}00516\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_110\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>110}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00517}00517\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[110],\ \ \ MODBUS\_USEROBJECT\_110\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00518}00518\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00519}00519\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_111\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>111}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00520}00520\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[111],\ \ \ MODBUS\_USEROBJECT\_111\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00521}00521\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00522}00522\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_112\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>112}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00523}00523\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[112],\ \ \ MODBUS\_USEROBJECT\_112\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00524}00524\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00525}00525\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_113\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>113}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00526}00526\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[113],\ \ \ MODBUS\_USEROBJECT\_113\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00527}00527\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00528}00528\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_114\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>114}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00529}00529\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[114],\ \ \ MODBUS\_USEROBJECT\_114\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00530}00530\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00531}00531\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_115\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>115}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00532}00532\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[115],\ \ \ MODBUS\_USEROBJECT\_115\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00533}00533\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00534}00534\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_116\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>116}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00535}00535\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[116],\ \ \ MODBUS\_USEROBJECT\_116\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00536}00536\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00537}00537\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_117\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>117}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00538}00538\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[117],\ \ \ MODBUS\_USEROBJECT\_117\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00539}00539\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00540}00540\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_118\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>118}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00541}00541\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[118],\ \ \ MODBUS\_USEROBJECT\_118\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00542}00542\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00543}00543\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_119\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>119}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00544}00544\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[119],\ \ \ MODBUS\_USEROBJECT\_119\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00545}00545\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00546}00546\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_120\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>120}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00547}00547\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[120],\ \ \ MODBUS\_USEROBJECT\_120\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00548}00548\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00549}00549\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_121\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>121}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00550}00550\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[121],\ \ \ MODBUS\_USEROBJECT\_121\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00551}00551\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00552}00552\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_122\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>122}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00553}00553\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[122],\ \ \ MODBUS\_USEROBJECT\_122\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00554}00554\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00555}00555\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_123\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>123}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00556}00556\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[123],\ \ \ MODBUS\_USEROBJECT\_123\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00557}00557\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00558}00558\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_124\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>124}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00559}00559\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[124],\ \ \ MODBUS\_USEROBJECT\_124\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00560}00560\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00561}00561\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_125\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>125}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00562}00562\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[125],\ \ \ MODBUS\_USEROBJECT\_125\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00563}00563\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00564}00564\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_126\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>126}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00565}00565\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[126],\ \ \ MODBUS\_USEROBJECT\_126\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00566}00566\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00567}00567\ \textcolor{preprocessor}{\#if\ defined(MODBUS\_USEROBJECT\_127\_NAME)\ \&\&\ MODBUS\_NUMB\_OF\_USEROBJECTS>127}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00568}00568\ \ \ \mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_gae5e66049f0dc66382999cf52cdeba38e}{MB\_ObjectInit}}(\&\mbox{\hyperlink{group___m_o_d_b_u_s___d_e_v_i_d_ga0aaf735fcb26fa61af6f7f4895802b90}{MB\_DEVID}}.User[127],\ \ \ MODBUS\_USEROBJECT\_127\_NAME);} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00569}00569\ \textcolor{preprocessor}{\#endif}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00570}00570\ } \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00571}00571\ \}} \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00572}00572\ } \DoxyCodeLine{\Hypertarget{modbus__devid_8c_source_l00573}00573\ \textcolor{preprocessor}{\#endif\ }\textcolor{comment}{//MODBUS\_ENABLE\_DEVICE\_IDENTIFICATIONS}} \end{DoxyCode}