MotorControlModuleSDFM_TMS3.../Projects/EFC_Communication/UMLibrary/communication/hiperface/HipStatus.cpp

16 lines
328 B
C++
Raw Normal View History

2024-06-07 11:12:56 +03:00
/*
* HipStatus.cpp
*
* Created on: 20 февр. 2020 г.
* Author: user
*/
#include "HipStatus.hh"
communication::hiperface::HipStatusClient::HipStatusClient(
driver::HiperfaceNetworkDriver & hip_driver, unsigned short address ) : hip_driver(hip_driver) {
request.message_control.address = address;
}