#include "ersp.h"#include "log.h"Include dependency graph for ersp.cc:

Go to the source code of this file.
Defines | |
| #define | ERSP_INTERFACE(ROBOT, TYPE, NAME) |
| #define | ERSP_INTERFACE_END |
| #define | ERSP_DEV(ROBOT, ID, TYPE, NAME) { ROBOT##_##TYPE##_##ID, ROBOT##_##ID, ERSP_##TYPE, NAME }, |
Functions | |
| Driver * | ERSP_Init (ConfigFile *cf, int section) |
| void | ERSP_Register (DriverTable *table) |
| int | player_driver_init (DriverTable *table) |
| #define ERSP_DEV | ( | ROBOT, | |||
| ID, | |||||
| TYPE, | |||||
| NAME | ) | { ROBOT##_##TYPE##_##ID, ROBOT##_##ID, ERSP_##TYPE, NAME }, |
| #define ERSP_INTERFACE | ( | ROBOT, | |||
| TYPE, | |||||
| NAME | ) |
| #define ERSP_INTERFACE_END |
| Driver* ERSP_Init | ( | ConfigFile * | cf, | |
| int | section | |||
| ) |
| void ERSP_Register | ( | DriverTable * | table | ) |
Definition at line 756 of file ersp.cc.
References ERSP_Init().
Referenced by player_driver_init().
Here is the call graph for this function:

| int player_driver_init | ( | DriverTable * | table | ) |
Definition at line 764 of file ersp.cc.
References ERSP_Register(), and LOG_INFO.
Here is the call graph for this function:

1.5.1