18#ifndef __SERVER_CORE_COREMESSAGE_H
19#define __SERVER_CORE_COREMESSAGE_H
Basic message format for sending on a Channel.
unsigned long Address
A memory address.
unsigned int Size
Any sane size indicator cannot go negative.
Action
Actions which may be performed on the CoreServer.
Result
Result code for Actions.
Message format for communication with the CoreServer.
Size programSize
Contains the size of a loaded program.
Size coreNumber
Indicates a number of cores or a specific coreId.
Core::Result result
Result code.
Core::Action action
Action to perform.
const char * programCmd
Command-line string for a loaded program.
Address programAddr
Contains the virtual address of a loaded program.