#include <stdlib.h>
#include <stdio.h>
#include <stdint.h>
#include <math.h>
#include <unistd.h>
#include "rs232/rs232.h"
#include "an_packet_protocol.h"
#include "orientus_packets.h"
Go to the source code of this file.
Defines | |
#define | RADIANS_TO_DEGREES (180.0/M_PI) |
Functions | |
int | an_packet_transmit (an_packet_t *an_packet) |
int | main (int argc, char *argv[]) |
void | set_sensor_ranges () |
Variables | |
int | com_port_number |
#define RADIANS_TO_DEGREES (180.0/M_PI) |
Definition at line 45 of file packet_example.c.
int an_packet_transmit | ( | an_packet_t * | an_packet | ) |
Definition at line 49 of file packet_example.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 81 of file packet_example.c.
void set_sensor_ranges | ( | ) |
Definition at line 64 of file packet_example.c.
int com_port_number |
Definition at line 47 of file packet_example.c.