ADTF
Loading...
Searching...
No Matches
adtf_service.h
Go to the documentation of this file.
1
7#pragma once
10
11namespace adtf
12{
13namespace system
14{
15namespace ant
16{
17
23class cADTFService : public ucom::catwo::object<ucom::ant::cService,
24 base::ant::configuration<>>
25{
26 public:
27
34 void SetDescription(const char* strDescription);
35
40 void SetDefaultRunlevel(int8_t nDefaultRunlevel);
41
48 void SetHelpLink(const char* strUrl);
49};
50
51} //ant
52
54} //system
55} //ant
Definition adtf_service.h:25
void SetDefaultRunlevel(int8_t nDefaultRunlevel)
void SetHelpLink(const char *strUrl)
void SetDescription(const char *strDescription)
Definition object.h:397
Namespace for all functionality of the ADTF System SDK provided since v3.0.
Definition adtf_service.h:16
Namespace for the ADTF System SDK.
Definition adtf_service.h:14
Namespace for all functionality provided by ADTF and its SDKs.
Definition adtf_client_connector.h:14