ADTF  3.18.2
adtf_service.h
Go to the documentation of this file.
1 
7 #pragma once
8 #include <adtfucom3/adtf_ucom3.h>
10 
11 namespace adtf
12 {
13 namespace system
14 {
15 namespace ant
16 {
17 
25 class cADTFService : public ucom::catwo::object<ucom::ant::cService,
26  base::ant::configuration<>>
27 {
28  public:
29 
36  void SetDescription(const char* strDescription);
37 
42  void SetDefaultRunlevel(int8_t nDefaultRunlevel);
43 
50  void SetHelpLink(const char* strUrl);
51 };
52 
53 } //ant
54 
55 using ant::cADTFService;
56 } //system
57 } //ant
Copyright © Audi Electronics Venture GmbH.
Default implementation of a ADTF Service can be used for convinience.
Definition: adtf_service.h:27
void SetHelpLink(const char *strUrl)
Sets the link to the documentation that tools can display.
void SetDescription(const char *strDescription)
Sets the description information that tools can display.
void SetDefaultRunlevel(int8_t nDefaultRunlevel)
Sets the default runlevel that this Service should be initialized in.
Use this template if you want to implement an ucom::ant::IObject based Interface and/or subclass an e...
Definition: object.h:379
Copyright © Audi Electronics Venture GmbH.
Namespace for entire ADTF SDK.