Anti-Sway Capstone 1.0
Loading...
Searching...
No Matches
idle.h File Reference

Idle Mode Header. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int IdleFork ()
 
int IdleJoin ()
 

Detailed Description

Idle Mode Header.

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

Function Documentation

◆ IdleFork()

int IdleFork ( )

Executes Idle Mode (concurrently), so we see how badly we messed up our code/sensors

Postcondition
If its already running, does nothing
Returns
0 upon success, negative if error
Here is the call graph for this function:

◆ IdleJoin()

int IdleJoin ( )

Stops Idle Mode (concurrent process) and our pain

Returns
0 upon success, negative if error