WIZnetInterface using namespace

Dependents:   DualNetworkInterface-Basic

Fork of WIZnetInterface by WIZnet

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers WiznetLibraryOption.h Source File

WiznetLibraryOption.h

00001 #pragma once
00002 
00003 
00004 #define WIZNET_LIBRARY_OPTION_NAMESPACE    1
00005 
00006 
00007 
00008 
00009 #if (WIZNET_LIBRARY_OPTION_NAMESPACE==1)
00010     #define WIZNET_LIBRARY_CPP_S using namespace wiznet_space;
00011     #define WIZNET_LIBRARY_CPP_E 
00012     #define WIZNET_LIBRARY_HPP_S namespace wiznet_space {
00013     #define WIZNET_LIBRARY_HPP_E }
00014 #else
00015     #define WIZNET_LIBRARY_CPP_S 
00016     #define WIZNET_LIBRARY_CPP_E  
00017     #define WIZNET_LIBRARY_HPP_S 
00018     #define WIZNET_LIBRARY_HPP_E 
00019 #endif
00020