aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Code_Composer/twine_usblib_demo/Stubs_Handler/Container.h
blob: 2c5d9fa6076e291ff56bf1c4c59cfea2b98bafa1 (plain)
1
2
3
4
5
6
7
#ifndef CONTAINER_H
#define CONTAINER_H

MessageContainer createContainer(MessageType type, char* token, protobuf_c_boolean completed, void* response, size_t (*packPtr)(void*, uint8_t*), size_t (*sizePtr)(void*));
void receive_callback(char* buffer, size_t length);

#endif //CONTAINER_H