ADTF  3.18.2
cache_status_intf.h
Go to the documentation of this file.
1 
7 #pragma once
8 #include <adtfucom3/adtf_ucom3.h>
9 
10 namespace adtf
11 {
12 namespace system
13 {
14 namespace ant
15 {
16 
17 
22 {
23  public:
28  ADTF_IID(ICacheStatus, "cache_status.ant.system.adtf.iid");
29 
30  public:
31 
38  virtual tResult GetCacheUsage(unsigned int& nUsed, unsigned int& nCached) const = 0;
39 };
40 
41 }
42 
43 using ant::ICacheStatus;
44 
45 }
46 
47 }
Copyright © Audi Electronics Venture GmbH.
Interface for the sample pool service.
ADTF_IID(ICacheStatus, "cache_status.ant.system.adtf.iid")
Marks the ICacheStatus to be castable with the adtf::ucom::ant::ucom_cast.
virtual tResult GetCacheUsage(unsigned int &nUsed, unsigned int &nCached) const =0
Information about the current status of the cache.
Base class for every interface type within the uCOM.
Definition: object_intf.h:31
Namespace for entire ADTF SDK.