|
|
|
@ -1,9 +1,9 @@
@@ -1,9 +1,9 @@
|
|
|
|
|
/****************************************************************************
|
|
|
|
|
* |
|
|
|
|
* Copyright (C) 2008-2012 PX4 Development Team. All rights reserved. |
|
|
|
|
* Author: @author Lorenz Meier <lm@inf.ethz.ch> |
|
|
|
|
* @author Thomas Gubler <thomasgubler@student.ethz.ch> |
|
|
|
|
* @author Julian Oes <joes@student.ethz.ch> |
|
|
|
|
* Copyright (C) 2012 PX4 Development Team. All rights reserved. |
|
|
|
|
* Author: Lorenz Meier <lm@inf.ethz.ch> |
|
|
|
|
* Thomas Gubler <thomasgubler@student.ethz.ch> |
|
|
|
|
* Julian Oes <joes@student.ethz.ch> |
|
|
|
|
* |
|
|
|
|
* Redistribution and use in source and binary forms, with or without |
|
|
|
|
* modification, are permitted provided that the following conditions |
|
|
|
@ -37,6 +37,10 @@
@@ -37,6 +37,10 @@
|
|
|
|
|
/**
|
|
|
|
|
* @file subsystem_info.h |
|
|
|
|
* Definition of the subsystem info topic. |
|
|
|
|
* |
|
|
|
|
* @author Lorenz Meier <lm@inf.ethz.ch> |
|
|
|
|
* @author Thomas Gubler <thomasgubler@student.ethz.ch> |
|
|
|
|
* @author Julian Oes <joes@student.ethz.ch> |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
#ifndef TOPIC_SUBSYSTEM_INFO_H_ |
|
|
|
|