NetBurner 3.5.0
PDF Version
 
startnet.h
1/*NB_REVISION*/
2
3/*NB_COPYRIGHT*/
4
5#ifndef NB_START_NET_H
6#define NB_START_NET_H
7
8/* All of the definitions necessary to start the stack and HTTP */
9// NB Constants
10#include <constants.h>
11// NB Libs
12#include <basictypes.h>
13#include <http.h>
14#include <iosys.h>
15#include <ip.h>
16#include <nbrtos.h>
17#include <nbrtoscpu.h>
18#include <nettypes.h>
19#include <system.h>
20#include <utils.h>
21#endif
NetBurner HTTP Web Server Header File.
NetBurner I/O System Library API.
NetBurner IP Definitions.
NetBurner System Constants.
NetBurner Real-Time Operating System (NBRTOS) API.
NetBurner IPADDR4 Class. See the IPADDR4 Class page for complete documentation.
NetBurner System Functions.