nn::pl::CTR NamespaceNamespace for CTR-specific API functions.
(This can also be written without the "::CTR" portion.))
Use thenn::ptm::CTR::Initialize and nn::ptm::CTR::Finalize functions to initialize and finalize the Pedometer library.| nn::pl::CTR::ResultIsWriting | Indicates that step count data is currently being written. Try again in a little while. |
|---|
nn::pl::CTR::PedometerMonthHeader
|
Structure that holds the recorded year and month for step count entries. |
|---|---|
nn::pl::CTR::PedometerHistoryHeader
|
Structure that indicates the header information for step count data. |
| nn::pl::CTR::PedometerEntry | The structure for the entry that indicates the year and month that step counts were recorded. |
| Shared Fonts | ||
|---|---|---|
| SharedFontType | Indicates the type of shared font. | |
| SharedFontLoadState | Indicates the load state of the shared font. | |
typedef Definitions| Pedometer Library | ||
|---|---|---|
PedometerMonthData
|
Type that stores one month's worth of step counts. | |
PedometerHistoryData
|
Type that stores all step count data (ten years' worth) stored by the Pedometer library. | |
| Pedometer Library | ||
|---|---|---|
MAX_MONTHDAYS
|
The number of days saved in entries in a single month. | |
DAYHOURS
|
The number of hours saved in entries in a single day. | |
NUM_FREESPACE
|
Number of entries, used internally. | |
NUM_MONTHHISTORIES
|
The maximum number of entries per month saved by the Pedometer library. | |
MAX_MONTHHISTORIES
|
The internally saved number of entries per month. | |
NUM_MONTHHISTORYENTRIES
|
The number of data instances saved per month. | |
INVALID_COUNTER
|
A value that indicates an invalid entry. | |
| Pedometer Library | ||
|---|---|---|
| GetPedometerState | Returns the status of the pedometer. | |
| GetStepHistoryEntry | Gets the entry information for the step counts recorded by the library. | |
| GetStepHistory | Gets the number of steps recorded for each hour. | |
| GetTotalStepCount | Gets the total number of steps. | |
GetStepHistoryAll
|
Gets all step count data saved by the library. | |
| Shared Fonts | ||
| InitializeSharedFont | Enables use of shared font. | |
| GetSharedFontAddress | Gets the address of the shared font. | |
| GetSharedFontSize | Gets the size of the shared font. | |
| GetSharedFontType | Gets the type of the shared font. | |
| GetSharedFontLoadState | Gets the load state of the shared font. | |
| MountSharedFont | Mounts the archive of the shared font. | |
| UnmountSharedFont | Unmounts the archive of the shared font. | |
CONFIDENTIAL