* Copyright (C) 2017-2018 Bartosz Golaszewski <bartekgola@gmail.com>
*/
+#include <functional>
#include <gpiod.hpp>
-
+#include <map>
#include <system_error>
-#include <functional>
#include <utility>
-#include <map>
namespace gpiod {
#ifndef __LIBGPIOD_GPIOD_CXX_HPP__
#define __LIBGPIOD_GPIOD_CXX_HPP__
+#include <bitset>
+#include <chrono>
#include <gpiod.h>
-
+#include <memory>
#include <string>
#include <vector>
-#include <memory>
-#include <bitset>
-#include <chrono>
namespace gpiod {
*/
#include <gpiod.hpp>
-
#include <system_error>
namespace gpiod {
*/
#include <gpiod.hpp>
-
#include <system_error>
namespace gpiod {
*/
#include <gpiod.hpp>
-
-#include <system_error>
#include <map>
+#include <system_error>
namespace gpiod {
#ifndef __LIBGPIOD_GPIOD_H__
#define __LIBGPIOD_GPIOD_H__
-#include <stdlib.h>
#include <stdbool.h>
+#include <stdlib.h>
#include <time.h>
#ifdef __cplusplus
/* Low-level, core library code. */
+#include <errno.h>
+#include <fcntl.h>
#include <gpiod.h>
-
+#include <linux/gpio.h>
+#include <poll.h>
+#include <stdint.h>
#include <stdio.h>
#include <string.h>
-#include <stdint.h>
-#include <unistd.h>
-#include <poll.h>
-#include <errno.h>
-#include <fcntl.h>
-#include <sys/types.h>
-#include <sys/stat.h>
#include <sys/ioctl.h>
+#include <sys/stat.h>
#include <sys/sysmacros.h>
-#include <linux/gpio.h>
+#include <sys/types.h>
+#include <unistd.h>
enum {
LINE_FREE = 0,
/* Implementation of the high-level API. */
-#include <gpiod.h>
-#include <stdio.h>
-#include <string.h>
#include <errno.h>
+#include <gpiod.h>
#include <poll.h>
+#include <stdio.h>
+#include <string.h>
int gpiod_ctxless_get_value(const char *device, unsigned int offset,
bool active_low, const char *consumer)
* access to neither the internal library data structures nor the kernel UAPI.
*/
+#include <ctype.h>
+#include <errno.h>
#include <gpiod.h>
-
#include <stdio.h>
#include <string.h>
-#include <errno.h>
-#include <ctype.h>
-#include <errno.h>
static bool isuint(const char *str)
{
/* GPIO chip and line iterators. */
+#include <dirent.h>
#include <gpiod.h>
-
#include <string.h>
-#include <dirent.h>
struct gpiod_chip_iter {
struct gpiod_chip **chips;
* Copyright (C) 2017-2018 Bartosz Golaszewski <bartekgola@gmail.com>
*/
+#include <getopt.h>
#include <gpiod.h>
-#include "tools-common.h"
-
#include <stdio.h>
#include <string.h>
-#include <getopt.h>
+
+#include "tools-common.h"
static const struct option longopts[] = {
{ "help", no_argument, NULL, 'h' },
* Copyright (C) 2017-2018 Bartosz Golaszewski <bartekgola@gmail.com>
*/
+#include <getopt.h>
#include <gpiod.h>
-#include "tools-common.h"
-
#include <stdio.h>
#include <string.h>
-#include <getopt.h>
+
+#include "tools-common.h"
static const struct option longopts[] = {
{ "help", no_argument, NULL, 'h' },
* Copyright (C) 2017-2018 Bartosz Golaszewski <bartekgola@gmail.com>
*/
+#include <getopt.h>
#include <gpiod.h>
-#include "tools-common.h"
-
+#include <limits.h>
#include <stdio.h>
#include <string.h>
-#include <getopt.h>
-#include <limits.h>
+
+#include "tools-common.h"
static const struct option longopts[] = {
{ "help", no_argument, NULL, 'h' },
* Copyright (C) 2017-2018 Bartosz Golaszewski <bartekgola@gmail.com>
*/
+#include <errno.h>
+#include <getopt.h>
#include <gpiod.h>
-#include "tools-common.h"
-
+#include <stdarg.h>
#include <stdio.h>
#include <string.h>
-#include <stdarg.h>
-#include <getopt.h>
-#include <errno.h>
+
+#include "tools-common.h"
typedef bool (*is_set_func)(struct gpiod_line *);
* Copyright (C) 2017-2018 Bartosz Golaszewski <bartekgola@gmail.com>
*/
+#include <errno.h>
+#include <getopt.h>
#include <gpiod.h>
-#include "tools-common.h"
-
+#include <limits.h>
+#include <poll.h>
+#include <signal.h>
#include <stdio.h>
#include <string.h>
-#include <getopt.h>
-#include <signal.h>
#include <sys/signalfd.h>
-#include <limits.h>
-#include <poll.h>
-#include <errno.h>
#include <unistd.h>
+#include "tools-common.h"
+
static const struct option longopts[] = {
{ "help", no_argument, NULL, 'h' },
{ "version", no_argument, NULL, 'v' },
* Copyright (C) 2017-2018 Bartosz Golaszewski <bartekgola@gmail.com>
*/
+#include <errno.h>
#include <gpiod.h>
-#include "tools-common.h"
-
+#include <getopt.h>
+#include <limits.h>
+#include <poll.h>
+#include <signal.h>
#include <stdio.h>
#include <string.h>
-#include <getopt.h>
#include <sys/select.h>
-#include <signal.h>
#include <sys/signalfd.h>
-#include <poll.h>
-#include <limits.h>
-#include <errno.h>
#include <unistd.h>
+#include "tools-common.h"
+
static const struct option longopts[] = {
{ "help", no_argument, NULL, 'h' },
{ "version", no_argument, NULL, 'v' },
/* Common code for GPIO tools. */
+#include <errno.h>
#include <gpiod.h>
-#include "tools-common.h"
-
-#include <stdlib.h>
+#include <libgen.h>
+#include <stdarg.h>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
-#include <stdarg.h>
-#include <libgen.h>
-#include <errno.h>
+
+#include "tools-common.h"
const char * get_progname(void)
{
* Copyright (C) 2017-2018 Bartosz Golaszewski <bartekgola@gmail.com>
*/
-#include "gpiod-test.h"
-
-#include <stdio.h>
-#include <string.h>
-#include <stdarg.h>
+#include <ctype.h>
#include <errno.h>
-#include <unistd.h>
#include <fcntl.h>
-#include <poll.h>
-#include <signal.h>
#include <libgen.h>
#include <libkmod.h>
#include <libudev.h>
+#include <poll.h>
#include <pthread.h>
#include <regex.h>
-#include <ctype.h>
+#include <signal.h>
+#include <stdarg.h>
+#include <stdio.h>
+#include <string.h>
+#include <sys/signalfd.h>
#include <sys/time.h>
-#include <sys/utsname.h>
#include <sys/types.h>
+#include <sys/utsname.h>
#include <sys/wait.h>
-#include <sys/signalfd.h>
+#include <unistd.h>
+
+#include "gpiod-test.h"
#define NORETURN __attribute__((noreturn))
#define MALLOC __attribute__((malloc))
/* Test cases for GPIO chip handling. */
-#include "gpiod-test.h"
-
-#include <stdio.h>
#include <errno.h>
+#include <stdio.h>
+
+#include "gpiod-test.h"
static void chip_open_good(void)
{
/* Test cases for the high-level API. */
-#include "gpiod-test.h"
-
#include <errno.h>
+#include "gpiod-test.h"
+
static void ctxless_set_get_value(void)
{
int rv;
/* Test cases for GPIO line events. */
-#include "gpiod-test.h"
-
-#include <unistd.h>
#include <errno.h>
+#include <unistd.h>
+
+#include "gpiod-test.h"
static void event_rising_edge_good(void)
{
/* Test cases for the gpiodetect program. */
-#include "gpiod-test.h"
-
#include <stdio.h>
+#include "gpiod-test.h"
+
static void gpiodetect_simple(void)
{
test_tool_run("gpiodetect", (char *)NULL);
/* Test cases for the gpiofind program. */
-#include "gpiod-test.h"
-
#include <stdio.h>
+#include "gpiod-test.h"
+
static void gpiofind_found(void)
{
test_tool_run("gpiofind", "gpio-mockup-B-7", (char *)NULL);
/* Test cases for the gpioinfo program. */
-#include "gpiod-test.h"
-
#include <stdio.h>
+#include "gpiod-test.h"
+
static void gpioinfo_dump_all_chips(void)
{
test_tool_run("gpioinfo", (char *)NULL);
/* Test cases for the gpiomon program. */
-#include "gpiod-test.h"
-
#include <signal.h>
#include <unistd.h>
+#include "gpiod-test.h"
+
static void gpiomon_single_rising_edge_event(void)
{
test_tool_run("gpiomon", "--rising-edge", "--num-events=1",
/* Test cases for the gpioset program. */
-#include "gpiod-test.h"
-
#include <signal.h>
#include <unistd.h>
+#include "gpiod-test.h"
+
static void gpioset_set_lines_and_exit(void)
{
unsigned int offsets[8];
/* GPIO line test cases. */
-#include "gpiod-test.h"
-
#include <errno.h>
+#include "gpiod-test.h"
+
static void line_request_output(void)
{
TEST_CLEANUP_CHIP struct gpiod_chip *chip = NULL;
/* Misc test cases. */
-#include "gpiod-test.h"
-
#include <errno.h>
+#include "gpiod-test.h"
+
static void version_string(void)
{
/* Check that gpiod_version_string() returns an actual string. */