(segmentDefine card_id buffer type read_write_mode offset length )
The ID of the card.
The ID of the buffer.
The type of data in the segment, either a point type code, or one of the following: analog, digital, integer, real, string.
R, W, or RW (case-insensitive) to specify the group as read-only, write-only, or read-write respectively.
The starting address of a segment within the specified card_id:buffer.
The length of the segment in bytes.
OK if successful, otherwise, if missing, invalid or out of range parameters are found, then
(error error_string)
This command defines the attributes of a segment block within a buffer. Each segment defined has a specific type, location and size. Segment attributes are described in more detail in the Segment Attributes part of the Overview section of this document. This command is normally used during configuration so that the driver can publish configuration information to clients via the segmentDescribe command.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.