Anti-Sway Capstone 1.0
Loading...
Searching...
No Matches
setup.c File Reference

System Setup. More...

#include <stdlib.h>
#include "MyRio.h"
#include "T1.h"
#include "record.h"
#include "io.h"
#include "error.h"
#include "setup.h"
Include dependency graph for setup.c:

Functions

int Setup ()
 
int Shutdown ()
 

Variables

static int error
 Local error flag.
 
int u_error
 Universal error code (extern)
 

Detailed Description

System Setup.

Author
Anti-Sway Team: Nguyen, Tri; Espinola, Malachi; Tevy, Vattanary; Hokenstad, Ethan; Neff, Callen)
Version
0.1
Date
2024-06-03

Function Documentation

◆ Setup()

int Setup ( )

Sets up the entire System

Returns
0 upon success, negative otherwise
Here is the call graph for this function:

◆ Shutdown()

int Shutdown ( )

Shuts the entire System down

Returns
0 upon success, negative otherwise
Here is the call graph for this function:

Variable Documentation

◆ u_error

int u_error

Universal error code (extern)

Ther universal error code.