#include <Location.h>
Public Member Functions | |
| Location () | |
| constructor | |
| const char * | getFilename (const char *file) |
| returns the filename and relative path to a given configuration file without the robotdesign-prefix in the path (root of the location) | |
| const char * | getModelFilename (const char *file) |
| returns the filename and relative path to a given configuration file for the current robotdesign-prefix | |
| const char * | getModelFilename (const char *file, RobotDesign::Design design) |
| returns the filename and relative path to a given configuration file and given robotdesign | |
| const char * | getName () const |
| returns the name of the location | |
Private Attributes | |
| char | name [100] |
| the name of the location | |
| char | filename [100] |
Definition at line 23 of file Location.h.
|
|
constructor
Definition at line 21 of file Location.cpp. References InStream< InFile, InConfig >::eof(), and InFile::exists(). |
Here is the call graph for this function:

|
|
returns the filename and relative path to a given configuration file without the robotdesign-prefix in the path (root of the location)
Definition at line 31 of file Location.cpp. References filename. |
|
|
returns the filename and relative path to a given configuration file for the current robotdesign-prefix
Definition at line 40 of file Location.cpp. |
|
||||||||||||
|
returns the filename and relative path to a given configuration file and given robotdesign
Definition at line 45 of file Location.cpp. References filename. |
|
|
returns the name of the location
Definition at line 45 of file Location.h. |
|
|
the name of the location
Definition at line 52 of file Location.h. |
|
|
Definition at line 54 of file Location.h. Referenced by getFilename(), and getModelFilename(). |
1.3.6