#include <biosphere_error.h>
Include dependency graph for biosphere.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | bs_data_type |
struct | bs_message_part |
struct | bs_message |
struct | bs_operation |
struct | bs_port_type |
struct | bs_port |
struct | bs_service |
struct | bs_definition |
struct | bs_part_instance |
struct | bs_message_instance |
struct | bs_service_request |
struct | bs_service_response |
Defines | |
#define | BIOSPHERE_VERSION_MAJOR 0 |
#define | BIOSPHERE_VERSION_MINOR 0 |
#define | BIOSPHERE_VERSION_PATCH 3 |
#define | BIOSPHERE_VERSION_STRING "Bio-SPHERE/0.0.3 (May 30, 2007)" |
#define | TRUE 1 |
#define | FALSE 0 |
#define | BS_UINT64_FMT "llu" |
#define | BS_INT64_FMT "lld" |
Typedefs | |
typedef unsigned char | bs_bool |
typedef unsigned char | bs_byte |
typedef short | bs_int16 |
typedef unsigned short | bs_uint16 |
typedef int | bs_int32 |
typedef unsigned int | bs_uint32 |
typedef long long | bs_int64 |
typedef unsigned long long | bs_uint64 |
typedef double | bs_double |