ADTF
Loading...
Searching...
No Matches
adtf::remote::quiet::ISystem Class Referenceabstract

Inherits adtf::remote::hollow::ISystem.

Inherited by adtf::remote::spider::ISystem.

Public Member Functions

 ADTF_IID (ISystem, "system.quiet.remote.adtf")
 RPC interface ID of the ADTF System RPC object server.
 
virtual base::quiet::IADTFRuntime::tADTFMicroRunLevel GetMicroRunlevel () const =0
 
virtual tResult SetMicroRunlevel (base::quiet::IADTFRuntime::tADTFMicroRunLevel nMicroRunLevel)=0
 
- Public Member Functions inherited from adtf::remote::hollow::ISystem
 ADTF_IID (ISystem, "system.giant.remote.adtf")
 RPC IID of the Interface.
 
virtual const char * GetComponents () const =0
 
- Public Member Functions inherited from adtf::remote::devil::ISystem
 ADTF_IID (ISystem, "system.devil.remote.adtf")
 RPC IID of the Interface.
 
virtual const char * GetSystemStatus () const =0
 
- Public Member Functions inherited from adtf::remote::catwo::ISystem
 ADTF_IID (ISystem, "system.catwo.remote.adtf")
 RPC interface ID of the ADTF System RPC object server.
 
virtual int CreateEventBuffer (const char *strObject, const char *strStructName, const char *strDDL)=0
 
virtual tResult ReleaseEventBuffer (int nBufferID)=0
 
virtual tResult ReleaseAllEventBuffers ()=0
 
virtual const char * RetrieveEvents (int nBufferID)=0
 
virtual const char * GetInterfaceDefinition (const char *strObject)=0
 
- Public Member Functions inherited from adtf::remote::bat::ISystem
 ADTF_IID (ISystem, "system.bat.remote.adtf")
 RPC interface ID of the ADTF System RPC object server.
 
virtual const char * GetRPCIIDsForObject (const char *strObject) const =0
 
- Public Member Functions inherited from adtf::remote::ant::ISystem
 ADTF_IID (ISystem, "system.ant.remote.adtf")
 RPC interface ID of the ADTF System RPC object server.
 
virtual const char * GetObjects () const =0
 
virtual const char * GetRPCIIDForObject (const char *strObject) const =0
 
virtual int8_t GetRunlevel () const =0
 
virtual tResult SetRunlevel (int8_t nRunLevel)=0
 
virtual const char * GetLastErrorString () const =0
 
virtual tResult Shutdown ()=0
 
virtual uint64_t GetProcessID () const =0
 

Additional Inherited Members

- Static Public Attributes inherited from adtf::remote::ant::ISystem
static constexpr const tChar *const DEFAULT_NAME = "system"
 Default RPC object server name of the ADTF System RPC object server.
 

Member Function Documentation

◆ GetMicroRunlevel()

virtual base::quiet::IADTFRuntime::tADTFMicroRunLevel adtf::remote::quiet::ISystem::GetMicroRunlevel ( ) const
pure virtual

Retrieves the current micro runlevel of the System.

Returns
The current micro runlevel.
Return values
-1The system is not responding.
See also
adtf::base::quiet::IADTFRuntime::GetMicroRunLevel

◆ SetMicroRunlevel()

virtual tResult adtf::remote::quiet::ISystem::SetMicroRunlevel ( base::quiet::IADTFRuntime::tADTFMicroRunLevel nMicroRunLevel)
pure virtual

Request a runlevel change.

Parameters
[in]nRunLevelThe micro runlevel to request.
Returns
The result of the IRuntime::SetMicroRunlevel call.
Return values
ERR_NOT_CONNECTEDThe system is not responding.
See also
adtf::base::quiet::IADTFRuntime::SetMicroRunLevel

The documentation for this class was generated from the following file: