mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-30 23:40:06 +00:00 
			
		
		
		
	Refactoring generic message components to awips namespace
This commit is contained in:
		
							parent
							
								
									a76103650e
								
							
						
					
					
						commit
						7a9582a689
					
				
					 14 changed files with 64 additions and 65 deletions
				
			
		|  | @ -14,7 +14,7 @@ | |||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
| namespace wsr88d | ||||
| namespace awips | ||||
| { | ||||
| 
 | ||||
| class MessageImpl; | ||||
|  | @ -120,5 +120,5 @@ private: | |||
|    std::unique_ptr<MessageImpl> p; | ||||
| }; | ||||
| 
 | ||||
| } // namespace wsr88d
 | ||||
| } // namespace awips
 | ||||
| } // namespace scwx
 | ||||
|  | @ -5,9 +5,7 @@ | |||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
| namespace wsr88d | ||||
| { | ||||
| namespace rpg | ||||
| namespace awips | ||||
| { | ||||
| 
 | ||||
| class WmoHeaderImpl; | ||||
|  | @ -51,6 +49,5 @@ private: | |||
|    std::unique_ptr<WmoHeaderImpl> p; | ||||
| }; | ||||
| 
 | ||||
| } // namespace rpg
 | ||||
| } // namespace wsr88d
 | ||||
| } // namespace awips
 | ||||
| } // namespace scwx
 | ||||
|  | @ -1,7 +1,7 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <scwx/awips/message.hpp> | ||||
| #include <scwx/wsr88d/rda/level2_message_header.hpp> | ||||
| #include <scwx/wsr88d/message.hpp> | ||||
| 
 | ||||
| #ifdef WIN32 | ||||
| #   include <WinSock2.h> | ||||
|  | @ -18,7 +18,7 @@ namespace rda | |||
| 
 | ||||
| class Level2MessageImpl; | ||||
| 
 | ||||
| class Level2Message : public Message | ||||
| class Level2Message : public awips::Message | ||||
| { | ||||
| protected: | ||||
|    explicit Level2Message(); | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <scwx/wsr88d/message.hpp> | ||||
| #include <scwx/awips/message.hpp> | ||||
| 
 | ||||
| #include <cstdint> | ||||
| #include <memory> | ||||
|  | @ -14,7 +14,7 @@ namespace rpg | |||
| 
 | ||||
| class GraphicAlphanumericBlockImpl; | ||||
| 
 | ||||
| class GraphicAlphanumericBlock : public Message | ||||
| class GraphicAlphanumericBlock : public awips::Message | ||||
| { | ||||
| public: | ||||
|    explicit GraphicAlphanumericBlock(); | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <scwx/awips/message.hpp> | ||||
| #include <scwx/wsr88d/rpg/level3_message_header.hpp> | ||||
| #include <scwx/wsr88d/message.hpp> | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
|  | @ -12,7 +12,7 @@ namespace rpg | |||
| 
 | ||||
| class Level3MessageImpl; | ||||
| 
 | ||||
| class Level3Message : public Message | ||||
| class Level3Message : public awips::Message | ||||
| { | ||||
| protected: | ||||
|    explicit Level3Message(); | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <scwx/wsr88d/message.hpp> | ||||
| #include <scwx/awips/message.hpp> | ||||
| 
 | ||||
| #include <cstdint> | ||||
| #include <memory> | ||||
|  | @ -12,7 +12,7 @@ namespace wsr88d | |||
| namespace rpg | ||||
| { | ||||
| 
 | ||||
| class Packet : public Message | ||||
| class Packet : public awips::Message | ||||
| { | ||||
| protected: | ||||
|    explicit Packet(); | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <scwx/wsr88d/message.hpp> | ||||
| #include <scwx/awips/message.hpp> | ||||
| 
 | ||||
| #include <cstdint> | ||||
| #include <memory> | ||||
|  | @ -14,7 +14,7 @@ namespace rpg | |||
| 
 | ||||
| class ProductDescriptionBlockImpl; | ||||
| 
 | ||||
| class ProductDescriptionBlock : public Message | ||||
| class ProductDescriptionBlock : public awips::Message | ||||
| { | ||||
| public: | ||||
|    explicit ProductDescriptionBlock(); | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <scwx/wsr88d/message.hpp> | ||||
| #include <scwx/awips/message.hpp> | ||||
| #include <scwx/wsr88d/rpg/packet.hpp> | ||||
| 
 | ||||
| #include <cstdint> | ||||
|  | @ -15,7 +15,7 @@ namespace rpg | |||
| 
 | ||||
| class ProductSymbologyBlockImpl; | ||||
| 
 | ||||
| class ProductSymbologyBlock : public Message | ||||
| class ProductSymbologyBlock : public awips::Message | ||||
| { | ||||
| public: | ||||
|    explicit ProductSymbologyBlock(); | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <scwx/wsr88d/message.hpp> | ||||
| #include <scwx/awips/message.hpp> | ||||
| 
 | ||||
| #include <cstdint> | ||||
| #include <memory> | ||||
|  | @ -14,7 +14,7 @@ namespace rpg | |||
| 
 | ||||
| class TabularAlphanumericBlockImpl; | ||||
| 
 | ||||
| class TabularAlphanumericBlock : public Message | ||||
| class TabularAlphanumericBlock : public awips::Message | ||||
| { | ||||
| public: | ||||
|    explicit TabularAlphanumericBlock(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat