|  | COSMOS core
    1.0.2 (beta)
    Comprehensive Open-architecture Solution for Mission Operations Systems | 
#include "rw_lib.h"#include <stdio.h>#include <unistd.h>#include <string.h>#include "arduino_lib.h"| Functions | |
| void | setup () | 
| int | loop () | 
| void | parseCommandLine (int argc, char **argv) | 
| int | main (int argc, char *argv[]) | 
| Variables | |
| int | count | 
| int | i | 
| int | iretn | 
| FILE * | fp | 
| char | cmds [15][50] | 
| char | buf [128] | 
| char | arg1str [100] = "" | 
| char | arg2str [100] = "" | 
| int | arg2int = 0 | 
| void setup | ( | ) | 
dev/ttyOS1
| int loop | ( | ) | 
| void parseCommandLine | ( | int | argc, | 
| char ** | argv | ||
| ) | 
| int main | ( | int | argc, | 
| char * | argv[] | ||
| ) | 
doChecksum(char * string, int stringSize, char * chksum) Calculates the checksum.
| int count | 
| int i | 
| int iretn | 
| FILE* fp | 
| char cmds[15][50] | 
| char buf[128] | 
| char arg1str[100] = "" | 
| char arg2str[100] = "" | 
| int arg2int = 0 |