include: fix double include pre-processor guards
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
374cb9230a
commit
9480c0ec12
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __EXAMPLES_CAMERA_CAMERA_FILEUTIL_H__
|
||||
#define __EXAMPLES_CAMERA_CAMERA_FILEUTIL_H__
|
||||
#ifndef __APPS_EXAMPLES_CAMERA_CAMERA_FILEUTIL_H
|
||||
#define __APPS_EXAMPLES_CAMERA_CAMERA_FILEUTIL_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -40,5 +40,5 @@ const char *futil_initialize(void);
|
||||
|
||||
int futil_writeimage(uint8_t *data, size_t len, const char *fsuffix);
|
||||
|
||||
#endif /* __EXAMPLES_CAMERA_CAMERA_FILEUTIL_H__ */
|
||||
#endif /* __APPS_EXAMPLES_CAMERA_CAMERA_FILEUTIL_H */
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __APPS_EXAMPLES_DHCPD_DHCPD_RUN_H
|
||||
#define __APPS_EXAMPLES_DHCPD_DHCPD_RUN_H
|
||||
#ifndef __APPS_EXAMPLES_DHCPD_DHCPD_DAEMON_H
|
||||
#define __APPS_EXAMPLES_DHCPD_DHCPD_DAEMON_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -52,4 +52,4 @@ int dhcpd_daemon(int argc, FAR char *argv[], bool daemon);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __APPS_EXAMPLES_DHCPD_DHCPD_RUN_H */
|
||||
#endif /* __APPS_EXAMPLES_DHCPD_DHCPD_DAEMON_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __EXAMPLES_ELF_TESTS_STRUCT_STRUCT_H
|
||||
#define __EXAMPLES_ELF_TESTS_STRUCT_STRUCT_H
|
||||
#ifndef __APPS_EXAMPLES_ELF_TESTS_STRUCT_STRUCT_H
|
||||
#define __APPS_EXAMPLES_ELF_TESTS_STRUCT_STRUCT_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -63,10 +63,10 @@ extern int dummy_scalar; /* (DUMMY_SCALAR_VALUE2) */
|
||||
extern const struct struct_dummy_s dummy_struct;
|
||||
|
||||
/****************************************************************************
|
||||
* Public Functions
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
extern void dummyfunc(void);
|
||||
extern const struct struct_s *getstruct(void);
|
||||
|
||||
#endif /* __EXAMPLES_ELF_TESTS_STRUCT_STRUCT_H */
|
||||
#endif /* __APPS_EXAMPLES_ELF_TESTS_STRUCT_STRUCT_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __EXAMPLES_FLOWC_FLOWC_H
|
||||
#define __EXAMPLES_FLOWC_FLOWC_H
|
||||
#ifndef __APPS_EXAMPLES_FLOWC_FLOWC_H
|
||||
#define __APPS_EXAMPLES_FLOWC_FLOWC_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -54,4 +54,4 @@
|
||||
int flowc_sender(int argc, char **argv);
|
||||
int flowc_receiver(int argc, char **argv);
|
||||
|
||||
#endif /* __EXAMPLES_FLOWC_FLOWC_H */
|
||||
#endif /* __APPS_EXAMPLES_FLOWC_FLOWC_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __EXAMPLES_FOC_FOC_ADC_H
|
||||
#define __EXAMPLES_FOC_FOC_ADC_H
|
||||
#ifndef __APPS_EXAMPLES_FOC_FOC_ADC_H
|
||||
#define __APPS_EXAMPLES_FOC_FOC_ADC_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -67,4 +67,4 @@
|
||||
|
||||
#endif /* CONFIG_EXAMPLES_FOC_HAVE_ADC */
|
||||
|
||||
#endif /* __EXAMPLES_FOC_FOC_ADC_H */
|
||||
#endif /* __APPS_EXAMPLES_FOC_FOC_ADC_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __EXAMPLES_FOC_FOC_CFG_H
|
||||
#define __EXAMPLES_FOC_FOC_CFG_H
|
||||
#ifndef __APPS_EXAMPLES_FOC_FOC_CFG_H
|
||||
#define __APPS_EXAMPLES_FOC_FOC_CFG_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -184,4 +184,4 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#endif /* __EXAMPLES_FOC_FOC_CFG_H */
|
||||
#endif /* __APPS_EXAMPLES_FOC_FOC_CFG_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __EXAMPLES_FOC_FOC_DEBUG_H
|
||||
#define __EXAMPLES_FOC_FOC_DEBUG_H
|
||||
#ifndef __APPS_EXAMPLES_FOC_FOC_DEBUG_H
|
||||
#define __APPS_EXAMPLES_FOC_FOC_DEBUG_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -57,4 +57,4 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#endif /* __EXAMPLES_FOC_FOC_DEBUG_H */
|
||||
#endif /* __APPS_EXAMPLES_FOC_FOC_DEBUG_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __EXAMPLES_FOC_FOC_DEVICE_H
|
||||
#define __EXAMPLES_FOC_FOC_DEVICE_H
|
||||
#ifndef __APPS_EXAMPLES_FOC_FOC_DEVICE_H
|
||||
#define __APPS_EXAMPLES_FOC_FOC_DEVICE_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -58,4 +58,4 @@ int foc_dev_state_get(FAR struct foc_device_s *dev);
|
||||
int foc_dev_params_set(FAR struct foc_device_s *dev);
|
||||
int foc_dev_state_handle(FAR struct foc_device_s *dev, FAR bool *flag);
|
||||
|
||||
#endif /* __EXAMPLES_FOC_FOC_DEVICE_H */
|
||||
#endif /* __APPS_EXAMPLES_FOC_FOC_DEVICE_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __EXAMPLES_FOC_FOC_INTF_H
|
||||
#define __EXAMPLES_FOC_FOC_INTF_H
|
||||
#ifndef __APPS_EXAMPLES_FOC_FOC_INTF_H
|
||||
#define __APPS_EXAMPLES_FOC_FOC_INTF_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -57,4 +57,4 @@ int foc_intf_init(void);
|
||||
int foc_intf_deinit(void);
|
||||
int foc_intf_update(FAR struct foc_intf_data_s *data);
|
||||
|
||||
#endif /* __EXAMPLES_FOC_FOC_INTF_H */
|
||||
#endif /* __APPS_EXAMPLES_FOC_FOC_INTF_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __EXAMPLES_FOC_FOC_MOTOR_B16_H
|
||||
#define __EXAMPLES_FOC_FOC_MOTOR_B16_H
|
||||
#ifndef __APPS_EXAMPLES_FOC_FOC_MOTOR_B16_H
|
||||
#define __APPS_EXAMPLES_FOC_FOC_MOTOR_B16_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -130,4 +130,4 @@ int foc_motor_control(FAR struct foc_motor_b16_s *motor);
|
||||
int foc_motor_handle(FAR struct foc_motor_b16_s *motor,
|
||||
FAR struct foc_mq_s *handle);
|
||||
|
||||
#endif /* __EXAMPLES_FOC_FOC_MOTOR_B16_H */
|
||||
#endif /* __APPS_EXAMPLES_FOC_FOC_MOTOR_B16_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __EXAMPLES_FOC_FOC_MOTOR_F32_H
|
||||
#define __EXAMPLES_FOC_FOC_MOTOR_F32_H
|
||||
#ifndef __APPS_EXAMPLES_FOC_FOC_MOTOR_F32_H
|
||||
#define __APPS_EXAMPLES_FOC_FOC_MOTOR_F32_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -130,4 +130,4 @@ int foc_motor_control(FAR struct foc_motor_f32_s *motor);
|
||||
int foc_motor_handle(FAR struct foc_motor_f32_s *motor,
|
||||
FAR struct foc_mq_s *handle);
|
||||
|
||||
#endif /* __EXAMPLES_FOC_FOC_MOTOR_F32_H */
|
||||
#endif /* __APPS_EXAMPLES_FOC_FOC_MOTOR_F32_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __EXAMPLES_FOC_FOC_MQ_H
|
||||
#define __EXAMPLES_FOC_FOC_MQ_H
|
||||
#ifndef __APPS_EXAMPLES_FOC_FOC_MQ_H
|
||||
#define __APPS_EXAMPLES_FOC_FOC_MQ_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -80,4 +80,4 @@ struct foc_mq_s
|
||||
|
||||
int foc_mq_handle(mqd_t mq, FAR struct foc_mq_s *h);
|
||||
|
||||
#endif /* __EXAMPLES_FOC_FOC_THR_H */
|
||||
#endif /* __APPS_EXAMPLES_FOC_FOC_THR_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __EXAMPLES_FOC_FOC_PARSEARGS_H
|
||||
#define __EXAMPLES_FOC_FOC_PARSEARGS_H
|
||||
#ifndef __APPS_EXAMPLES_FOC_FOC_PARSEARGS_H
|
||||
#define __APPS_EXAMPLES_FOC_FOC_PARSEARGS_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -76,4 +76,4 @@ struct args_s
|
||||
|
||||
void parse_args(FAR struct args_s *args, int argc, FAR char **argv);
|
||||
|
||||
#endif /* __EXAMPLES_FOC_FOC_THR_H */
|
||||
#endif /* __APPS_EXAMPLES_FOC_FOC_THR_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __EXAMPLES_FOC_FOC_THR_H
|
||||
#define __EXAMPLES_FOC_FOC_THR_H
|
||||
#ifndef __APPS_EXAMPLES_FOC_FOC_THR_H
|
||||
#define __APPS_EXAMPLES_FOC_FOC_THR_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -129,4 +129,4 @@ bool foc_threads_terminated(void);
|
||||
int foc_ctrlthr_init(FAR struct foc_ctrl_env_s *foc, int i, FAR mqd_t *mqd,
|
||||
FAR pthread_t *thread);
|
||||
|
||||
#endif /* __EXAMPLES_FOC_FOC_THR_H */
|
||||
#endif /* __APPS_EXAMPLES_FOC_FOC_THR_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __EXAMPLES_MOUNT_MOUNT_H
|
||||
#define __EXAMPLES_MOUNT_MOUNT_H
|
||||
#ifndef __APPS_EXAMPLES_MOUNT_MOUNT_H
|
||||
#define __APPS_EXAMPLES_MOUNT_MOUNT_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -74,4 +74,4 @@ extern const char g_source[]; /* Mount 'source' path */
|
||||
extern int create_ramdisk(void);
|
||||
#endif
|
||||
|
||||
#endif /* __EXAMPLES_MOUNT_MOUNT_H */
|
||||
#endif /* __APPS_EXAMPLES_MOUNT_MOUNT_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __EXAMPLES_NETTEST_H
|
||||
#define __EXAMPLES_NETTEST_H
|
||||
#ifndef __APPS_EXAMPLES_NETTEST_NETTEST_H
|
||||
#define __APPS_EXAMPLES_NETTEST_NETTEST_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -37,14 +37,14 @@
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef NETTEST_HOST
|
||||
/* HTONS/L macros are unique to uIP */
|
||||
/* HTONS/L macros are unique to uIP */
|
||||
|
||||
# undef HTONS
|
||||
# undef HTONL
|
||||
# define HTONS(a) htons(a)
|
||||
# define HTONL(a) htonl(a)
|
||||
|
||||
/* Have SO_LINGER */
|
||||
/* Have SO_LINGER */
|
||||
|
||||
# define NETTEST_HAVE_SOLINGER 1
|
||||
|
||||
@ -96,4 +96,4 @@ void nettest_cmdline(int argc, char **argv);
|
||||
extern void nettest_client(void);
|
||||
extern void nettest_server(void);
|
||||
|
||||
#endif /* __EXAMPLES_NETTEST_H */
|
||||
#endif /* __APPS_EXAMPLES_NETTEST_NETTEST_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __EXAMPLES_NRF24L01_BTLE_H
|
||||
#define __EXAMPLES_NRF24L01_BTLE_H
|
||||
#ifndef __APPS_EXAMPLES_NRF24L01_BTLE_NRF24L01_BTLE_H
|
||||
#define __APPS_EXAMPLES_NRF24L01_BTLE_NRF24L01_BTLE_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -96,4 +96,4 @@ int nrf24_open(void);
|
||||
|
||||
int nrf24_send(int wl_fd, uint8_t * buf, uint8_t len);
|
||||
|
||||
#endif /* __EXAMPLES_NRF24L01_BTLE_H */
|
||||
#endif /* __APPS_EXAMPLES_NRF24L01_BTLE_NRF24L01_BTLE_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __EXAMPLES_NX_NX_INTERNAL_H
|
||||
#define __EXAMPLES_NX_NX_INTERNAL_H
|
||||
#ifndef __APPS_EXAMPLES_NX_NX_INTERNAL_H
|
||||
#define __APPS_EXAMPLES_NX_NX_INTERNAL_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -200,16 +200,16 @@ struct nxeg_bitmap_s
|
||||
|
||||
struct nxeg_state_s
|
||||
{
|
||||
uint8_t wnum; /* Window number */
|
||||
uint8_t wnum; /* Window number */
|
||||
nxgl_mxpixel_t color[CONFIG_NX_NPLANES]; /* Window color */
|
||||
|
||||
#ifdef CONFIG_NX_KBD
|
||||
uint8_t height; /* Max height of a font in pixels */
|
||||
uint8_t width; /* Max width of a font in pixels */
|
||||
uint8_t spwidth; /* The width of a space */
|
||||
uint8_t height; /* Max height of a font in pixels */
|
||||
uint8_t width; /* Max width of a font in pixels */
|
||||
uint8_t spwidth; /* The width of a space */
|
||||
|
||||
uint8_t nchars; /* Number of KBD chars received */
|
||||
uint8_t nglyphs; /* Number of glyphs cached */
|
||||
uint8_t nchars; /* Number of KBD chars received */
|
||||
uint8_t nglyphs; /* Number of glyphs cached */
|
||||
|
||||
struct nxeg_bitmap_s bm[NXTK_MAXKBDCHARS];
|
||||
struct nxeg_glyph_s glyph[NXTK_MAXKBDCHARS];
|
||||
@ -259,12 +259,14 @@ extern nxgl_mxpixel_t g_tbcolor[CONFIG_NX_NPLANES];
|
||||
FAR void *nx_listenerthread(FAR void *arg);
|
||||
|
||||
#ifdef CONFIG_NX_KBD
|
||||
void nxeg_kbdin(NXWINDOW hwnd, uint8_t nch, const uint8_t *ch, FAR void *arg);
|
||||
void nxeg_kbdin(NXWINDOW hwnd, uint8_t nch, const uint8_t *ch,
|
||||
FAR void *arg);
|
||||
#ifndef CONFIG_EXAMPLES_NX_RAWWINDOWS
|
||||
void nxeg_tbkbdin(NXWINDOW hwnd, uint8_t nch, const uint8_t *ch, FAR void *arg);
|
||||
void nxeg_tbkbdin(NXWINDOW hwnd, uint8_t nch, const uint8_t *ch,
|
||||
FAR void *arg);
|
||||
#endif
|
||||
void nxeg_filltext(NXWINDOW hwnd, FAR const struct nxgl_rect_s *rect,
|
||||
FAR struct nxeg_state_s *st);
|
||||
#endif
|
||||
|
||||
#endif /* __EXAMPLES_NX_NX_INTERNAL_H */
|
||||
#endif /* __APPS_EXAMPLES_NX_NX_INTERNAL_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __EXAMPLES_NXFLAT_TESTS_STRUCT_STRUCT_H
|
||||
#define __EXAMPLES_NXFLAT_TESTS_STRUCT_STRUCT_H
|
||||
#ifndef __APPS_EXAMPLES_NXFLAT_TESTS_STRUCT_STRUCT_H
|
||||
#define __APPS_EXAMPLES_NXFLAT_TESTS_STRUCT_STRUCT_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -63,10 +63,10 @@ extern int dummy_scalar; /* (DUMMY_SCALAR_VALUE2) */
|
||||
extern const struct struct_dummy_s dummy_struct;
|
||||
|
||||
/****************************************************************************
|
||||
* Public Functions
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
extern void dummyfunc(void);
|
||||
extern const struct struct_s *getstruct(void);
|
||||
|
||||
#endif /* __EXAMPLES_NXFLAT_TESTS_STRUCT_STRUCT_H */
|
||||
#endif /* __APPS_EXAMPLES_NXFLAT_TESTS_STRUCT_STRUCT_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __EXAMPLES_NXTERM_NXTERM_INTERNAL_H
|
||||
#define __EXAMPLES_NXTERM_NXTERM_INTERNAL_H
|
||||
#ifndef __APPS_EXAMPLES_NXTERM_NXTERM_INTERNAL_H
|
||||
#define __APPS_EXAMPLES_NXTERM_NXTERM_INTERNAL_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -41,7 +41,9 @@
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/* Configuration ************************************************************/
|
||||
|
||||
/* Need NX graphics support */
|
||||
|
||||
#ifndef CONFIG_NX
|
||||
@ -252,4 +254,4 @@ extern const struct nx_callback_s g_nxtoolcb;
|
||||
|
||||
FAR void *nxterm_listener(FAR void *arg);
|
||||
|
||||
#endif /* __EXAMPLES_NXTERM_NXTERM_INTERNAL_H */
|
||||
#endif /* __APPS_EXAMPLES_NXTERM_NXTERM_INTERNAL_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __EXAMPLES_NXTEXT_NXTEXT_INTERNAL_H
|
||||
#define __EXAMPLES_NXTEXT_NXTEXT_INTERNAL_H
|
||||
#ifndef __APPS_EXAMPLES_NXTEXT_NXTEXT_INTERNAL_H
|
||||
#define __APPS_EXAMPLES_NXTEXT_NXTEXT_INTERNAL_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -315,4 +315,4 @@ void nxtext_fillchar(NXWINDOW hwnd, FAR const struct nxgl_rect_s *rect,
|
||||
FAR struct nxtext_state_s *st, NXHANDLE hfont,
|
||||
FAR const struct nxtext_bitmap_s *bm);
|
||||
|
||||
#endif /* __EXAMPLES_NXTEXT_NXTEXT_INTERNAL_H */
|
||||
#endif /* __APPS_EXAMPLES_NXTEXT_NXTEXT_INTERNAL_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __EXAMPLES_PFIEEE802154_PFIEEE802154_H
|
||||
#define __EXAMPLES_PFIEEE802154_PFIEEE802154_H
|
||||
#ifndef __APPS_EXAMPLES_PFIEEE802154_PFIEEE802154_H
|
||||
#define __APPS_EXAMPLES_PFIEEE802154_PFIEEE802154_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -49,4 +49,4 @@ void pf_cmdline(int argc, char **argv);
|
||||
void pf_client(void);
|
||||
void pf_server(void);
|
||||
|
||||
#endif /* __EXAMPLES_PFIEEE802154_IEEE802154_H */
|
||||
#endif /* __APPS_EXAMPLES_PFIEEE802154_IEEE802154_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __EXAMPLES_PIPE_PIPE_H
|
||||
#define __EXAMPLES_PIPE_PIPE_H
|
||||
#ifndef __APPS_EXAMPLES_PIPE_PIPE_H
|
||||
#define __APPS_EXAMPLES_PIPE_PIPE_H
|
||||
|
||||
/****************************************************************************
|
||||
* Compilation Switches
|
||||
@ -52,4 +52,4 @@ extern int transfer_test(int fdin, int fdout);
|
||||
extern int interlock_test(void);
|
||||
extern int redirection_test(void);
|
||||
|
||||
#endif /* __EXAMPLES_PIPE_PIPE_H */
|
||||
#endif /* __APPS_EXAMPLES_PIPE_PIPE_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __EXAMPLES_POLL_POLL_INTERNAL_H
|
||||
#define __EXAMPLES_POLL_POLL_INTERNAL_H
|
||||
#ifndef __APPS_EXAMPLES_POLL_POLL_INTERNAL_H
|
||||
#define __APPS_EXAMPLES_POLL_POLL_INTERNAL_H
|
||||
|
||||
/****************************************************************************
|
||||
* Compilation Switches
|
||||
@ -78,4 +78,4 @@ extern void *select_listener(pthread_addr_t pvarg);
|
||||
extern void *net_listener(pthread_addr_t pvarg);
|
||||
extern void *net_reader(pthread_addr_t pvarg);
|
||||
#endif
|
||||
#endif /* __EXAMPLES_POLL_POLL_INTERNAL_H */
|
||||
#endif /* __APPS_EXAMPLES_POLL_POLL_INTERNAL_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __EXAMPLES_PWFB_PWFB_INTERNAL_H
|
||||
#define __EXAMPLES_PWFB_PWFB_INTERNAL_H
|
||||
#ifndef __APPS_EXAMPLES_PWFB_PWFB_INTERNAL_H
|
||||
#define __APPS_EXAMPLES_PWFB_PWFB_INTERNAL_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -263,4 +263,4 @@ extern const struct nx_callback_s g_pwfb_tbcb;
|
||||
FAR void *pwfb_listener(FAR void *arg);
|
||||
bool pwfb_motion(FAR struct pwfb_state_s *st);
|
||||
|
||||
#endif /* __EXAMPLES_PWFB_PWFB_INTERNAL_H */
|
||||
#endif /* __APPS_EXAMPLES_PWFB_PWFB_INTERNAL_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __EXAMPLES_PWLINES_PWLINES_INTERNAL_H
|
||||
#define __EXAMPLES_PWLINES_PWLINES_INTERNAL_H
|
||||
#ifndef __APPS_EXAMPLES_PWLINES_PWLINES_INTERNAL_H
|
||||
#define __APPS_EXAMPLES_PWLINES_PWLINES_INTERNAL_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -228,4 +228,4 @@ void pwlines_circle(FAR struct pwlines_state_s *st);
|
||||
void pwlines_update(FAR struct pwlines_state_s *st);
|
||||
bool pwlines_motion(FAR struct pwlines_state_s *st);
|
||||
|
||||
#endif /* __EXAMPLES_PWLINES_PWLINES_INTERNAL_H */
|
||||
#endif /* __APPS_EXAMPLES_PWLINES_PWLINES_INTERNAL_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __APPS_EXAMPLES_TCPBLASTER_H
|
||||
#define __APPS_EXAMPLES_TCPBLASTER_H
|
||||
#ifndef __APPS_EXAMPLES_TCPBLASTER_TCPBLASTER_H
|
||||
#define __APPS_EXAMPLES_TCPBLASTER_TCPBLASTER_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -108,4 +108,4 @@ void tcpblaster_cmdline(int argc, char **argv);
|
||||
extern void tcpblaster_client(void);
|
||||
extern void tcpblaster_server(void);
|
||||
|
||||
#endif /* __APPS_EXAMPLES_TCPBLASTER_H */
|
||||
#endif /* __APPS_EXAMPLES_TCPBLASTER_TCPBLASTER_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __EXAMPLES_UDGRAM_UDGRAM_H
|
||||
#define __EXAMPLES_UDGRAM_UDGRAM_H
|
||||
#ifndef __APPS_EXAMPLES_UDGRAM_UDGRAM_H
|
||||
#define __APPS_EXAMPLES_UDGRAM_UDGRAM_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -36,4 +36,4 @@
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
#endif /* __EXAMPLES_UDGRAM_UDGRAM_H */
|
||||
#endif /* __APPS_EXAMPLES_UDGRAM_UDGRAM_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __EXAMPLES_UDP_UDP_H
|
||||
#define __EXAMPLES_UDP_UDP_H
|
||||
#ifndef __APPS_EXAMPLES_UDP_UDP_H
|
||||
#define __APPS_EXAMPLES_UDP_UDP_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -93,4 +93,4 @@ void udp_cmdline(int argc, char **argv);
|
||||
void udp_client(void);
|
||||
void udp_server(void);
|
||||
|
||||
#endif /* __EXAMPLES_UDP_UDP_H */
|
||||
#endif /* __APPS_EXAMPLES_UDP_UDP_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __EXAMPLES_UDPBLASTER_UDPBLASTER_H
|
||||
#define __EXAMPLES_UDPBLASTER_UDPBLASTER_H
|
||||
#ifndef __APPS_EXAMPLES_UDPBLASTER_UDPBLASTER_H
|
||||
#define __APPS_EXAMPLES_UDPBLASTER_UDPBLASTER_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -119,4 +119,4 @@ extern const int g_udpblaster_strlen;
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
#endif /* __EXAMPLES_UDPBLASTER_UDPBLASTER_H */
|
||||
#endif /* __APPS_EXAMPLES_UDPBLASTER_UDPBLASTER_H */
|
||||
|
@ -35,8 +35,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __EXAMPLES_USRSOCKTEST_DEFINES_H
|
||||
#define __EXAMPLES_USRSOCKTEST_DEFINES_H
|
||||
#ifndef __APPS_EXAMPLES_USRSOCKTEST_DEFINES_H
|
||||
#define __APPS_EXAMPLES_USRSOCKTEST_DEFINES_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -209,4 +209,4 @@ bool usrsocktest_send_delayed_command(char cmd, unsigned int delay_msec);
|
||||
|
||||
int usrsocktest_daemon_pause_usrsock_handling(bool pause);
|
||||
|
||||
#endif /* __EXAMPLES_USRSOCKTEST_DEFINES_H */
|
||||
#endif /* __APPS_EXAMPLES_USRSOCKTEST_DEFINES_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __APPS_EXAMPLES_USTREAM_H
|
||||
#define __APPS_EXAMPLES_USTREAM_H
|
||||
#ifndef __APPS_EXAMPLES_USTREAM_USTREAM_H
|
||||
#define __APPS_EXAMPLES_USTREAM_USTREAM_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -35,4 +35,4 @@
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
#endif /* __APPS_EXAMPLES_USTREAM_H */
|
||||
#endif /* __APPS_EXAMPLES_USTREAM_USTREAM_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __EXAMPLES_WATCHER_WATCHED_H
|
||||
#define __EXAMPLES_WATCHER_WATCHED_H
|
||||
#ifndef __APPS_EXAMPLES_WATCHER_WATCHED_H
|
||||
#define __APPS_EXAMPLES_WATCHER_WATCHED_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -76,4 +76,4 @@ int watched_subscribe(struct watched_info_s *info);
|
||||
int watched_unsubscribe(struct watched_info_s *info);
|
||||
int watched_feed_dog(struct watched_info_s *info);
|
||||
|
||||
#endif /* __EXAMPLES_WATCHER_WATCHED_H */
|
||||
#endif /* __APPS_EXAMPLES_WATCHER_WATCHED_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __EXAMPLES_WATCHER_RAMDISK_H
|
||||
#define __EXAMPLES_WATCHER_RAMDISK_H
|
||||
#ifndef __APPS_EXAMPLES_WATCHER_RAMDISK_H
|
||||
#define __APPS_EXAMPLES_WATCHER_RAMDISK_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -53,4 +53,4 @@
|
||||
int create_ramdisk(void);
|
||||
int prepare_fs(void);
|
||||
|
||||
#endif /* __EXAMPLES_WATCHER_RAMDISK_H */
|
||||
#endif /* __APPS_EXAMPLES_WATCHER_RAMDISK_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __EXAMPLES_WATCHER_TASK_MN_H
|
||||
#define __EXAMPLES_WATCHER_TASK_MN_H
|
||||
#ifndef __APPS_EXAMPLES_WATCHER_TASK_MN_H
|
||||
#define __APPS_EXAMPLES_WATCHER_TASK_MN_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -76,4 +76,4 @@ void task_mn_subscribe(pid_t id);
|
||||
void task_mn_unsubscribe(pid_t id);
|
||||
bool task_mn_all_tasks_fed(void);
|
||||
|
||||
#endif /* __EXAMPLES_WATCHER_TASK_MN_H */
|
||||
#endif /* __APPS_EXAMPLES_WATCHER_TASK_MN_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __EXAMPLES_WATCHER_WDT_H
|
||||
#define __EXAMPLES_WATCHER_WDT_H
|
||||
#ifndef __APPS_EXAMPLES_WATCHER_WDT_H
|
||||
#define __APPS_EXAMPLES_WATCHER_WDT_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -56,4 +56,4 @@ struct wdog_params_s
|
||||
int wdt_init(void);
|
||||
void wdt_feed_the_dog(void);
|
||||
|
||||
#endif /* __EXAMPLES_WATCHER_WDT_H */
|
||||
#endif /* __APPS_EXAMPLES_WATCHER_WDT_H */
|
||||
|
@ -31,8 +31,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __EXAMPLES_WEBSERVER_CGI_H
|
||||
#define __EXAMPLES_WEBSERVER_CGI_H
|
||||
#ifndef __APPS_EXAMPLES_WEBSERVER_CGI_H
|
||||
#define __APPS_EXAMPLES_WEBSERVER_CGI_H
|
||||
|
||||
/****************************************************************************
|
||||
* Public Function Prototypes
|
||||
@ -40,4 +40,4 @@
|
||||
|
||||
void cgi_register(void);
|
||||
|
||||
#endif /* __EXAMPLES_WEBSERVER_CGI_H */
|
||||
#endif /* __APPS_EXAMPLES_WEBSERVER_CGI_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __LV_FS_INTERFACE_H__
|
||||
#define __LV_FS_INTERFACE_H__
|
||||
#ifndef __APPS_GRAPHICS_LVGL_LV_FS_INTERFACE_H
|
||||
#define __APPS_GRAPHICS_LVGL_LV_FS_INTERFACE_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -63,4 +63,4 @@ void lv_fs_interface_init(void);
|
||||
|
||||
#endif /* LV_USE_FILESYSTEM */
|
||||
|
||||
#endif /* __LV_FS_INTERFACE_H__ */
|
||||
#endif /* __APPS_GRAPHICS_LVGL_LV_FS_INTERFACE_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __LV_TICK_INTERFACE_H__
|
||||
#define __LV_TICK_INTERFACE_H__
|
||||
#ifndef __APPS_GRAPHICS_LV_TICK_INTERFACE_H
|
||||
#define __APPS_GRAPHICS_LV_TICK_INTERFACE_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -59,4 +59,4 @@ uint32_t lv_tick_interface(void);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // __LV_TICK_INTERFACE_H__
|
||||
#endif // __APPS_GRAPHICS_LV_TICK_INTERFACE_H
|
||||
|
@ -33,8 +33,8 @@
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef __UNITTESTS_CBUTTON_CBUTTONTEST_HXX
|
||||
#define __UNITTESTS_CBUTTON_CBUTTONTEST_HXX
|
||||
#ifndef __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CBUTTON_CBUTTONTEST_HXX
|
||||
#define __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CBUTTON_CBUTTONTEST_HXX
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Included Files
|
||||
@ -154,4 +154,4 @@ public:
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
#endif // __UNITTESTS_CBUTTON_CBUTTONTEST_HXX
|
||||
#endif // __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CBUTTON_CBUTTONTEST_HXX
|
||||
|
@ -33,8 +33,8 @@
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef __UNITTESTS_CBUTTONARRAY_CBUTTONARRAYTEST_HXX
|
||||
#define __UNITTESTS_CBUTTONARRAY_CBUTTONARRAYTEST_HXX
|
||||
#ifndef __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CBUTTONARRAY_CBUTTONARRAYTEST_HXX
|
||||
#define __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CBUTTONARRAY_CBUTTONARRAYTEST_HXX
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Included Files
|
||||
@ -160,4 +160,4 @@ public:
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
#endif // __UNITTESTS_CBUTTONARRAY_CBUTTONARRAYTEST_HXX
|
||||
#endif // __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CBUTTONARRAY_CBUTTONARRAYTEST_HXX
|
||||
|
@ -33,8 +33,8 @@
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef __UNITTESTS_CCHECKBOX_CCHECKBOXTEST_HXX
|
||||
#define __UNITTESTS_CCHECKBOX_CCHECKBOXTEST_HXX
|
||||
#ifndef __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CCHECKBOX_CCHECKBOXTEST_HXX
|
||||
#define __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CCHECKBOX_CCHECKBOXTEST_HXX
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Included Files
|
||||
@ -130,4 +130,4 @@ public:
|
||||
// Public Function Prototypes
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#endif // __UNITTESTS_CCHECKBOX_CCHECKBOXTEST_HXX
|
||||
#endif // __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CCHECKBOX_CCHECKBOXTEST_HXX
|
||||
|
@ -33,8 +33,8 @@
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef __UNITTESTS_CGLYPHBUTTON_CGLYPHBUTTONTEST_HXX
|
||||
#define __UNITTESTS_CGLYPHBUTTON_CGLYPHBUTTONTEST_HXX
|
||||
#ifndef __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CGLYPHBUTTON_CGLYPHBUTTONTEST_HXX
|
||||
#define __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CGLYPHBUTTON_CGLYPHBUTTONTEST_HXX
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Included Files
|
||||
@ -160,4 +160,4 @@ public:
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
#endif // __UNITTESTS_CGLYPHBUTTON_CGLYPHBUTTONTEST_HXX
|
||||
#endif // __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CGLYPHBUTTON_CGLYPHBUTTONTEST_HXX
|
||||
|
@ -33,8 +33,8 @@
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef __UNITTESTS_CGLYPHSLIDERHORIZONTAL_CGLYPHSLIDERHORIZONTALTEST_HXX
|
||||
#define __UNITTESTS_CGLYPHSLIDERHORIZONTAL_CGLYPHSLIDERHORIZONTALTEST_HXX
|
||||
#ifndef __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CGLYPHSLIDERHORIZONTAL_CGLYPHSLIDERHORIZONTALTEST_HXX
|
||||
#define __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CGLYPHSLIDERHORIZONTAL_CGLYPHSLIDERHORIZONTALTEST_HXX
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Included Files
|
||||
@ -125,4 +125,4 @@ public:
|
||||
// Public Function Prototypes
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#endif // __UNITTESTS_CGLYPHSLIDERHORIZONTAL_CGLYPHSLIDERHORIZONTALTEST_HXX
|
||||
#endif // __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CGLYPHSLIDERHORIZONTAL_CGLYPHSLIDERHORIZONTALTEST_HXX
|
||||
|
@ -33,8 +33,8 @@
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef __UNITTESTS_CIMAGE_CIMAGETEST_HXX
|
||||
#define __UNITTESTS_CIMAGE_CIMAGETEST_HXX
|
||||
#ifndef __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CIMAGE_CIMAGETEST_HXX
|
||||
#define __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CIMAGE_CIMAGETEST_HXX
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Included Files
|
||||
@ -128,4 +128,4 @@ public:
|
||||
// Public Function Prototypes
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#endif // __UNITTESTS_CIMAGE_CIMAGETEST_HXX
|
||||
#endif // __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CIMAGE_CIMAGETEST_HXX
|
||||
|
@ -33,8 +33,8 @@
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef __UNITTESTS_CKEYPAD_CKEYPADTEST_HXX
|
||||
#define __UNITTESTS_CKEYPAD_CKEYPADTEST_HXX
|
||||
#ifndef __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CKEYPAD_CKEYPADTEST_HXX
|
||||
#define __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CKEYPAD_CKEYPADTEST_HXX
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Included Files
|
||||
@ -170,4 +170,4 @@ public:
|
||||
// Public Function Prototypes
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#endif // __UNITTESTS_CKEYPAD_CKEYPADTEST_HXX
|
||||
#endif // __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CKEYPAD_CKEYPADTEST_HXX
|
||||
|
@ -33,8 +33,8 @@
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef __UNITTESTS_CLABEL_CLABELTEST_HXX
|
||||
#define __UNITTESTS_CLABEL_CLABELTEST_HXX
|
||||
#ifndef __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CLABEL_CLABELTEST_HXX
|
||||
#define __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CLABEL_CLABELTEST_HXX
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Included Files
|
||||
@ -135,4 +135,4 @@ public:
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
#endif // __UNITTESTS_CLABEL_CLABELTEST_HXX
|
||||
#endif // __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CLABEL_CLABELTEST_HXX
|
||||
|
@ -33,8 +33,8 @@
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef __UNITTESTS_CLATCHBUTTON_CLATCHBUTTONTEST_HXX
|
||||
#define __UNITTESTS_CLATCHBUTTON_CLATCHBUTTONTEST_HXX
|
||||
#ifndef __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CLATCHBUTTON_CLATCHBUTTONTEST_HXX
|
||||
#define __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CLATCHBUTTON_CLATCHBUTTONTEST_HXX
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Included Files
|
||||
@ -152,4 +152,4 @@ public:
|
||||
// Public Function Prototypes
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#endif // __UNITTESTS_CLATCHBUTTON_CLATCHBUTTONTEST_HXX
|
||||
#endif // __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CLATCHBUTTON_CLATCHBUTTONTEST_HXX
|
||||
|
@ -33,8 +33,8 @@
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef __UNITTESTS_CLATCHBUTTONARRAY_CLATCHBUTTONARRAYTEST_HXX
|
||||
#define __UNITTESTS_CLATCHBUTTONARRAY_CLATCHBUTTONARRAYTEST_HXX
|
||||
#ifndef __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CLATCHBUTTONARRAY_CLATCHBUTTONARRAYTEST_HXX
|
||||
#define __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CLATCHBUTTONARRAY_CLATCHBUTTONARRAYTEST_HXX
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Included Files
|
||||
@ -160,4 +160,4 @@ public:
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
#endif // __UNITTESTS_CLATCHBUTTONARRAY_CLATCHBUTTONARRAYTEST_HXX
|
||||
#endif // __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CLATCHBUTTONARRAY_CLATCHBUTTONARRAYTEST_HXX
|
||||
|
@ -33,8 +33,8 @@
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef __UNITTESTS_CLISTBOX_CLISTBOXTEST_HXX
|
||||
#define __UNITTESTS_CLISTBOX_CLISTBOXTEST_HXX
|
||||
#ifndef __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CLISTBOX_CLISTBOXTEST_HXX
|
||||
#define __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CLISTBOX_CLISTBOXTEST_HXX
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Included Files
|
||||
@ -125,4 +125,4 @@ public:
|
||||
// Public Function Prototypes
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#endif // __UNITTESTS_CLISTBOX_CLISTBOXTEST_HXX
|
||||
#endif // __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CLISTBOX_CLISTBOXTEST_HXX
|
||||
|
@ -33,8 +33,8 @@
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef __UNITTESTS_CPROGRESSBAR_CPROGRESSBARTEST_HXX
|
||||
#define __UNITTESTS_CPROGRESSBAR_CPROGRESSBARTEST_HXX
|
||||
#ifndef __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CPROGRESSBAR_CPROGRESSBARTEST_HXX
|
||||
#define __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CPROGRESSBAR_CPROGRESSBARTEST_HXX
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Included Files
|
||||
@ -125,4 +125,4 @@ public:
|
||||
// Public Function Prototypes
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#endif // __UNITTESTS_CPROGRESSBAR_CPROGRESSBARTEST_HXX
|
||||
#endif // __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CPROGRESSBAR_CPROGRESSBARTEST_HXX
|
||||
|
@ -33,8 +33,8 @@
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef __UNITTESTS_CRADIOBUTTON_CRADIOBUTTONTEST_HXX
|
||||
#define __UNITTESTS_CRADIOBUTTON_CRADIOBUTTONTEST_HXX
|
||||
#ifndef __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CRADIOBUTTON_CRADIOBUTTONTEST_HXX
|
||||
#define __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CRADIOBUTTON_CRADIOBUTTONTEST_HXX
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Included Files
|
||||
@ -140,4 +140,4 @@ public:
|
||||
// Public Function Prototypes
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#endif // __UNITTESTS_CRADIOBUTTON_CRADIOBUTTONTEST_HXX
|
||||
#endif // __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CRADIOBUTTON_CRADIOBUTTONTEST_HXX
|
||||
|
@ -33,8 +33,8 @@
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef __UNITTESTS_CSCROLLBARHORIZONTAL_CSCROLLBARHORIZONTALTEST_HXX
|
||||
#define __UNITTESTS_CSCROLLBARHORIZONTAL_CSCROLLBARHORIZONTALTEST_HXX
|
||||
#ifndef __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CSCROLLBARHORIZONTAL_CSCROLLBARHORIZONTALTEST_HXX
|
||||
#define __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CSCROLLBARHORIZONTAL_CSCROLLBARHORIZONTALTEST_HXX
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Included Files
|
||||
@ -125,4 +125,4 @@ public:
|
||||
// Public Function Prototypes
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#endif // __UNITTESTS_CSCROLLBARHORIZONTAL_CSCROLLBARHORIZONTALTEST_HXX
|
||||
#endif // __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CSCROLLBARHORIZONTAL_CSCROLLBARHORIZONTALTEST_HXX
|
||||
|
@ -33,8 +33,8 @@
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef __UNITTESTS_CSCROLLBARVERTICAL_CSCROLLBARVERTICALTEST_HXX
|
||||
#define __UNITTESTS_CSCROLLBARVERTICAL_CSCROLLBARVERTICALTEST_HXX
|
||||
#ifndef __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CSCROLLBARVERTICAL_CSCROLLBARVERTICALTEST_HXX
|
||||
#define __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CSCROLLBARVERTICAL_CSCROLLBARVERTICALTEST_HXX
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Included Files
|
||||
@ -125,4 +125,4 @@ public:
|
||||
// Public Function Prototypes
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#endif // __UNITTESTS_CSCROLLBARVERTICAL_CSCROLLBARVERTICALTEST_HXX
|
||||
#endif // __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CSCROLLBARVERTICAL_CSCROLLBARVERTICALTEST_HXX
|
||||
|
@ -33,8 +33,8 @@
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef __UNITTESTS_CSLIDERHORIZONTAL_CSLIDERHORIZONTALTEST_HXX
|
||||
#define __UNITTESTS_CSLIDERHORIZONTAL_CSLIDERHORIZONTALTEST_HXX
|
||||
#ifndef __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CSLIDERHORIZONTAL_CSLIDERHORIZONTALTEST_HXX
|
||||
#define __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CSLIDERHORIZONTAL_CSLIDERHORIZONTALTEST_HXX
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Included Files
|
||||
@ -125,4 +125,4 @@ public:
|
||||
// Public Function Prototypes
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#endif // __UNITTESTS_CSLIDERHORIZONTAL_CSLIDERHORIZONTALTEST_HXX
|
||||
#endif // __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CSLIDERHORIZONTAL_CSLIDERHORIZONTALTEST_HXX
|
||||
|
@ -33,8 +33,8 @@
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef __UNITTESTS_CSLIDERVERTICAL_CSLIDERVERTICALTEST_HXX
|
||||
#define __UNITTESTS_CSLIDERVERTICAL_CSLIDERVERTICALTEST_HXX
|
||||
#ifndef __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CSLIDERVERTICAL_CSLIDERVERTICALTEST_HXX
|
||||
#define __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CSLIDERVERTICAL_CSLIDERVERTICALTEST_HXX
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Included Files
|
||||
@ -125,4 +125,4 @@ public:
|
||||
// Public Function Prototypes
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#endif // __UNITTESTS_CSLIDERVERTICAL_CSLIDERVERTICALTEST_HXX
|
||||
#endif // __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CSLIDERVERTICAL_CSLIDERVERTICALTEST_HXX
|
||||
|
@ -33,8 +33,8 @@
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef __UNITTESTS_CTEXTBOX_CTEXTBOXTEST_HXX
|
||||
#define __UNITTESTS_CTEXTBOX_CTEXTBOXTEST_HXX
|
||||
#ifndef __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CTEXTBOX_CTEXTBOXTEST_HXX
|
||||
#define __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CTEXTBOX_CTEXTBOXTEST_HXX
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Included Files
|
||||
@ -139,4 +139,4 @@ public:
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
#endif // __UNITTESTS_CTEXTBOX_CTEXTBOXTEST_HXX
|
||||
#endif // __APPS_GRAPHICS_NXWIDGETS_UNITTESTS_CTEXTBOX_CTEXTBOXTEST_HXX
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __APPS_INCLUDE_GRAPHICS_NXWM_CAPPLICATIONWINDOW_NXX
|
||||
#define __APPS_INCLUDE_GRAPHICS_NXWM_CAPPLICATIONWINDOW_NXX
|
||||
#ifndef __APPS_INCLUDE_GRAPHICS_NXWM_CAPPLICATIONWINDOW_HXX
|
||||
#define __APPS_INCLUDE_GRAPHICS_NXWM_CAPPLICATIONWINDOW_HXX
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -193,4 +193,4 @@ namespace NxWM
|
||||
|
||||
#endif // __cplusplus
|
||||
|
||||
#endif // __APPS_INCLUDE_GRAPHICS_NXWM_CAPPLICATIONWINDOW_NXX
|
||||
#endif // __APPS_INCLUDE_GRAPHICS_NXWM_CAPPLICATIONWINDOW_HXX
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __APPS_INCLUDE_GRAPHICS_NXWM_CFULLSCREENWINDOW_NXX
|
||||
#define __APPS_INCLUDE_GRAPHICS_NXWM_CFULLSCREENWINDOW_NXX
|
||||
#ifndef __APPS_INCLUDE_GRAPHICS_NXWM_CFULLSCREENWINDOW_HXX
|
||||
#define __APPS_INCLUDE_GRAPHICS_NXWM_CFULLSCREENWINDOW_HXX
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -145,4 +145,4 @@ namespace NxWM
|
||||
|
||||
#endif // __cplusplus
|
||||
|
||||
#endif // __APPS_INCLUDE_GRAPHICS_NXWM_CFULLSCREENWINDOW_NXX
|
||||
#endif // __APPS_INCLUDE_GRAPHICS_NXWM_CFULLSCREENWINDOW_HXX
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __NXWM_INCLUDE_CKEYBOARD_HXX
|
||||
#define __NXWM_INCLUDE_CKEYBOARD_HXX
|
||||
#ifndef __NXWM_INCLUDE_GRAPHICS_NXWM_CKEYBOARD_HXX
|
||||
#define __NXWM_INCLUDE_GRAPHICS_NXWM_CKEYBOARD_HXX
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -153,4 +153,4 @@ namespace NxWM
|
||||
};
|
||||
}
|
||||
|
||||
#endif // __NXWM_INCLUDE_CKEYBOARD_HXX
|
||||
#endif // __NXWM_INCLUDE_GRAPHICS_CKEYBOARD_HXX
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __APPS_INCLUDE_GRAPHICS_NXWM_CSTARTWINDOW_NXX
|
||||
#define __APPS_INCLUDE_GRAPHICS_NXWM_CSTARTWINDOW_NXX
|
||||
#ifndef __APPS_INCLUDE_GRAPHICS_NXWM_CSTARTWINDOW_HXX
|
||||
#define __APPS_INCLUDE_GRAPHICS_NXWM_CSTARTWINDOW_HXX
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -274,4 +274,4 @@ namespace NxWM
|
||||
|
||||
#endif // __cplusplus
|
||||
|
||||
#endif // __APPS_INCLUDE_GRAPHICS_NXWM_CSTARTWINDOW_NXX
|
||||
#endif // __APPS_INCLUDE_GRAPHICS_NXWM_CSTARTWINDOW_HXX
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __NXWM_INCLUDE_CTASKBAR_HXX
|
||||
#define __NXWM_INCLUDE_CTASKBAR_HXX
|
||||
#ifndef __NXWM_INCLUDE_GRAPHICS_NXWM_CTASKBAR_HXX
|
||||
#define __NXWM_INCLUDE_GRAPHICS_NXWM_CTASKBAR_HXX
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -406,4 +406,4 @@ namespace NxWM
|
||||
}
|
||||
|
||||
#endif // __cplusplus
|
||||
#endif // __NXWM_INCLUDE_CTASKBAR_HXX
|
||||
#endif // __NXWM_INCLUDE_GRAPHICS_NXWM_CTASKBAR_HXX
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __APPS_INCLUDE_GRAPHICS_NXWM_IAPPLICATION_NXX
|
||||
#define __APPS_INCLUDE_GRAPHICS_NXWM_IAPPLICATION_NXX
|
||||
#ifndef __APPS_INCLUDE_GRAPHICS_NXWM_IAPPLICATION_HXX
|
||||
#define __APPS_INCLUDE_GRAPHICS_NXWM_IAPPLICATION_HXX
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -232,4 +232,4 @@ namespace NxWM
|
||||
|
||||
#endif // __cplusplus
|
||||
|
||||
#endif // __APPS_INCLUDE_GRAPHICS_NXWM_IAPPLICATION_NXX
|
||||
#endif // __APPS_INCLUDE_GRAPHICS_NXWM_IAPPLICATION_HXX
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __APPS_INCLUDE_GRAPHICS_NXWM_IAPPLICATIONWINDOW_NXX
|
||||
#define __APPS_INCLUDE_GRAPHICS_NXWM_IAPPLICATIONWINDOW_NXX
|
||||
#ifndef __APPS_INCLUDE_GRAPHICS_NXWM_IAPPLICATIONWINDOW_HXX
|
||||
#define __APPS_INCLUDE_GRAPHICS_NXWM_IAPPLICATIONWINDOW_HXX
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -164,4 +164,4 @@ namespace NxWM
|
||||
|
||||
#endif // __cplusplus
|
||||
|
||||
#endif // __APPS_INCLUDE_GRAPHICS_NXWM_IAPPLICATIONWINDOW_NXX
|
||||
#endif // __APPS_INCLUDE_GRAPHICS_NXWM_IAPPLICATIONWINDOW_HXX
|
||||
|
@ -18,8 +18,8 @@
|
||||
//
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef __APPS_INCLUDE_GRAPHICS_SLCD_H
|
||||
#define __APPS_INCLUDE_GRAPHICS_SLCD_H
|
||||
#ifndef __APPS_INCLUDE_GRAPHICS_SLCD_HXX
|
||||
#define __APPS_INCLUDE_GRAPHICS_SLCD_HXX
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Included Files
|
||||
@ -194,4 +194,4 @@ namespace SLcd
|
||||
};
|
||||
}
|
||||
|
||||
#endif /* __APPS_INCLUDE_GRAPHICS_SLCD_H */
|
||||
#endif /* __APPS_INCLUDE_GRAPHICS_SLCD_HXX */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __IPERF_H_
|
||||
#define __IPERF_H_
|
||||
#ifndef __APPS_NETUTILS_IPERF_IPERF_H
|
||||
#define __APPS_NETUTILS_IPERF_IPERF_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -94,4 +94,4 @@ int iperf_stop(void);
|
||||
#undef EXTERN
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif
|
||||
#endif /* __APPS_NETUTILS_IPERF_IPERF_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __APPS_NETUTILS_CURL4NX_CURL4NX_PRIVATE_H
|
||||
#define __APPS_NETUTILS_CURL4NX_CURL4NX_PRIVATE_H
|
||||
#ifndef __APPS_NETUTILS_LIBCURL4NX_CURL4NX_PRIVATE_H
|
||||
#define __APPS_NETUTILS_LIBCURL4NX_CURL4NX_PRIVATE_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -170,4 +170,4 @@ struct curl4nx_s
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
#endif /* __APPS_NETLIB_CURL4NX_CURL4NX_PRIVATE_H */
|
||||
#endif /* __APPS_NETUTILS_LIBCURL4NX_CURL4NX_PRIVATE_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __NETUTILS_TFTP_TFTPC_INTERNAL_H
|
||||
#define __NETUTILS_TFTP_TFTPC_INTERNAL_H
|
||||
#ifndef __APPS_NETUTILS_TFTP_TFTPC_INTERNAL_H
|
||||
#define __APPS_NETUTILS_TFTP_TFTPC_INTERNAL_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -178,4 +178,4 @@ extern ssize_t tftp_sendto(int sd, const void *buf,
|
||||
# define tftp_dumpbuffer(msg, buffer, nbytes)
|
||||
#endif
|
||||
|
||||
#endif /* __NETUTILS_TFTP_TFTPC_INTERNAL_H */
|
||||
#endif /* __APPS_NETUTILS_TFTP_TFTPC_INTERNAL_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __NETUTILS_THTTPD_CONFIG_H
|
||||
#define __NETUTILS_THTTPD_CONFIG_H
|
||||
#ifndef __APPS_NETUTILS_THTTPD_CONFIG_H
|
||||
#define __APPS_NETUTILS_THTTPD_CONFIG_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -249,10 +249,10 @@
|
||||
* verify referrers.
|
||||
*/
|
||||
|
||||
#else /* Dependencies not provided */
|
||||
#else /* Dependencies not provided */
|
||||
# ifdef CONFIG_CPP_HAVE_WARNING
|
||||
# warning "THTTPD not built because dependencies not selected in configuration"
|
||||
# endif
|
||||
#endif /* Dependencies not provided */
|
||||
|
||||
#endif /* __NETUTILS_THTTPD_CONFIG_H */
|
||||
#endif /* __APPS_NETUTILS_THTTPD_CONFIG_H */
|
||||
|
@ -6,7 +6,7 @@
|
||||
*
|
||||
* Derived from the file of the same name in THTTPD:
|
||||
*
|
||||
* Copyright © 1999 by Jef Poskanzer <jef@mail.acme.com>.
|
||||
* Copyright (C) 1999 by Jef Poskanzer <jef@mail.acme.com>.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@ -33,8 +33,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __NETUTILS_THTTPD_FDWATCH_H
|
||||
#define __NETUTILS_THTTPD_FDWATCH_H
|
||||
#ifndef __APPS_NETUTILS_THTTPD_FDWATCH_H
|
||||
#define __APPS_NETUTILS_THTTPD_FDWATCH_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -56,7 +56,7 @@
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Private Types
|
||||
* Public Types
|
||||
****************************************************************************/
|
||||
|
||||
struct fdwatch_s
|
||||
@ -107,4 +107,4 @@ extern int fdwatch_check_fd(struct fdwatch_s *fw, int fd);
|
||||
|
||||
extern void *fdwatch_get_next_client_data(struct fdwatch_s *fw);
|
||||
|
||||
#endif /* __NETUTILS_THTTPD_FDWATCH_H */
|
||||
#endif /* __APPS_NETUTILS_THTTPD_FDWATCH_H */
|
||||
|
@ -7,7 +7,7 @@
|
||||
*
|
||||
* Derived from the file of the same name in the original THTTPD package:
|
||||
*
|
||||
* Copyright © 1995,1998,1999,2000,2001 by Jef Poskanzer <jef@mail.acme.com>.
|
||||
* Copyright (C) 1995,1998,1999,2000,2001 by Jef Poskanzer <jef@mail.acme.com>.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@ -34,8 +34,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __NETUTILS_THTTPD_LIBHTTPD_H
|
||||
#define __NETUTILS_THTTPD_LIBHTTPD_H
|
||||
#ifndef __APPS_NETUTILS_THTTPD_LIBHTTPD_H
|
||||
#define __APPS_NETUTILS_THTTPD_LIBHTTPD_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -339,4 +339,4 @@ extern int httpd_read(int fd, const void *buf, size_t nbytes);
|
||||
extern int httpd_write(int fd, const void *buf, size_t nbytes);
|
||||
|
||||
#endif /* CONFIG_THTTPD */
|
||||
#endif /* __NETUTILS_THTTPD_LIBHTTPD_H */
|
||||
#endif /* __APPS_NETUTILS_THTTPD_LIBHTTPD_H */
|
||||
|
@ -37,8 +37,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __NETUTILS_THTTPD_MIME_TYPES_H
|
||||
#define __NETUTILS_THTTPD_MIME_TYPES_H
|
||||
#ifndef __APPS_NETUTILS_THTTPD_MIME_TYPES_H
|
||||
#define __APPS_NETUTILS_THTTPD_MIME_TYPES_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -275,4 +275,4 @@ static struct mime_entry typ_tab[] =
|
||||
};
|
||||
static const int n_typ_tab = sizeof(typ_tab) / sizeof(*typ_tab);
|
||||
|
||||
#endif /* __NETUTILS_THTTPD_MIME_TYPES_H */
|
||||
#endif /* __APPS_NETUTILS_THTTPD_MIME_TYPES_H */
|
||||
|
@ -1,12 +1,12 @@
|
||||
/****************************************************************************
|
||||
* apps/netutils/thttpd/fdwatch.h
|
||||
* apps/netutils/thttpd/tdate_parse.h
|
||||
*
|
||||
* Copyright (C) 2009 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
*
|
||||
* Derived from the file of the same name in THTTPD:
|
||||
*
|
||||
* Copyright © 1995 by Jef Poskanzer <jef@mail.acme.com>.
|
||||
* Copyright (C) 1995 by Jef Poskanzer <jef@mail.acme.com>.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@ -33,9 +33,9 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __NETUTILS_TDATE_PARSE_H
|
||||
#define __NETUTILS_TDATE_PARSE_H
|
||||
#ifndef __APPS_NETUTILS_THTTPD_TDATE_PARSE_H
|
||||
#define __APPS_NETUTILS_THTTPD_TDATE_PARSE_H
|
||||
|
||||
extern time_t tdate_parse(char *str);
|
||||
|
||||
#endif /* __NETUTILS_TDATE_PARSE_H */
|
||||
#endif /* __APPS_NETUTILS_THTTPD_TDATE_PARSE_H */
|
||||
|
@ -33,8 +33,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __NETUTILS_THTTPD_HTTDP_ALLOC_H
|
||||
#define __NETUTILS_THTTPD_HTTDP_ALLOC_H
|
||||
#ifndef __APPS_NETUTILS_THTTPD_THTTDP_ALLOC_H
|
||||
#define __APPS_NETUTILS_THTTPD_THTTDP_ALLOC_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -75,4 +75,4 @@ extern FAR char *httpd_strdup(const char *str);
|
||||
extern void httpd_realloc_str(char **pstr, size_t *maxsizeP, size_t size);
|
||||
|
||||
#endif /* CONFIG_THTTPD */
|
||||
#endif /* __NETUTILS_THTTPD_HTTDP_ALLOC_H */
|
||||
#endif /* __APPS_NETUTILS_THTTPD_THTTDP_ALLOC_H */
|
||||
|
@ -7,7 +7,7 @@
|
||||
*
|
||||
* Derived from the file libhttpd.c in the original THTTPD package:
|
||||
*
|
||||
* Copyright © 1995,1998,1999,2000,2001 by Jef Poskanzer <jef@mail.acme.com>.
|
||||
* Copyright (C) 1995,1998,1999,2000,2001 by Jef Poskanzer <jef@mail.acme.com>.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@ -34,8 +34,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __HTTPD_CGI_H
|
||||
#define __HTTPD_CGI_H
|
||||
#ifndef __APPS_NETUTILS_THTTPD_THTTPD_CGI_H
|
||||
#define __APPS_NETUTILS_THTTPD_THTTPD_CGI_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
|
@ -7,7 +7,7 @@
|
||||
*
|
||||
* Derived from the file of the same name in the original THTTPD package:
|
||||
*
|
||||
* Copyright © 1995,1998,1999,2000,2001 by Jef Poskanzer <jef@mail.acme.com>.
|
||||
* Copyright (C) 1995,1998,1999,2000,2001 by Jef Poskanzer <jef@mail.acme.com>.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@ -34,8 +34,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __NETUTILS_THTTPD_THTTPD_STRINGS_H
|
||||
#define __NETUTILS_THTTPD_THTTPD_STRINGS_H
|
||||
#ifndef __APPS_NETUTILS_THTTPD_THTTPD_STRINGS_H
|
||||
#define __APPS_NETUTILS_THTTPD_THTTPD_STRINGS_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -106,7 +106,7 @@ extern const char html_hdr2[];
|
||||
extern const char html_endhdr2[];
|
||||
|
||||
/****************************************************************************
|
||||
* Public Functions
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
/* Copies and decodes a string. It's ok for from and to to be the same string. */
|
||||
@ -120,4 +120,4 @@ void httpd_strencode(char *to, int tosize, char *from);
|
||||
#endif
|
||||
|
||||
#endif /* CONFIG_THTTPD */
|
||||
#endif /* __NETUTILS_THTTPD_THTTPD_STRINGS_H */
|
||||
#endif /* __APPS_NETUTILS_THTTPD_THTTPD_STRINGS_H */
|
||||
|
@ -7,7 +7,7 @@
|
||||
*
|
||||
* Derived from the file of the same name in THTTPD:
|
||||
*
|
||||
* Copyright © 1995,1998,1999,2000 by Jef Poskanzer <jef@mail.acme.com>.
|
||||
* Copyright (C) 1995,1998,1999,2000 by Jef Poskanzer <jef@mail.acme.com>.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@ -34,8 +34,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __NETUTILS_THTTPD_TIMERS_H
|
||||
#define __NETUTILS_THTTPD_TIMERS_H
|
||||
#ifndef __APPS_NETUTILS_THTTPD_TIMERS_H
|
||||
#define __APPS_NETUTILS_THTTPD_TIMERS_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -132,4 +132,4 @@ extern void tmr_cleanup(void);
|
||||
|
||||
extern void tmr_destroy(void);
|
||||
|
||||
#endif /* __NETUTILS_THTTPD_TIMERS_H */
|
||||
#endif /* __APPS_NETUTILS_THTTPD_TIMERS_H */
|
||||
|
@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __NETUTILS_USRSOCK_RPMSG_H
|
||||
#define __NETUTILS_USRSOCK_RPMSG_H
|
||||
#ifndef __APPS_NETUTILS_USRSOCK_RPMSG_H
|
||||
#define __APPS_NETUTILS_USRSOCK_RPMSG_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -48,4 +48,4 @@ begin_packed_struct struct usrsock_rpmsg_dns_event_s
|
||||
uint16_t addrlen;
|
||||
} end_packed_struct;
|
||||
|
||||
#endif /* __NETUTILS_USRSOCK_RPMSG_H */
|
||||
#endif /* __APPS_NETUTILS_USRSOCK_RPMSG_H */
|
||||
|
@ -33,8 +33,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __APPS_SYSTEM_CU_CUTERM_H
|
||||
#define __APPS_SYSTEM_CU_CUTERM_H
|
||||
#ifndef __APPS_SYSTEM_CU_CU_H
|
||||
#define __APPS_SYSTEM_CU_CU_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -83,4 +83,4 @@ struct cu_globals_s
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
#endif /* __APPS_SYSTEM_CU_CUTERM_H */
|
||||
#endif /* __APPS_SYSTEM_CU_CU_H */
|
||||
|
@ -23,8 +23,8 @@
|
||||
* Intel/Zephyr Arduino 101 package (BSD license).
|
||||
*/
|
||||
|
||||
#ifndef __APPS_EXAMPLES_WIRELESS_BLUETOOTH_BTSAK_BTSAK_H
|
||||
#define __APPS_EXAMPLES_WIRELESS_BLUETOOTH_BTSAK_BTSAK_H
|
||||
#ifndef __APPS_WIRELESS_BLUETOOTH_BTSAK_BTSAK_H
|
||||
#define __APPS_WIRELESS_BLUETOOTH_BTSAK_BTSAK_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -257,4 +257,4 @@ void btsak_cmd_gatt_read_multiple(FAR struct btsak_s *btsak, int argc,
|
||||
void btsak_cmd_gatt_write(FAR struct btsak_s *btsak, int argc,
|
||||
FAR char *argv[]);
|
||||
|
||||
#endif /* __APPS_EXAMPLES_WIRELESS_BLUETOOTH_BTSAK_BTSAK_H */
|
||||
#endif /* __APPS_WIRELESS_BLUETOOTH_BTSAK_BTSAK_H */
|
||||
|
@ -39,8 +39,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __APPS_EXAMPLES_WIRELESS_IEEE802154_I8SAK_I8SAK_H
|
||||
#define __APPS_EXAMPLES_WIRELESS_IEEE802154_I8SAK_I8SAK_H
|
||||
#ifndef __APPS_WIRELESS_IEEE802154_I8SAK_I8SAK_H
|
||||
#define __APPS_WIRELESS_IEEE802154_I8SAK_I8SAK_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -310,4 +310,4 @@ static inline void i8sak_update_ep_ip(FAR struct i8sak_s *i8sak)
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __APPS_EXAMPLES_WIRELESS_IEEE802154_I8SAK_I8SAK_H */
|
||||
#endif /* __APPS_WIRELESS_IEEE802154_I8SAK_I8SAK_H */
|
||||
|
@ -33,8 +33,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __APPS_WIRELESS_IEEE802154_I8SAK_EVENTS_H
|
||||
#define __APPS_WIRELESS_IEEE802154_I8SAK_EVENTS_H
|
||||
#ifndef __APPS_WIRELESS_IEEE802154_I8SAK_I8SAK_EVENTS_H
|
||||
#define __APPS_WIRELESS_IEEE802154_I8SAK_I8SAK_EVENTS_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@ -48,6 +48,7 @@
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/* Configuration ************************************************************/
|
||||
|
||||
#if !defined(CONFIG_I8SAK_NEVENTRECEIVERS) || CONFIG_I8SAK_NEVENTRECEIVERS <= 0
|
||||
@ -75,7 +76,8 @@ struct i8sak_eventfilter_s
|
||||
uint32_t syncloss : 1;
|
||||
} indevents;
|
||||
|
||||
struct {
|
||||
struct
|
||||
{
|
||||
uint32_t data : 1;
|
||||
uint32_t assoc : 1;
|
||||
uint32_t disassoc : 1;
|
||||
@ -99,7 +101,7 @@ struct i8sak_eventreceiver_s
|
||||
};
|
||||
|
||||
/****************************************************************************
|
||||
* Public Functions
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
/* Forware Reference */
|
||||
@ -192,4 +194,4 @@ int i8sak_eventlistener_addreceiver(FAR struct i8sak_s *i8sak,
|
||||
int i8sak_eventlistener_removereceiver(FAR struct i8sak_s *handle,
|
||||
i8sak_eventcallback_t cb);
|
||||
|
||||
#endif /* __APPS_WIRELESS_IEEE802154_I8SAK_EVENTS_H */
|
||||
#endif /* __APPS_WIRELESS_IEEE802154_I8SAK_I8SAK_EVENTS_H */
|
||||
|
Loading…
Reference in New Issue
Block a user