COSMOS core
1.0.2 (beta)
Comprehensive Open-architecture Solution for Mission Operations Systems
|
#include "device/general/pic_lib.h"
Functions | |
int32_t | pic_connect (char *dev, pic_handle *handle) |
Connect to PIC. More... | |
int32_t | pic_disconnect (pic_handle *handle) |
Disconnect from PIC. More... | |
int32_t | pic_getframe (pic_handle *handle) |
int32_t | pic_putframe (pic_handle *handle) |
int32_t | suchi_heater (pic_handle *handle, uint8_t number, uint8_t state) |
int32_t | suchi_shutter (pic_handle *handle, uint8_t number, uint8_t state) |
int32_t | suchi_camera (pic_handle *handle, uint8_t state) |
int32_t | suchi_report (pic_handle *handle) |
int32_t pic_getframe | ( | pic_handle * | handle | ) |
int32_t pic_putframe | ( | pic_handle * | handle | ) |
int32_t suchi_camera | ( | pic_handle * | handle, |
uint8_t | state | ||
) |