Pebble Foundation Classes
0.2.0
C++ for Pebble
pebble_worker.h
1
#pragma once
2
3
#include <locale.h>
4
#include <stdlib.h>
5
#include <stdint.h>
6
#include <stdio.h>
7
#include <stdbool.h>
8
#include <string.h>
9
#include <time.h>
10
11
#include "pebble_warn_unsupported_functions.h"
12
#include "pebble_worker_sdk_version.h"
13
14
#ifndef __FILE_NAME__
15
#define __FILE_NAME__ __FILE__
16
#endif
17
20
23
void
worker_event_loop
(
void
);
24
26
void
worker_launch_app
(
void
);
27
29
worker_event_loop
void worker_event_loop(void)
worker_launch_app
void worker_launch_app(void)
Launch the foreground app for this worker.
sdk_include
doxygen
pebble_worker.h
Generated by
1.8.17