API Documentation
Loading...
Searching...
No Matches
LocalBattery.h
Go to the documentation of this file.
1
#pragma once
2
#include "
DLLInfo.h
"
3
#include <NDEVR/Battery.h>
4
namespace
NDEVR
5
{
6
/**--------------------------------------------------------------------------------------------------
7
\brief Allows the software to get information about local system batteries.
8
**/
9
class
HARDWARE_API
LocalBattery
10
{
11
public
:
12
static
Buffer<Battery*>
GetLocalBatteries
();
13
};
14
}
DLLInfo.h
HARDWARE_API
#define HARDWARE_API
Definition
DLLInfo.h:56
NDEVR::Buffer
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition
Buffer.hpp:56
NDEVR::LocalBattery
Allows the software to get information about local system batteries.
Definition
LocalBattery.h:10
NDEVR::LocalBattery::GetLocalBatteries
static Buffer< Battery * > GetLocalBatteries()
NDEVR
Definition
ACIColor.h:37
Hardware
Headers
LocalBattery.h