SEDRIS Reference Manual
APPENDIX C - Transmittal Access Level 0 API Auxiliary Functions
Functions
SE ValidObjectLabel
extern SE_Boolean
SE_ValidObjectLabel
(
const SE_String  *object_label_in1
);

Definition

Checks that the given object label is valid, i.e., adheres to the same lexical conventions as a variable name in ANSI C. Specifically, object_label_in, if valid, shall

  1. consist only of letters, numbers, and underscores
  2. shall begin with a letter


Returns

SE_TRUE if a valid parameter was passed in.
SE_FALSEotherwise.

Parameters Notes

1 an object label to be validated.


Prev: SE_ValidObjectInclusion. Next: SE_ValidOctantSelectParameters. Up:Index.