blob: 1e36568e61b2c03b70e4e736969ee68cf6564ab9 [file] [log] [blame]
/*
* Copyright (c) 2017 FH Dortmund and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Description:
* Socket client for rover-app to rover-web communication
* Header file
*
* Contributors:
* M.Ozcelikors <mozcelikors@gmail.com>, created 26.10.2017
*
*/
#ifndef TASKS_SOCKET_CLIENT_TASK_H_
#define TASKS_SOCKET_CLIENT_TASK_H_
/* Interfaces */
void *Socket_Client_Task (void * arg);
#endif /* TASKS_SOCKET_CLIENT_TASK_H_ */