MPIProbeMessage / MEIProbeMessage
Definition: MPIProbeMessage
|
typedef enum {
MPIProbeMessageNODE_INVALID,
MPIProbeMessagePROBE_TYPE_INVALID,
MPIProbeMessagePROBE_INVALID,
} MPIProbeMessage;
|
|
Change History: Modified in the 03.03.00 |
Description
MPIProbeMessage is an enumeration of SynqNet node error messages that can be returned by the MPI library.
MPIProbeMessageNODE_INVALID |
|
The SynqNet node number is not available on the network. This message code is returned by MPI methods that fail a service command transaction due to the specified node number being greater than or equal to the total number of nodes discovered during network initialization. To correct this problem, check the discovered node count with meiSynqNetInfo(...). If the node count is not what you expected, check your network wiring, node condition, and re-initialize the network with mpiControlReset(...). |
MPIProbeMessagePROBE_TYPE_INVALID |
|
The Probe data type is not valid. This message is returned by mpiProbeConfigSet(...) if the specified Probe data type is not one of the enumerated values. |
MPIProbeMessagePROBE_INVALID |
|
The Probe is not valid. This message is returned by mpiProbeConfigGet(...) or mpiProbeConfigSet(...) if the specified Probe params or configurations are out of range. To correct this problem, check your Probe params and config structures. |
Definition: MEIProbeMessage
|
typedef enum {
MEIProbeMessageLAST = MPIProbeMessageLAST
} MEIProbeMessage;
|
|
Change History: Modified in the 03.03.00 |
Description
MEIProbeMessage is mainly
a placeholder.
See Also
|