ComponentStatusManager UAVCAN_EXPORT

This commit is contained in:
Pavel Kirienko 2014-08-10 22:00:23 +04:00
parent 03ad07d43f
commit 481086f2c7

View File

@ -17,7 +17,7 @@ namespace uavcan
* Refer to the standard message type uavcan.protocol.NodeStatus for available status codes.
*/
template <unsigned NumComponents_>
class ComponentStatusManager
class UAVCAN_EXPORT ComponentStatusManager
{
public:
typedef typename StorageType<protocol::NodeStatus::FieldTypes::status_code>::Type StatusCode;