gtouchable
Loading...
Searching...
No Matches
gtouchable_options.cc
Go to the documentation of this file.
1
#include "
gtouchable_options.h
"
2
3
// project goption to a system
4
namespace
gtouchable
{
5
// See header for API docs.
6
7
// returns array of options definitions
8
GOptions
defineOptions
() {
9
GOptions
goptions
(
TOUCHABLE_LOGGER
);
10
11
return
goptions
;
12
}
13
}
GOptions
gtouchable_options.h
Options definition entry point for the gtouchable module.
TOUCHABLE_LOGGER
constexpr const char * TOUCHABLE_LOGGER
Logger name used by the gtouchable module.
Definition
gtouchable_options.h:15
goptions
gtouchable
Definition
gtouchable.h:44
gtouchable::defineOptions
GOptions defineOptions()
Defines the module options supported by gtouchable.
Definition
gtouchable_options.cc:8
gtouchable_options.cc
Generated by
1.10.0