RCCE_flag_alloc.3 640 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .TH RCCE 3 2010-06-27 "RCCE MANPAGE" "RCCE Library"
  2. .SH NAME
  3. RCCE_flag_alloc \- allocates a flag variable on the calling UE (GORY)
  4. .SH SYNOPSIS
  5. .B #include <rcce.h>
  6. .sp
  7. .BI "int RCCE_flag_alloc(RCCE_FLAG * " flag );
  8. .SH DESCRIPTION
  9. .BR RCCE_flag_alloc()
  10. allocates a flag variable on the calling UE. This is a collective routine that must be called jointly by all UEs.
  11. .TP
  12. .B flag
  13. Pointer to a flag in local MPB memory.
  14. .SH "RETURN VALUE"
  15. Upon successful completion
  16. .BR RCCE_flag_alloc()
  17. returns
  18. .BR RCCE_SUCCESS .
  19. .SH ERRORS
  20. Look in
  21. .BR rcce.h
  22. for additional error codes.
  23. .SH "SEE ALSO"
  24. rcce.h(5)
  25. .SH EXAMPLE
  26. .PP
  27. To be supplied.