RCOM PROJ
File transfer via serial port
application.h File Reference
#include "dcp.h"
#include "logs.h"
Include dependency graph for application.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  applicationLayer
 Struct to save data relative to the Application. More...
 

Functions

void parseArgs (int argc, char **argv)
 Função para dar parse dos argumentos da linah de comandos. More...
 
int transmitterApp (int fd)
 Transmitter part of the application. More...
 
void parseFileInfo (unsigned char *controlpackage, int packagesize)
 Parses the info of a Control Package to the Application Layer Struct. More...
 
int receiverApp (int fd)
 Receiver part of the application. More...
 
int main (int argc, char **argv)