libalcommon
1.14
|
Go to the source code of this file.
Classes | |
class | AL::ALMethodInfo |
ALMethodInfo is the introspection container. More... | |
class | AL::ALMethodInfo::ALParameterInfo |
ALParameterInfo is the introspection container. More... | |
class | AL::ALMethodInfo::ALParameterInfoOptional< T > |
ALParameterInfoOptional is the option container. More... | |
class | AL::ALMethodInfo::ALExample |
ALExample is container for example. More... |
Namespaces | |
namespace | AL |
NAOqi. |
Macros | |
#define | _LIBALCOMMON_ALCOMMON_ALMETHODINFO_H_ |
#define | BLOCKINGFUNCTION 0 |
#define | ASYNCHRONOUSFUNCTION 1 |
Definition in file almethodinfo.h.
#define ASYNCHRONOUSFUNCTION 1 |
Functions are asynchronous
Definition at line 19 of file almethodinfo.h.
#define BLOCKINGFUNCTION 0 |
Functions are synchronous
Definition at line 18 of file almethodinfo.h.