RTI Connext TSS API  Version 3.1.2
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups
FACE::Configuration::WHENCE_TYPE Struct Reference

<<Connext Micro>> <<Connext Pro>> <<SafetyBase or Stricter>> This type is used to represent the parameter to FACE_Configuration_Seek. More...

#include <Configuration.hpp>

Public Types

enum  Value { SEEK_FROM_START, SEEK_FROM_CURRENT, SEEK_FROM_END }
 <<Connext Micro>> <<Connext Pro>> <<SafetyBase or Stricter>> Enumerator with possible values More...
 

Detailed Description

<<Connext Micro>> <<Connext Pro>> <<SafetyBase or Stricter>> This type is used to represent the parameter to FACE_Configuration_Seek.

It indicates the manner in which the offset is to be interpreted.

Member Enumeration Documentation

<<Connext Micro>> <<Connext Pro>> <<SafetyBase or Stricter>> Enumerator with possible values

Enumerator:
SEEK_FROM_START 

<<Connext Micro>> <<Connext Pro>> <<SafetyBase or Stricter>> This indicates that the offset value is to be interpreted as an offset from the beginning of the file.

The offset should be a positive number and represent a position in the file.

SEEK_FROM_CURRENT 

<<Connext Micro>> <<Connext Pro>> <<SafetyBase or Stricter>> This indicates that the offset value is to be interpreted as an offset from the current position in the file.

The offset may be a positive or negative number to seek backward or forward in the file.

SEEK_FROM_END 

<<Connext Micro>> <<Connext Pro>> <<SafetyBase or Stricter>> This indicates that the offset value is to be interpreted as an offset from the end of the file.

The offset should be a negative number and represent how many bytes to backup.


RTI Connext TSS API Version 3.1.2 Copyright © Tue Sep 20 2022 Real-Time Innovations, Inc