#include <unistd.h>
#include <time.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "omapi.h"
Go to the source code of this file.
Macros | |
#define | Sleep(millis) sleep((millis) / 1000) |
Functions | |
int | deploy (const char *infile, const char *outfile) |
int | deploy_main (int argc, char *argv[]) |
Open Movement API Example: Batch setup fully-charged and cleared devices.
A command-line tool to batch setup of all fully-charged and cleared devices, includes delayed activation and time synchronization. Session identifiers are issued from a list in a user-supplied file. The pairing of session identifiers and their assigned device identifiers is written to an output file (if specified). The time is synchronized with the PC at setup time.
Definition in file deploy.c.