#include <CarLinO_record.h>

Data Structures | |
| struct | Infos |
| struct | Process |
Static Public Member Functions | |
| static CarLinO_record | CInfos (const AP_String &name, const AP_String &info) |
| static CarLinO_record | CProcess (const AP_String &name, const AP_String &descr) |
Data Fields | |
| union { | |
| Infos infos | |
| Process process | |
| }; | |
Static Public Attributes | |
| static const AP_Uint32 | NAME_SIZE = 256 |
| static const AP_Uint32 | TEXT_SIZE = 4096 |
| CarLinO_record CInfos | ( | const AP_String & | name, | |
| const AP_String & | info | |||
| ) | [static] |
| CarLinO_record CProcess | ( | const AP_String & | name, | |
| const AP_String & | descr | |||
| ) | [static] |
| union { ... } |
const AP_Uint32 NAME_SIZE = 256 [static] |
const AP_Uint32 TEXT_SIZE = 4096 [static] |
1.5.8