Program Listing for File WeatherDds.hpp

Return to documentation for file (src/sinspekto/WeatherDds.hpp)

#pragma once

#ifdef _MSC_VER
#pragma warning(push, 0)
#endif
#include "Netatmo/weather_types_DCPS.hpp"
#include <dds/domain/DomainParticipant.hpp>
#include <dds/pub/Publisher.hpp>
#include <dds/sub/Subscriber.hpp>
#ifdef _MSC_VER
#pragma warning(pop)
#endif